mirror of
https://github.com/minio/minio.git
synced 2024-12-26 07:05:55 -05:00
b0deea27df
Also handle pretty formatted JSON documents.
8 lines
94 B
Go
8 lines
94 B
Go
// +build !lz4debug
|
|
|
|
package lz4
|
|
|
|
const debugFlag = false
|
|
|
|
func debug(args ...interface{}) {}
|