github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/command/agent/host/darwin.go (about) 1 // +build darwin 2 3 package host 4 5 func mountedPaths() []string { 6 return []string{"/"} 7 }