From 82359d1c2d835d44d84408b52fd8eaf4965ad363 Mon Sep 17 00:00:00 2001 From: Mikio Hara Date: Sat, 9 May 2015 01:29:03 +0900 Subject: [PATCH] net: enable cgo test on solaris MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I4ade27469d82839b4396e1a88465dddc6b31d578 Reviewed-on: https://go-review.googlesource.com/9838 Reviewed-by: Aram Hăvărneanu --- src/net/cgo_unix_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/cgo_unix_test.go b/src/net/cgo_unix_test.go index 55ea86a458..4d5ab23fd3 100644 --- a/src/net/cgo_unix_test.go +++ b/src/net/cgo_unix_test.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. // +build cgo,!netgo -// +build darwin dragonfly freebsd linux netbsd openbsd +// +build darwin dragonfly freebsd linux netbsd openbsd solaris package net -- 2.48.1