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/util
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>
3 years ago
..
cibuild all: use cibuild.On 4 years ago
clientmetric all: fix spelling mistakes 3 years ago
cloudenv all: use syncs.AtomicValue 3 years ago
cmpver util/cmpver: move into OSS from corp repo. 5 years ago
codegen all: convert more code to use net/netip directly 3 years ago
cstruct all: remove old +build tags 3 years ago
deephash tailcfg: add Node.UnsignedPeerAPIOnly to let server mark node as peerapi-only 3 years ago
dnsname all: fix spelling mistakes 3 years ago
endian all: remove old +build tags 3 years ago
goroutines ipn/ipnlocal: add c2n /debug/{goroutines,prefs,metrics} 3 years ago
groupmember util/groupmember: remove redundant code (#4298) 4 years ago
hashx util/hashx: move from sha256x (#5388) 3 years ago
jsonutil all: use any instead of interface{} 4 years ago
lineread util/lineread: add docs to Reader 5 years ago
mak all: fix spelling mistakes 3 years ago
multierr all: gofmt for Go 1.19 3 years ago
must util/must: rename Do->Get, add Do 3 years ago
osshare all: remove old +build tags 3 years ago
pidowner all: remove old +build tags 3 years ago
precompress cmd/tsconnect: pre-compress main.wasm when building the NPM package 3 years ago
racebuild all: remove old +build tags 3 years ago
singleflight util/singleflight: sync with upstream 3 years ago
strs util/strs: add new package for string utility funcs 3 years ago
systemd all: remove old +build tags 3 years ago
uniq util/uniq: add ModifySliceFunc (#5504) 3 years ago
winutil all: remove old +build tags 3 years ago