mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-09 19:29:29 +08:00

* Fix Dockerfile base Go version Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Update Go version and dependencies Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
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
|