mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 00:45:43 +03:00
9 lines
105 B
Go
9 lines
105 B
Go
//go:build darwin
|
|
// +build darwin
|
|
|
|
package host
|
|
|
|
func mountedPaths() []string {
|
|
return []string{"/"}
|
|
}
|