mirror of
https://github.com/containerd/containerd.git
synced 2026-07-12 10:36:11 +00:00
6 lines
90 B
Go
6 lines
90 B
Go
package testutil
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
const umountflags int = unix.MNT_DETACH
|