tailscale/ipn
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
..
ipnlocal all: remove old +build tags 2022-11-04 07:25:42 -07:00
ipnserver all: remove old +build tags 2022-11-04 07:25:42 -07:00
ipnstate cmd/tailscale: add emoji for illumos in status subcommand 2022-08-28 08:29:31 -07:00
localapi all: remove old +build tags 2022-11-04 07:25:42 -07:00
policy ipn/policy: treat DNS service as interesting so it's not filtered out 2021-12-03 12:55:54 -08:00
store all: remove old +build tags 2022-11-04 07:25:42 -07:00
backend.go ipn: add missing check for nil Notify.Prefs 2022-11-04 04:12:53 +05:00
doc.go Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
fake_test.go ipn: make Notify.Prefs be a *ipn.PrefsView 2022-11-04 04:00:26 +05:00
ipn_clone.go cmd/tailscale/cli: add backwards compatibility 'up' processing for legacy client 2022-09-01 14:21:48 -07:00
ipn_view.go ipn/prefs: add views 2022-10-24 15:57:00 -07:00
message_test.go ipn: remove handle.go 2022-10-19 20:52:22 -07:00
message.go all: gofmt for Go 1.19 2022-08-02 10:08:05 -07:00
prefs_test.go ipn: make Notify.Prefs be a *ipn.PrefsView 2022-11-04 04:00:26 +05:00
prefs.go cmd/tailscale/cli: add beginnings of tailscale set 2022-10-25 22:27:37 -07:00
store.go wgengine/magicsock: make debug-level stuff not logged by default 2022-10-04 11:05:50 -07:00