From 60097363b939f6553294f93cd0b8c204bbdda214 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Sun, 10 Apr 2022 12:13:07 +0100 Subject: [PATCH] fix go vet error in proxy example (#1377) --- examples/http-proxy/proxy.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/http-proxy/proxy.go b/examples/http-proxy/proxy.go index 35a2e55f97..b0ceea0549 100644 --- a/examples/http-proxy/proxy.go +++ b/examples/http-proxy/proxy.go @@ -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() {