1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-06 18:43:50 +00:00
Files
rclone/vendor/github.com/pierrec/lz4/decode_amd64.go
buengese 45375d5b8f vendor: add new dependencies
... switch from id01/go-lz4 to pierrec/lz4
... use klauspost/compress/gzip for gzip
... use ulikunitz/xz for xz
... remove snappy
2020-03-03 18:40:54 +01:00

9 lines
117 B
Go

// +build !appengine
// +build gc
// +build !noasm
package lz4
//go:noescape
func decodeBlock(dst, src []byte) int