Skip to content

Commit

Permalink
Update templates.go
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlindhout authored Jan 25, 2024
1 parent bf876e8 commit a4c94db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a4c94db

Please sign in to comment.