feat: geo ip.
This commit is contained in:
11
geoip/qqwry/utils_test.go
Normal file
11
geoip/qqwry/utils_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package qqwry
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestSpiltAddress(t *testing.T) {
|
||||
names := SpiltAddress("浙江省杭州市西湖区")
|
||||
fmt.Println(names)
|
||||
}
|
||||
Reference in New Issue
Block a user