diff --git a/conf/conf.go b/conf/conf.go index 7b18453a..7b11bb95 100644 --- a/conf/conf.go +++ b/conf/conf.go @@ -64,7 +64,7 @@ func checkPathName(name string) error { } type PathConf struct { - Regexp *regexp.Regexp + Regexp *regexp.Regexp `yaml:"-"` Source string `yaml:"source"` SourceUrl *url.URL `yaml:"-"` SourceProtocol string `yaml:"sourceProtocol"`