water/ipv4_other_test.go
2017-01-09 17:52:28 +09:00

12 lines
167 B
Go

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