mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-20 11:58:39 +00:00
cmd: add import comments
See https://golang.org/cmd/go/#hdr-Import_path_checking
This commit is contained in:
parent
d539a950ca
commit
516a15ee58
@ -6,7 +6,7 @@
|
|||||||
//
|
//
|
||||||
// Deprecated: this program will be soon deleted. The replacement is
|
// Deprecated: this program will be soon deleted. The replacement is
|
||||||
// cmd/tailscaled.
|
// cmd/tailscaled.
|
||||||
package main
|
package main // import "tailscale.com/cmd/relaynode"
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
// The tailscale command is the Tailscale command-line client. It interacts
|
// The tailscale command is the Tailscale command-line client. It interacts
|
||||||
// with the tailscaled client daemon.
|
// with the tailscaled client daemon.
|
||||||
package main
|
package main // import "tailscale.com/cmd/tailscale"
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
//
|
//
|
||||||
// It primarily supports Linux, though other systems will likely be
|
// It primarily supports Linux, though other systems will likely be
|
||||||
// supported in the future.
|
// supported in the future.
|
||||||
package main
|
package main // import "tailscale.com/cmd/tailscaled"
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user