6 lines
70 B
Go
6 lines
70 B
Go
|
package main
|
||
|
|
||
|
type config struct {
|
||
|
Layers []string `yaml:"layers"`
|
||
|
}
|