Commit 5e279ddd authored by Mikio Hara's avatar Mikio Hara

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/3306Reviewed-by: 's avatarAram Hăvărneanu <aram@mgk.ro>
parent a257ffb1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment