fixes
parent
539cdc478e
commit
8f854e0bcf
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue