Skip to content

Commit

Permalink
add ftp as acronym
Browse files Browse the repository at this point in the history
  • Loading branch information
arjendevos committed Nov 8, 2023
1 parent 2de9a9e commit 8cf778f
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 @@ -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 {
Expand Down

0 comments on commit 8cf778f

Please sign in to comment.