aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/pierrec/lz4/debug_stub.go
blob: 44211ad96453b40d2d5dd0044ef715d2eae525d3 (plain) (blame)
1
2
3
4
5
6
7
// +build !lz4debug

package lz4

const debugFlag = false

func debug(args ...interface{}) {}