We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7faaf59 commit 6c4ce44Copy full SHA for 6c4ce44
camel_test.go
@@ -25,6 +25,7 @@ func TestUpperCamelCase(t *testing.T) {
25
"skip---many-dashes": "SkipManyDashes",
26
"skip___many_underline": "SkipManyUnderline",
27
"XRequestId": "XRequestId",
28
+ "HTTPStatusCode": "HttpStatusCode",
29
}
30
31
for in, out := range data {
@@ -49,6 +50,7 @@ func TestLowerCamelCase(t *testing.T) {
49
50
"skip---many-dashes": "skipManyDashes",
51
"skip___many_underline": "skipManyUnderline",
52
"XRequestId": "xRequestId",
53
+ "HTTPStatusCode": "httpStatusCode",
54
55
56
0 commit comments