From b8879ac68a30e8bccd1c96cc4630da791d8996c4 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Tue, 8 Mar 2022 11:56:53 +0000 Subject: [dependencies] update go-store, go-mutexes (#422) * update go-store, go-mutexes Signed-off-by: kim * update vendored code Signed-off-by: kim --- vendor/codeberg.org/gruf/go-fastcopy/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vendor/codeberg.org/gruf/go-fastcopy/README.md (limited to 'vendor/codeberg.org/gruf/go-fastcopy/README.md') diff --git a/vendor/codeberg.org/gruf/go-fastcopy/README.md b/vendor/codeberg.org/gruf/go-fastcopy/README.md new file mode 100644 index 000000000..0c1ff68f7 --- /dev/null +++ b/vendor/codeberg.org/gruf/go-fastcopy/README.md @@ -0,0 +1,3 @@ +# go-fastcopy + +An `io.Copy()` implementation that uses a memory pool for the copy buffer. \ No newline at end of file -- cgit v1.2.3