---jd shop

This commit is contained in:
rosydev
2022-01-27 14:28:03 +08:00
parent 9e8c2f96b6
commit 60560c2a7d
8 changed files with 135 additions and 9 deletions

View File

@@ -18,6 +18,7 @@ func TestEarthDistance(t *testing.T) {
lng2, lat2 := 116.407395, 39.904211
distance := EarthDistance(lng1, lat1, lng2, lat2)
fmt.Print(distance)
fmt.Print("测试中....")
}
func TestMapValue2Scope(t *testing.T) {