1
0
mirror of https://github.com/fumiama/water.git synced 2026-06-07 19:40:38 +08:00
Files
water/ipv4_other_test.go

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")
}