Skip to content

Commit 0161147

Browse files
authored
chore: Add SAS as a common initialism to structfield (#4054)
1 parent ca13c0c commit 0161147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/structfield/structfield.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ var initialisms = map[string]bool{
425425
"OID": true, "OS": true,
426426
"PEM": true, "PR": true, "QPS": true,
427427
"RAM": true, "RHS": true, "RPC": true,
428-
"SAML": true, "SBOM": true, "SCIM": true,
428+
"SAML": true, "SAS": true, "SBOM": true, "SCIM": true,
429429
"SHA": true, "SHA1": true, "SHA256": true,
430430
"SKU": true, "SLA": true, "SMTP": true, "SNMP": true,
431431
"SPDX": true, "SPDXID": true, "SQL": true, "SSH": true,

0 commit comments

Comments
 (0)