mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-18 12:20:24 +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 }
|