From a626d9b47e54e4439976d3ad333dfefe4c2710d6 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Tue, 19 Oct 2021 01:45:14 -0400 Subject: [PATCH] Add ICMP to common initialisms (#1666) --- codegen/templates/templates.go | 1 + 1 file changed, 1 insertion(+) diff --git a/codegen/templates/templates.go b/codegen/templates/templates.go index ca8f923c1f3..2358452af27 100644 --- a/codegen/templates/templates.go +++ b/codegen/templates/templates.go @@ -459,6 +459,7 @@ var commonInitialisms = map[string]bool{ "HTML": true, "HTTP": true, "HTTPS": true, + "ICMP": true, "ID": true, "IP": true, "JSON": true,