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