update
continuous-integration/drone/push Build is passing Details

master
李光春 2 years ago
parent 0dc3022014
commit afed76de72

@ -2,18 +2,9 @@ package goip
import "testing"
func TestGetOutsideIp(t *testing.T) {
t.Log(GetOutsideIp())
}
func TestGetInsideIp(t *testing.T) {
t.Log(GetInsideIp())
}
func TestIps(t *testing.T) {
func TestIpIp(t *testing.T) {
t.Log("GetOutsideIp", GetOutsideIp())
t.Log("GetInsideIp", GetInsideIp())
t.Log(Ips())
}
func TestGetMacAddr(t *testing.T) {
t.Log(GetMacAddr())
t.Log("GetMacAddr", GetMacAddr())
}

Loading…
Cancel
Save