bootstrap/coco_config.go

6 lines
70 B
Go

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