mirror of
https://github.com/containerd/containerd.git
synced 2026-07-27 11:51:12 +00:00
Update rootfs package to add mount initializer function. Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
8 lines
69 B
Go
8 lines
69 B
Go
// +build !linux
|
|
|
|
package rootfs
|
|
|
|
const (
|
|
defaultInitializer = ""
|
|
)
|