mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-13 02:50:27 +08:00
7 lines
138 B
Go
7 lines
138 B
Go
|
// +build !go1.12
|
||
|
|
||
|
package version
|
||
|
|
||
|
func printBuildInfo() {}
|
||
|
func buildInfoVersion() (string, bool) { return "", false }
|