Skip to content

Commit 6009736

Browse files
fix go vet error in proxy example (#1377)
1 parent e8d3df9 commit 6009736

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/http-proxy/proxy.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,7 @@ Usage: Start remote peer first with: ./proxy
234234
235235
Then you can do something like: curl -x "localhost:9900" "http://ipfs.io".
236236
This proxies sends the request through the local peer, which proxies it to
237-
the remote peer, which makes it and sends the response back.
238-
`
237+
the remote peer, which makes it and sends the response back.`
239238

240239
func main() {
241240
flag.Usage = func() {

0 commit comments

Comments
 (0)