package util import ( "fmt" "testing" ) func TestGetNetInfo(t *testing.T) { fmt.Println("获取网络信息") fmt.Println(GetNetInfo()) }