mirror of
https://gitee.com/johng/gf
synced 2026-06-26 09:27:31 +08:00
6 lines
69 B
Go
6 lines
69 B
Go
// +build !lz4debug
|
|
|
|
package lz4
|
|
|
|
func debug(args ...interface{}) {}
|