mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-09 16:11:23 +00:00

The debub subcommand was moved in
6254efb9ef
because the monitor brought
in tons of dependencies to the cmd/tailscale binary, but there wasn't
any need to remove the whole subcommand itself.
Add it back, with a tool to dump the local daemon's goroutines.
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>