mirror of
https://github.com/rclone/rclone.git
synced 2026-01-06 18:43:50 +00:00
... switch from id01/go-lz4 to pierrec/lz4 ... use klauspost/compress/gzip for gzip ... use ulikunitz/xz for xz ... remove snappy
9 lines
117 B
Go
9 lines
117 B
Go
// +build !appengine
|
|
// +build gc
|
|
// +build !noasm
|
|
|
|
package lz4
|
|
|
|
//go:noescape
|
|
func decodeBlock(dst, src []byte) int
|