mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-10-10 19:20:04 +08:00
8 lines
117 B
Go
8 lines
117 B
Go
package netLayer
|
|
|
|
import "testing"
|
|
|
|
func TestIpv6(t *testing.T) {
|
|
t.Log("HasIpv6Interface()", HasIpv6Interface())
|
|
}
|