package l_ai_address import ( "context" "testing" ) func TestAddress(t *testing.T) { res, err := GetAddress(context.Background(), "四川省达州市", "http://117.175.169.61:5003/predict") t.Log(res, err) }