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