github.com/borderzero/water@v0.0.1/ipv4_other_test.go (about) 1 // +build !linux,!windows,!darwin 2 3 package water 4 5 import ( 6 "net" 7 "testing" 8 ) 9 10 func setupIfce(t *testing.T, ipNet net.IPNet, dev string) { 11 t.Fatal("unsupported platform") 12 }