Skip to content

Commit

Permalink
Add QR and KVK to common initialisms (#1419)
Browse files Browse the repository at this point in the history
* Add QR and KVK to common initialisms

* Update templates.go

* Sort commonInitialisms

Co-authored-by: Steve Coffman <[email protected]>
  • Loading branch information
RichardLindhout and StevenACoffman authored Oct 10, 2021
1 parent f9df1a4 commit 5287e4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion codegen/templates/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -458,26 +458,29 @@ var commonInitialisms = map[string]bool{
"ID": true,
"IP": true,
"JSON": true,
"KVK": true,
"LHS": true,
"PGP": true,
"QPS": true,
"QR": true,
"RAM": true,
"RHS": true,
"RPC": true,
"SLA": true,
"SMTP": true,
"SQL": true,
"SSH": true,
"SVG": true,
"TCP": true,
"TLS": true,
"TTL": true,
"UDP": true,
"UI": true,
"UID": true,
"UUID": true,
"URI": true,
"URL": true,
"UTF8": true,
"UUID": true,
"VM": true,
"XML": true,
"XMPP": true,
Expand Down

0 comments on commit 5287e4e

Please sign in to comment.