diff options
Diffstat (limited to 'libgo/go/net/addrselect.go')
-rw-r--r-- | libgo/go/net/addrselect.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/go/net/addrselect.go b/libgo/go/net/addrselect.go index 4603c55..e910181 100644 --- a/libgo/go/net/addrselect.go +++ b/libgo/go/net/addrselect.go @@ -3,7 +3,6 @@ // license that can be found in the LICENSE file. //go:build aix || darwin || dragonfly || freebsd || hurd || linux || netbsd || openbsd || solaris -// +build aix darwin dragonfly freebsd hurd linux netbsd openbsd solaris // Minimal RFC 6724 address selection. |