ipv4_other_test.go 175 B

123456789101112
  1. // +build !linux,!windows,!darwin
  2. package water
  3. import (
  4. "net"
  5. "testing"
  6. )
  7. func setupIfce(t *testing.T, ipNet net.IPNet, dev string) {
  8. t.Fatal("unsupported platform")
  9. }