diff --git a/ident/ident.go b/ident/ident.go index 9fa9258..1737877 100644 --- a/ident/ident.go +++ b/ident/ident.go @@ -181,6 +181,7 @@ func isTwoInitialisms(word string) (string, string, bool) { // For instance, "ID" is fine (Freudian code is rare), but "AND" is not. var initialisms = map[string]struct{}{ "ACL": {}, + "ANSI": {}, "API": {}, "ASCII": {}, "CPU": {},