package hosts import ( "fmt" "testing" ) func Test_Hosts(t *testing.T) { //RemoveHostbyIp("192.168.222.33") Parse() fmt.Println(GetAllListbyIp()) }