package util import ( "fmt" "testing" ) func TestAllIPV4(t *testing.T) { fmt.Println(AllIPV4()) fmt.Println(GetLocalIP()) }