github.com/taylorchu/nomad@v0.5.3-rc1.0.20170407200202-db11e7dd7b55/helper/discover/discover_generic.go (about)

     1  // +build !nomad_test
     2  
     3  package discover
     4  
     5  func isNomad(path, nomadExe string) bool {
     6  	return true
     7  }