cmd: add import comments

See https://golang.org/cmd/go/#hdr-Import_path_checking
This commit is contained in:
Brad Fitzpatrick
2020-02-10 13:32:16 -08:00
parent d539a950ca
commit 516a15ee58
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
// The tailscale command is the Tailscale command-line client. It interacts
// with the tailscaled client daemon.
package main
package main // import "tailscale.com/cmd/tailscale"
import (
"context"