aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/net/internal/socket/iovec_64bit.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/net/internal/socket/iovec_64bit.go')
-rw-r--r--vendor/golang.org/x/net/internal/socket/iovec_64bit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/net/internal/socket/iovec_64bit.go b/vendor/golang.org/x/net/internal/socket/iovec_64bit.go
index afb34ad..0773882 100644
--- a/vendor/golang.org/x/net/internal/socket/iovec_64bit.go
+++ b/vendor/golang.org/x/net/internal/socket/iovec_64bit.go
@@ -3,7 +3,7 @@
3// license that can be found in the LICENSE file. 3// license that can be found in the LICENSE file.
4 4
5// +build arm64 amd64 ppc64 ppc64le mips64 mips64le s390x 5// +build arm64 amd64 ppc64 ppc64le mips64 mips64le s390x
6// +build darwin dragonfly freebsd linux netbsd openbsd 6// +build aix darwin dragonfly freebsd linux netbsd openbsd
7 7
8package socket 8package socket
9 9