This commit is contained in:
邹宗楠
2023-03-10 19:33:52 +08:00
parent eb5f8ed6d1
commit 181f2b2197

View File

@@ -1,12 +1,11 @@
package ascription_place
import (
"fmt"
"testing"
)
func TestAscriptionPlace(t *testing.T) {
p, err := Find("18744776542")
fmt.Println(p)
fmt.Println(err)
//p, err := Find("18744776542")
//fmt.Println(p)
//fmt.Println(err)
}