feat: geo ip.

This commit is contained in:
tx7do
2023-10-19 15:27:32 +08:00
parent 01bdf5cc06
commit 7965576c1c
8 changed files with 73 additions and 34 deletions

11
geoip/qqwry/utils_test.go Normal file
View File

@@ -0,0 +1,11 @@
package qqwry
import (
"fmt"
"testing"
)
func TestSpiltAddress(t *testing.T) {
names := SpiltAddress("浙江省杭州市西湖区")
fmt.Println(names)
}