containerd/rootfs/init_other.go
Derek McGowan 5d4577534a
Add init and get mounts to rootfs service
Update rootfs package to add mount initializer function.

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2017-03-15 16:32:21 -07:00

7 lines
69 B
Go

// +build !linux
package rootfs
const (
defaultInitializer = ""
)