zhangzengfei
2022-01-19 2a866b08f0efcb886e09cf4418888434dcb6e593
iploc_test.go
@@ -13,7 +13,7 @@
      fmt.Println("GetLocation:", err)
   }
   geo, _ = GetLocationForIp("114.114.114.114")
   geo, err = GetLocationForIp("114.114.114.114")
   if err == nil {
      fmt.Println(geo)
   } else {