diff options
Diffstat (limited to 'src/net')
| -rw-r--r-- | src/net/writev_test.go | 2 | ||||
| -rw-r--r-- | src/net/writev_unix.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/net/writev_test.go b/src/net/writev_test.go index 81b14774f9..c4efe9d2ae 100644 --- a/src/net/writev_test.go +++ b/src/net/writev_test.go @@ -153,7 +153,7 @@ func testBuffer_writeTo(t *testing.T, chunks int, useCopy bool) { var wantSum int switch runtime.GOOS { - case "android", "darwin", "ios", "dragonfly", "freebsd", "illumos", "linux", "netbsd", "openbsd", "solaris": + case "aix", "android", "darwin", "ios", "dragonfly", "freebsd", "illumos", "linux", "netbsd", "openbsd", "solaris": var wantMinCalls int wantSum = want.Len() v := chunks diff --git a/src/net/writev_unix.go b/src/net/writev_unix.go index 3318fc5f6f..3b0325bf64 100644 --- a/src/net/writev_unix.go +++ b/src/net/writev_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. -//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris +//go:build unix package net |
