mirror of
https://gitee.com/johng/gf.git
synced 2024-12-05 05:37:55 +08:00
6 lines
69 B
Go
6 lines
69 B
Go
// +build !lz4debug
|
|
|
|
package lz4
|
|
|
|
func debug(args ...interface{}) {}
|