mirror of
https://github.com/minio/minio.git
synced 2025-04-06 04:40:38 -04:00
8 lines
94 B
Go
8 lines
94 B
Go
// +build !lz4debug
|
|
|
|
package lz4
|
|
|
|
const debugFlag = false
|
|
|
|
func debug(args ...interface{}) {}
|