master
Paulo Simão 2020-11-08 22:30:57 -03:00
parent 539cdc478e
commit 8f854e0bcf
1 changed files with 0 additions and 7 deletions

View File

@ -54,13 +54,6 @@ func invoke(m string, path string, bodyo interface{}) (*json.Decoder, error) {
return ret, nil
}
func Some() (*struct{}, error) {
dec, err := invoke("a", "/c/d", struct{}{})
ret := &struct{}{}
dec.Decode(ret)
return ret, err
}
`, pkg))
for k, v := range api.Types {