Files
MollyBlog/config/mInfo.go

10 lines
210 B
Go

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"`
}