package net import ( "fmt" "testing" ) func TestNET_PublicIP(t *testing.T) { fmt.Println(net.PublicIP()) }