Skip to content

Commit 87c8656

Browse files
committed
chore: use strcase.ConfigureAcronym
1 parent 9ff64e9 commit 87c8656

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cmd/api_gen/configure.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)