diff options
Diffstat (limited to 'src/net/cgo_unix_test.go')
-rw-r--r-- | src/net/cgo_unix_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/cgo_unix_test.go b/src/net/cgo_unix_test.go index b4da25b84c..af9f9dc3f2 100644 --- a/src/net/cgo_unix_test.go +++ b/src/net/cgo_unix_test.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 cgo && !netgo && (aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris) +//go:build cgo && !netgo && unix package net |