mirror of
https://github.com/go-gitea/gitea.git
synced 2024-12-04 14:46:57 -05: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
|