tailscale/net/tshttpproxy
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
..
mksyscall.go net/tshttpproxy: fix incorrect type in Windows implementation, switch to mkwinsyscall, fix memory leak 2022-07-27 16:33:57 -06:00
tshttpproxy.go all: fix spelling mistakes 2022-09-29 13:36:13 -07:00
tshttpproxy_future.go all: remove old +build tags 2022-11-04 07:25:42 -07:00
tshttpproxy_linux.go all: remove old +build tags 2022-11-04 07:25:42 -07:00
tshttpproxy_synology.go all: remove old +build tags 2022-11-04 07:25:42 -07:00
tshttpproxy_synology_test.go all: remove old +build tags 2022-11-04 07:25:42 -07:00
tshttpproxy_test.go net/tshttpproxy: support HTTP proxy environment credentials on Windows too 2021-02-18 08:27:37 -08:00
tshttpproxy_windows.go net/tshttpproxy: add clientmetrics on Windows proxy lookup paths 2022-11-03 12:16:42 -07:00
zsyscall_windows.go net/tshttpproxy: fix incorrect type in Windows implementation, switch to mkwinsyscall, fix memory leak 2022-07-27 16:33:57 -06:00