diff --git a/gengokit/httptransport/templates/client.go b/gengokit/httptransport/templates/client.go index 3b08b859..77408f48 100644 --- a/gengokit/httptransport/templates/client.go +++ b/gengokit/httptransport/templates/client.go @@ -140,6 +140,7 @@ var ( _ = fmt.Sprint _ = bytes.Compare _ = ioutil.NopCloser + _ = io.EOF ) // New returns a service backed by an HTTP server living at the remote