Handle more weird naming cases

This commit is contained in:
Ian Gulliver
2023-05-14 16:35:29 -07:00
parent 1687366aec
commit 1e81c29fa1
3 changed files with 18 additions and 1 deletions

5
go.mod
View File

@@ -4,4 +4,7 @@ go 1.20
require github.com/samber/lo v1.38.1
require golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
require (
github.com/fatih/camelcase v1.0.0
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
)