diff --git a/templates/templates.go b/templates/templates.go index 08ec7b4..761bf13 100644 --- a/templates/templates.go +++ b/templates/templates.go @@ -44,6 +44,7 @@ func init() { // nolint:gochecknoinits strcase.ConfigureAcronym("QR", "qr") strcase.ConfigureAcronym("KVK", "kvk") strcase.ConfigureAcronym("URL", "url") + strcase.ConfigureAcronym("FTP", "ftp") } func WriteTemplateFile(fileName string, cfg Options) error {