mirror of
https://github.com/resmoio/kubernetes-event-exporter.git
synced 2026-08-24 01:06:22 +00:00
8 lines
94 B
Go
8 lines
94 B
Go
// +build !lz4debug
|
|
|
|
package lz4
|
|
|
|
const debugFlag = false
|
|
|
|
func debug(args ...interface{}) {}
|