move config
This commit is contained in:
parent
24c1c4ddca
commit
3a21cfa68e
5
config.go
Normal file
5
config.go
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
type config struct {
|
||||||
|
Layers []string `yaml:"layers"`
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user