tailscale/version
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
..
distro all: use syncs.AtomicValue 2022-08-04 11:52:16 -07:00
.gitignore version: greatly simplify redo nonsense, now that we use VERSION. 2020-11-02 19:54:44 -08:00
cmdname.go all: remove old +build tags 2022-11-04 07:25:42 -07:00
cmdname_ios.go all: remove old +build tags 2022-11-04 07:25:42 -07:00
cmp.go version: don't allocate parsing unsupported versions, empty strings 2021-07-01 14:25:50 -07:00
cmp_test.go all: use testingutil.MinAllocsPerRun 2021-10-28 12:48:37 -07:00
modinfo_test.go version: fix CmdName on the tailscale-ipn.exe binary 2021-09-20 14:49:45 -07:00
print.go version: use Go 1.18's git stamping as default implementation 2022-03-16 14:53:51 -07:00
prop.go all: use syncs.AtomicValue 2022-08-04 11:52:16 -07:00
race.go all: remove old +build tags 2022-11-04 07:25:42 -07:00
race_off.go all: remove old +build tags 2022-11-04 07:25:42 -07:00
version.go ipn/localapi: send Tailscale version in ACME User-Agent (#5499) 2022-08-30 16:48:59 -04:00
version_test.go Docker: add ALPINE.txt to manage alpine versions 2022-06-29 11:47:09 -07:00