From 8f854e0bcf5884b4964d0dd69b64945be23fa85e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulo=20Sim=C3=A3o?= Date: Sun, 8 Nov 2020 22:30:57 -0300 Subject: [PATCH] fixes --- processGoClientOutput.go | 7 ------- 1 file changed, 7 deletions(-) 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 {