We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a02db0 commit 47e0610Copy full SHA for 47e0610
golink.go
@@ -33,7 +33,7 @@ import (
33
"github.com/prometheus/client_golang/prometheus"
34
"github.com/prometheus/client_golang/prometheus/promhttp"
35
"golang.org/x/net/xsrftoken"
36
- "tailscale.com/client/tailscale"
+ "tailscale.com/client/local"
37
"tailscale.com/hostinfo"
38
"tailscale.com/ipn"
39
"tailscale.com/tailcfg"
@@ -111,7 +111,7 @@ var embeddedFS embed.FS
111
// db stores short links.
112
var db *SQLiteDB
113
114
-var localClient *tailscale.LocalClient
+var localClient *local.Client
115
116
func Run() error {
117
flag.Parse()
0 commit comments