mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 07:43:29 +03: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{}) {}
|