config: fix go-import pretty url
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M config/config.go → config/config.go
@@ -23,7 +23,7 @@ Description string `yaml:"description"` } `yaml:"meta"` Misc struct { GoImport struct { - PrettyURL string `yaml:"string"` + PrettyURL string `yaml:"prettyURL"` } `yaml:"goImport"` } `yaml:"misc"` Server struct {