Skip to content

Commit

Permalink
Merge pull request 99designs#1198 from ddevault/pgp
Browse files Browse the repository at this point in the history
codegen: add PGP to common initialisms
  • Loading branch information
mtibben authored Jun 11, 2020
2 parents 4d43572 + 4c58fa2 commit 6c0d3d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codegen/templates/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ var commonInitialisms = map[string]bool{
"IP": true,
"JSON": true,
"LHS": true,
"PGP": true,
"QPS": true,
"RAM": true,
"RHS": true,
Expand Down

0 comments on commit 6c0d3d8

Please sign in to comment.