mirror of
https://github.com/go-gitea/gitea
synced 2024-11-09 11:44:27 +00:00
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
|