mirror of
https://github.com/golang/go.git
synced 2025-11-02 17:50:56 +00:00
net: enable cgo test on solaris
Change-Id: I4ade27469d82839b4396e1a88465dddc6b31d578 Reviewed-on: https://go-review.googlesource.com/9838 Reviewed-by: Aram Hăvărneanu <aram@mgk.ro>
This commit is contained in:
parent
2d9a50b97f
commit
82359d1c2d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue