Enable building on unsupported systems
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//+build !windows,!linux
|
||||
|
||||
package netenv
|
||||
|
||||
import "net"
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1,5 @@
|
||||
//+build !windows,!linux
|
||||
|
||||
package netenv
|
||||
|
||||
import "net"
|
||||