package utils import ( "log" "testing" ) func TestGetNetIP(t *testing.T) { ip := GetNetIP() log.Printf("local ip: %s\n", ip) }