We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf2e2a commit 5235821Copy full SHA for 5235821
internal/build/utils/naming.go
@@ -2,6 +2,10 @@
2
// Elasticsearch B.V. licenses this file to you under the Apache 2.0 License.
3
// See the LICENSE file in the project root for more information.
4
5
+// Licensed to Elasticsearch B.V. under one or more agreements.
6
+// Elasticsearch B.V. licenses this file to you under the Apache 2.0 License.
7
+// See the LICENSE file in the project root for more information.
8
+
9
package utils
10
11
import "strings"
@@ -46,6 +50,7 @@ func NameToGo(s string, api ...string) string {
46
50
}
47
51
48
52
acronyms := map[string]string{
53
+ "ip": "IP",
49
54
"id": "ID",
55
"ttl": "TTL",
56
0 commit comments