mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-22 16:01:43 -04:00
8 lines
94 B
Go
8 lines
94 B
Go
// +build !lz4debug
|
|
|
|
package lz4
|
|
|
|
const debugFlag = false
|
|
|
|
func debug(args ...interface{}) {}
|