We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79f9abd + db5e7e4 commit 0a3bee0Copy full SHA for 0a3bee0
cmd/api_gen/configure.go
@@ -0,0 +1,7 @@
1
+package main
2
+
3
+import "github.com/iancoleman/strcase"
4
5
+func init() {
6
+ strcase.ConfigureAcronym("ID", "id")
7
+}
0 commit comments