bootstrap/coco_config.go

6 lines
75 B
Go

package bootstrap
type Config struct {
Version string `yaml:"version"`
}