From 2a866b08f0efcb886e09cf4418888434dcb6e593 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期三, 19 一月 2022 15:32:35 +0800 Subject: [PATCH] add readme --- iploc.go | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/iploc.go b/iploc.go index 44775c2..3765c71 100644 --- a/iploc.go +++ b/iploc.go @@ -9,10 +9,10 @@ // Data from ip-api.com type GeoIP struct { - InternetIp string `json:"query"` - Country string `json:"country"` - RegionName string `json:"regionName"` - City string `json:"city"` + InternetIp string `json:"query"` // 澶栫綉ip + Country string `json:"country"` // 鍥藉 + RegionName string `json:"regionName"` // 鍦板尯 + City string `json:"city"` // 鍩庡競 Lat float64 `json:"lat"` Lon float64 `json:"lon"` } -- Gitblit v1.8.0