github.com/uriddle/docker@v0.0.0-20210926094723-4072e6aeb013/utils/stubs.go (about)

     1  // +build !experimental
     2  
     3  package utils
     4  
     5  // ExperimentalBuild is a stub which always returns false for
     6  // builds that do not include the "experimental" build tag
     7  func ExperimentalBuild() bool {
     8  	return false
     9  }