github.com/amylindburg/docker@v1.7.0/utils/experimental.go (about)

     1  // +build experimental
     2  
     3  package utils
     4  
     5  func ExperimentalBuild() bool {
     6  	return true
     7  }