mirror of
https://github.com/minio/minio.git
synced 2024-12-26 23:25:54 -05:00
8 lines
94 B
Go
8 lines
94 B
Go
|
// +build !lz4debug
|
||
|
|
||
|
package lz4
|
||
|
|
||
|
const debugFlag = false
|
||
|
|
||
|
func debug(args ...interface{}) {}
|