5 lines
91 B
Go
5 lines
91 B
Go
package testutil
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
const unmountFlags int = unix.MNT_DETACH
|