github.com/hhrutter/nomad@v0.6.0-rc2.0.20170723054333-80c4b03f0705/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  }