diff --git a/processGoClientOutput.go b/processGoClientOutput.go index 6d8e934..0987b4b 100644 --- a/processGoClientOutput.go +++ b/processGoClientOutput.go @@ -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 {