diff options
Diffstat (limited to 'src/net/internal/socktest/switch_unix.go')
-rw-r--r-- | src/net/internal/socktest/switch_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/internal/socktest/switch_unix.go b/src/net/internal/socktest/switch_unix.go index d518f7b06f..0626aa06c0 100644 --- a/src/net/internal/socktest/switch_unix.go +++ b/src/net/internal/socktest/switch_unix.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin dragonfly freebsd js,wasm linux nacl netbsd openbsd solaris +// +build aix darwin dragonfly freebsd js,wasm linux nacl netbsd openbsd solaris package socktest |