diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-07-14 07:34:16 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-07-14 07:34:16 -0700 |
| commit | ddec7b2bb986a352cc999ac4e350c8f3be87eacd (patch) | |
| tree | 7d357fd00f6a92ed218e047de47ae2ae1f3d01de /weed/util/compression.go | |
| parent | 4f6096c7f08d1a2468451684d44675310512524d (diff) | |
| download | seaweedfs-ddec7b2bb986a352cc999ac4e350c8f3be87eacd.tar.xz seaweedfs-ddec7b2bb986a352cc999ac4e350c8f3be87eacd.zip | |
go fmt
Diffstat (limited to 'weed/util/compression.go')
| -rw-r--r-- | weed/util/compression.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/util/compression.go b/weed/util/compression.go index b526f47c9..4488e019e 100644 --- a/weed/util/compression.go +++ b/weed/util/compression.go @@ -54,6 +54,7 @@ func ungzipData(input []byte) ([]byte, error) { } var decoder, _ = zstd.NewReader(nil) + func unzstdData(input []byte) ([]byte, error) { return decoder.DecodeAll(input, nil) } |
