water/ipv4_other_test.go
2018-03-01 14:23:49 -08:00

12 lines
175 B
Go

// +build !linux,!windows,!darwin
package water
import (
"net"
"testing"
)
func setupIfce(t *testing.T, ipNet net.IPNet, dev string) {
t.Fatal("unsupported platform")
}