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