containerd/rootfs/init_other.go
Stephen J Day 4d8f7895e4
Revert "rootfs: remove unused functions"
This reverts commit 4e2337794c.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-09-06 11:00:21 -07:00

8 lines
69 B
Go

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