package config type mInfo struct { Logo string `yaml:"logo"` Title string `yaml:"title"` Author string `yaml:"author"` Language string `yaml:"language"` Copyright string `yaml:"copyright"` Motto []string `yaml:"motto"` }