initrd/config.go
Mikaël Cluseau 3a21cfa68e move config
2019-03-25 15:29:24 +11:00

6 lines
70 B
Go

package main
type config struct {
Layers []string `yaml:"layers"`
}