1
0
mirror of https://github.com/fumiama/water.git synced 2026-06-07 11:10:28 +08:00
Files
water/ipv4_test_other.go
2015-11-08 22:10:12 +00:00

13 lines
158 B
Go

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