mirror of
https://github.com/golang/go
synced 2024-11-18 18:44:42 -07:00
net: remove solaris tag from cgo
For now solaris port does not support cgo. Moreover, its system calls and library interfaces are different from BSD. Change-Id: Idb4fed889973368b35d38b361b23581abacfdeab Reviewed-on: https://go-review.googlesource.com/3306 Reviewed-by: Aram Hăvărneanu <aram@mgk.ro>
This commit is contained in:
parent
a257ffb178
commit
5e279ddd01
@ -3,7 +3,7 @@
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build !netgo
|
||||
// +build darwin dragonfly freebsd solaris
|
||||
// +build darwin dragonfly freebsd
|
||||
|
||||
package net
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user