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_test.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/iploc_test.go b/iploc_test.go index 74bd416..025248d 100644 --- a/iploc_test.go +++ b/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 { -- Gitblit v1.8.0