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/net/dns
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
..
publicdns
resolvconffile
resolver all: remove old +build tags 2 years ago
config.go
debian_resolvconf.go all: remove old +build tags 2 years ago
direct.go
direct_test.go
flush_default.go all: remove old +build tags 2 years ago
flush_windows.go
ini.go all: remove old +build tags 2 years ago
ini_test.go all: remove old +build tags 2 years ago
manager.go net/dns: always attempt to read the OS config on macOS/iOS 2 years ago
manager_darwin.go net/dns: getting base DNS config is not supported on macOS 2 years ago
manager_default.go all: remove old +build tags 2 years ago
manager_freebsd.go
manager_linux.go net/dns: print systemd-resolved ResolvConfMode 2 years ago
manager_linux_test.go net/dns: print systemd-resolved ResolvConfMode 2 years ago
manager_openbsd.go
manager_tcp_test.go
manager_test.go
manager_windows.go
manager_windows_test.go all: fix spelling mistakes 2 years ago
nm.go all: remove old +build tags 2 years ago
noop.go
nrpt_windows.go all: fix spelling mistakes 2 years ago
openresolv.go all: remove old +build tags 2 years ago
osconfig.go
osconfig_test.go
resolvconf-workaround.sh
resolvconf.go all: remove old +build tags 2 years ago
resolvd.go all: remove old +build tags 2 years ago
resolved.go all: remove old +build tags 2 years ago
utf.go
utf_test.go
wsl_windows.go