From 8ff335dbf8d37f63f31bab33e38fc1f683eda3bc Mon Sep 17 00:00:00 2001 From: fbx Date: Tue, 11 May 2021 11:38:01 +0200 Subject: [PATCH] Lint cosmetics --- pkg/eosclient/eosgrpc/eosgrpc.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/eosclient/eosgrpc/eosgrpc.go b/pkg/eosclient/eosgrpc/eosgrpc.go index 3e7bbd9f3a..07d4d213ff 100644 --- a/pkg/eosclient/eosgrpc/eosgrpc.go +++ b/pkg/eosclient/eosgrpc/eosgrpc.go @@ -1190,7 +1190,7 @@ func (c *Client) Read(ctx context.Context, uid, gid, path string) (io.ReadCloser } return bodystream, nil - //return os.Open(localTarget) + // return os.Open(localTarget) } // Write writes a file to the mgm @@ -1226,8 +1226,8 @@ func (c *Client) Write(ctx context.Context, uid, gid, path string, stream io.Rea return c.GetHTTPCl().PUTFile(ctx, "", uid, gid, path, stream) - //return c.GetHttpCl().PUTFile(ctx, remoteuser, uid, gid, urlpathng, stream) - //return c.WriteFile(ctx, uid, gid, path, fd.Name()) + // return c.GetHttpCl().PUTFile(ctx, remoteuser, uid, gid, urlpathng, stream) + // return c.WriteFile(ctx, uid, gid, path, fd.Name()) } // WriteFile writes an existing file to the mgm. Old xrdcp utility