Initial commit
This commit is contained in:
9
vendor/github.com/hyperhq/hypercli/utils/stubs.go
generated
vendored
Normal file
9
vendor/github.com/hyperhq/hypercli/utils/stubs.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// +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
|
||||
}
|
||||
Reference in New Issue
Block a user