X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0eb72b526bf8bbb011551ecf019f604e17a534f1..8a27fe370239ecb8e50d53f46b45ed61203a35ca:/services/keepstore/pipe_adapters.go diff --git a/services/keepstore/pipe_adapters.go b/services/keepstore/pipe_adapters.go index e4a5865a43..6b555054b6 100644 --- a/services/keepstore/pipe_adapters.go +++ b/services/keepstore/pipe_adapters.go @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: AGPL-3.0 -package main +package keepstore import ( "bytes" @@ -39,7 +39,7 @@ func getWithPipe(ctx context.Context, loc string, buf []byte, br BlockReader) (i } } -// putWithPipe invokes putter with a new pipe, and and copies data +// putWithPipe invokes putter with a new pipe, and copies data // from buf into the pipe. If ctx is done before all data is copied, // putWithPipe closes the pipe with an error, and returns early with // an error.