strcase
strcase copied to clipboard
SQL is converted to Sql
for example, listMysqlTopSQL is converted to ListMysqlTopSql.
expectation: the result should be ListMysqlTopSQL
Are you looking for?
https://pkg.go.dev/github.com/iancoleman/strcase#ConfigureAcronym
I think this is a regression caused by #41. In 0.2.0, it does return ListMysqlTopSQL.