bump go-store version (includes minio) (#1657)

Signed-off-by: kim <grufwub@gmail.com>
This commit is contained in:
kim 2023-03-30 22:39:55 +01:00 committed by GitHub
commit a5c920a50b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 14876 additions and 8512 deletions

View file

@ -3,6 +3,8 @@
package s2
const hasAmd64Asm = true
// encodeBlock encodes a non-empty src to a guaranteed-large-enough dst. It
// assumes that the varint-encoded length of the decompressed bytes has already
// been written.