package request import ( "fmt" "testing" ) func TestName(t *testing.T) { fmt.Println(ExternalIP()) }