Skip to content

Commit

Permalink
fix go vet error in proxy example (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Apr 10, 2022
1 parent e8d3df9 commit 6009736
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/http-proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,7 @@ Usage: Start remote peer first with: ./proxy
Then you can do something like: curl -x "localhost:9900" "http://ipfs.io".
This proxies sends the request through the local peer, which proxies it to
the remote peer, which makes it and sends the response back.
`
the remote peer, which makes it and sends the response back.`

func main() {
flag.Usage = func() {
Expand Down

0 comments on commit 6009736

Please sign in to comment.