cmd: add import comments
See https://golang.org/cmd/go/#hdr-Import_path_checking
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
//
|
||||
// It primarily supports Linux, though other systems will likely be
|
||||
// supported in the future.
|
||||
package main
|
||||
package main // import "tailscale.com/cmd/tailscaled"
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
Reference in New Issue
Block a user