github.com/jrxfive/nomad@v0.6.1-0.20170802162750-1fef470e89bf/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 }