containerd/rootfs/init_other.go

8 lines
69 B
Go

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