fix go vet error in proxy example (#1377)

This commit is contained in:
Marten Seemann
2022-04-10 12:13:07 +01:00
committed by GitHub
parent e8d3df92f7
commit 60097363b9

View File

@@ -234,8 +234,7 @@ Usage: Start remote peer first with: ./proxy
Then you can do something like: curl -x "localhost:9900" "http://ipfs.io". 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 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() { func main() {
flag.Usage = func() { flag.Usage = func() {