1
0
mirror of https://github.com/golang/go synced 2024-10-01 01:38:33 -06: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:
Mikio Hara 2015-01-26 20:52:02 +09:00
parent a257ffb178
commit 5e279ddd01

View File

@ -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