4d90afb425
mostly to handle build directives in 1.17.
9 lines
105 B
Go
9 lines
105 B
Go
//go:build darwin
|
|
// +build darwin
|
|
|
|
package host
|
|
|
|
func mountedPaths() []string {
|
|
return []string{"/"}
|
|
}
|