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