From a4c94dbfc52689fd16217e786bdd44482c3c529d Mon Sep 17 00:00:00 2001 From: Robin Lindhout <79744544+RobinLindhout@users.noreply.github.com> Date: Thu, 25 Jan 2024 10:50:32 +0100 Subject: [PATCH] Update templates.go --- templates/templates.go | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/templates.go b/templates/templates.go index 4db1575..dc87132 100644 --- a/templates/templates.go +++ b/templates/templates.go @@ -45,6 +45,7 @@ func init() { // nolint:gochecknoinits strcase.ConfigureAcronym("KVK", "kvk") strcase.ConfigureAcronym("URL", "url") strcase.ConfigureAcronym("FTP", "ftp") + strcase.ConfigureAcronym("FCM", "fcm") } func WriteTemplateFile(fileName string, cfg Options) error {