blob: 8a496d392fa0f577317a5800bcff09df448347a9 [file] [log] [blame]
// +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
}