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:
Moritz Poldrack 2022-03-18 09:53:04 +01:00 committed by Robin Jarry
parent 22d65d5759
commit d39da95f73
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ type TriggersConfig struct {
} }
type TemplateConfig struct { type TemplateConfig struct {
TemplateDirs []string `ini:"template-dirs", delim:":"` TemplateDirs []string `ini:"template-dirs" delim:":"`
NewMessage string `ini:"new-message"` NewMessage string `ini:"new-message"`
QuotedReply string `ini:"quoted-reply"` QuotedReply string `ini:"quoted-reply"`
Forwards string `ini:"forwards"` Forwards string `ini:"forwards"`