5d4577534a
Update rootfs package to add mount initializer function. Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
7 lines
69 B
Go
7 lines
69 B
Go
// +build !linux
|
|
|
|
package rootfs
|
|
|
|
const (
|
|
defaultInitializer = ""
|
|
)
|