mirror of
https://github.com/status-im/status-go.git
synced 2025-01-24 21:49:54 +00:00
7 lines
138 B
Go
7 lines
138 B
Go
|
// +build !go1.12
|
||
|
|
||
|
package version
|
||
|
|
||
|
func printBuildInfo() {}
|
||
|
func buildInfoVersion() (string, bool) { return "", false }
|