go vet: not compatible with reflect.StructTag.Get
This commit fixes all occurrences of the abovementioned lint-error in the codebase. Signed-off-by: Moritz Poldrack <git@moritz.sh> Acked-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
parent
22d65d5759
commit
d39da95f73
|
@ -153,7 +153,7 @@ type TriggersConfig struct {
|
|||
}
|
||||
|
||||
type TemplateConfig struct {
|
||||
TemplateDirs []string `ini:"template-dirs", delim:":"`
|
||||
TemplateDirs []string `ini:"template-dirs" delim:":"`
|
||||
NewMessage string `ini:"new-message"`
|
||||
QuotedReply string `ini:"quoted-reply"`
|
||||
Forwards string `ini:"forwards"`
|
||||
|
|
Loading…
Reference in New Issue