mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
* switch to new go-acme imports from xenolf. Fix api changes * update many vault related dependencies
8 lines
94 B
Go
8 lines
94 B
Go
// +build !lz4debug
|
|
|
|
package lz4
|
|
|
|
const debugFlag = false
|
|
|
|
func debug(args ...interface{}) {}
|