package config type mAbout struct { Title string `yaml:"title"` SRC string `yaml:"src"` DST string `yaml:"dst"` Filename string `yaml:"filename"` }