Skip to content

Commit

Permalink
Merge pull request #334 from kvii2202/master
Browse files Browse the repository at this point in the history
fix bug: package "io" is not used
  • Loading branch information
zaquestion authored Jul 14, 2021
2 parents 68ba2c3 + 3e8f98e commit fcd9ff1
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 fcd9ff1

Please sign in to comment.