You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 years ago
..
ipnlocal all: remove old +build tags 2 years ago
ipnserver all: remove old +build tags 2 years ago
ipnstate cmd/tailscale: add emoji for illumos in status subcommand 2 years ago
localapi all: remove old +build tags 2 years ago
policy ipn/policy: treat DNS service as interesting so it's not filtered out 2 years ago
store all: remove old +build tags 2 years ago
backend.go ipn: add missing check for nil Notify.Prefs 2 years ago
doc.go Move Linux client & common packages into a public repo. 4 years ago
fake_test.go ipn: make Notify.Prefs be a *ipn.PrefsView 2 years ago
ipn_clone.go cmd/tailscale/cli: add backwards compatibility 'up' processing for legacy client 2 years ago
ipn_view.go ipn/prefs: add views 2 years ago
message.go all: gofmt for Go 1.19 2 years ago
message_test.go ipn: remove handle.go 2 years ago
prefs.go cmd/tailscale/cli: add beginnings of `tailscale set` 2 years ago
prefs_test.go ipn: make Notify.Prefs be a *ipn.PrefsView 2 years ago
store.go wgengine/magicsock: make debug-level stuff not logged by default 2 years ago