8 lines
99 B
Go
8 lines
99 B
Go
// +build !nomad_test
|
|
|
|
package discover
|
|
|
|
func isNomad(path, nomadExe string) bool {
|
|
return true
|
|
}
|