From e1b79a80e990ba2fec3d6216de08928e52c8e976 Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Sat, 28 Feb 2026 14:59:46 -0500 Subject: [PATCH] chore: Add `SAS` as a common initialism to `structfield` Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> --- tools/structfield/structfield.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/structfield/structfield.go b/tools/structfield/structfield.go index ad2220a78e1..2f37619cdf1 100644 --- a/tools/structfield/structfield.go +++ b/tools/structfield/structfield.go @@ -425,7 +425,7 @@ var initialisms = map[string]bool{ "OID": true, "OS": true, "PEM": true, "PR": true, "QPS": true, "RAM": true, "RHS": true, "RPC": true, - "SAML": true, "SBOM": true, "SCIM": true, + "SAML": true, "SAS": true, "SBOM": true, "SCIM": true, "SHA": true, "SHA1": true, "SHA256": true, "SKU": true, "SLA": true, "SMTP": true, "SNMP": true, "SPDX": true, "SPDXID": true, "SQL": true, "SSH": true,