8 lines
69 B
Go
8 lines
69 B
Go
// +build !linux
|
|
|
|
package rootfs
|
|
|
|
const (
|
|
defaultInitializer = ""
|
|
)
|