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