Skip to content

Commit

Permalink
fix bug: package "io" is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
kvii authored Jul 14, 2021
1 parent 68ba2c3 commit 3e8f98e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gengokit/httptransport/templates/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e8f98e

Please sign in to comment.