---jd shop
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user