Skip to content

Commit

Permalink
Add CSPs to list of common initialisms (#3303)
Browse files Browse the repository at this point in the history
* Add AWS to list of common initialisms

* Add GCP to list of common initialisms
  • Loading branch information
noamcohen97 authored Sep 26, 2024
1 parent cd6f0b9 commit 3a445f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codegen/templates/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,8 @@ var CommonInitialisms = map[string]bool{
"XMPP": true,
"XSRF": true,
"XSS": true,
"AWS": true,
"GCP": true,
}

// GetInitialisms returns the initialisms to capitalize in Go names. If unchanged, default initialisms will be returned
Expand Down

0 comments on commit 3a445f0

Please sign in to comment.