Files
virtual-kubelet/vendor/github.com/hyperhq/hypercli/utils/stubs.go
2017-12-05 17:53:58 -06:00

10 lines
209 B
Go

// +build !experimental
package utils
// ExperimentalBuild is a stub which always returns false for
// builds that do not include the "experimental" build tag
func ExperimentalBuild() bool {
return false
}