github.com/michael-k/docker@v1.7.0-rc2/utils/stubs.go (about)

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