github.com/hustcat/docker@v1.3.3-0.20160314103604-901c67a8eeab/utils/experimental.go (about)

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