mirror of
https://github.com/yv1ing/MollyBlog.git
synced 2025-09-16 14:53:45 +08:00
9 lines
166 B
Go
9 lines
166 B
Go
package config
|
|
|
|
type mAbout struct {
|
|
Title string `yaml:"title"`
|
|
SRC string `yaml:"src"`
|
|
DST string `yaml:"dst"`
|
|
Filename string `yaml:"filename"`
|
|
}
|