github.com/ncodes/nomad@v0.5.7-0.20170403112158-97adf4a74fb3/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 }