Initial commit
This commit is contained in:
9
vendor/github.com/hyperhq/hypercli/utils/experimental.go
generated
vendored
Normal file
9
vendor/github.com/hyperhq/hypercli/utils/experimental.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// +build experimental
|
||||
|
||||
package utils
|
||||
|
||||
// ExperimentalBuild is a stub which always returns true for
|
||||
// builds that include the "experimental" build tag
|
||||
func ExperimentalBuild() bool {
|
||||
return true
|
||||
}
|
||||
Reference in New Issue
Block a user