Index: src/pkg/net/tcpsock_posix.go |
=================================================================== |
--- a/src/pkg/net/tcpsock_posix.go |
+++ b/src/pkg/net/tcpsock_posix.go |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style |
// license that can be found in the LICENSE file. |
+// +build darwin freebsd linux openbsd windows |
+ |
// TCP sockets |
package net |