mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-18 04:10:22 +00:00
3af1e26d7c
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
7 lines
138 B
Go
7 lines
138 B
Go
// +build !go1.12
|
|
|
|
package version
|
|
|
|
func printBuildInfo() {}
|
|
func buildInfoVersion() (string, bool) { return "", false }
|