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" import "testing"
func TestGetOutsideIp(t *testing.T) { func TestIpIp(t *testing.T) {
t.Log(GetOutsideIp()) t.Log("GetOutsideIp", GetOutsideIp())
} t.Log("GetInsideIp", GetInsideIp())
func TestGetInsideIp(t *testing.T) {
t.Log(GetInsideIp())
}
func TestIps(t *testing.T) {
t.Log(Ips()) t.Log(Ips())
} t.Log("GetMacAddr", GetMacAddr())
func TestGetMacAddr(t *testing.T) {
t.Log(GetMacAddr())
} }

Loading…
Cancel
Save