bootstrap/coco_config.go

6 lines
75 B
Go
Raw Permalink Normal View History

2023-01-01 23:46:41 +08:00
package bootstrap
2023-01-01 23:31:51 +08:00
type Config struct {
Version string `yaml:"version"`
}