cmd/tailscale/cli: fix vet warning

And add vet to the "make check" target, like the CI has.
This commit is contained in:
Brad Fitzpatrick
2020-08-24 21:35:27 -07:00
parent 24d1a38e81
commit 5e0375808b
2 changed files with 4 additions and 2 deletions

View File

@@ -63,5 +63,4 @@ func runMonitor(ctx context.Context) error {
mon.Start()
log.Printf("Started link change monitor; waiting...")
select {}
return nil
}