From d90665e5addb38ece0ff2e0cb7231b9c853533a4 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 29 Mar 2021 16:05:14 +0200 Subject: [PATCH] Fix another warning --- pkg/eosclient/eosgrpc/eos_http/eoshttp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/eosclient/eosgrpc/eos_http/eoshttp.go b/pkg/eosclient/eosgrpc/eos_http/eoshttp.go index ae4f5079c0..fb355c957d 100644 --- a/pkg/eosclient/eosgrpc/eos_http/eoshttp.go +++ b/pkg/eosclient/eosgrpc/eos_http/eoshttp.go @@ -257,7 +257,7 @@ func (c *EosHTTPClient) buildFullURL(urlpath, uid, gid string) (string, error) { return s, nil } -// GetFile does an entire GET to download a full file. Returns a stream to read the content from +// GETFile does an entire GET to download a full file. Returns a stream to read the content from func (c *EosHTTPClient) GETFile(ctx context.Context, remoteuser, uid, gid, urlpath string, stream io.WriteCloser) (io.ReadCloser, error) { log := appctx.GetLogger(ctx)