tailscale/ipn/ipnlocal
Brad Fitzpatrick da8def8e13 all: remove old +build tags
The //go:build syntax was introduced in Go 1.17:

https://go.dev/doc/go1.17#build-lines

gofmt has kept the +build and go:build lines in sync since
then, but enough time has passed. Time to remove them.

Done with:

    perl -i -npe 's,^// \+build.*\n,,' $(git grep -l -F '+build')

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2022-11-04 07:25:42 -07:00
..
c2n.go wgengine/magicsock: make debug-level stuff not logged by default 2022-10-04 11:05:50 -07:00
dnsconfig_test.go ipn/ipnlocal: use ipn.PrefsView 2022-10-24 15:57:00 -07:00
local.go ipn: make Notify.Prefs be a *ipn.PrefsView 2022-11-04 04:00:26 +05:00
local_test.go tailcfg: add Node.UnsignedPeerAPIOnly to let server mark node as peerapi-only 2022-11-02 21:55:04 -07:00
loglines_test.go ipn/ipnlocal: use ipn.PrefsView 2022-10-24 15:57:00 -07:00
network-lock.go tailcfg: add Node.UnsignedPeerAPIOnly to let server mark node as peerapi-only 2022-11-02 21:55:04 -07:00
network-lock_test.go cmd/tailscale,ipn: implement lock sign command 2022-11-02 15:00:01 -05:00
peerapi.go all: fix spelling mistakes 2022-09-29 13:36:13 -07:00
peerapi_h2c.go all: remove old +build tags 2022-11-04 07:25:42 -07:00
peerapi_macios_ext.go all: remove old +build tags 2022-11-04 07:25:42 -07:00
peerapi_test.go ipn/ipnlocal: use ipn.PrefsView 2022-10-24 15:57:00 -07:00
ssh.go all: remove old +build tags 2022-11-04 07:25:42 -07:00
ssh_stub.go ipn/ipnlocal: add c2n method to get SSH username candidates 2022-09-19 10:37:04 -07:00
ssh_test.go all: remove old +build tags 2022-11-04 07:25:42 -07:00
state_test.go ipn: make Notify.Prefs be a *ipn.PrefsView 2022-11-04 04:00:26 +05:00