We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The first letter in camelCase should be lower case, e.g. httpServer. This is discussed in many places on the internet, including here.
httpServer
This results in bugs in downstream packages like this one in sprig.
sprig
I believe the solution might be to remove one line and fix the tests.
xstrings/convert.go
Line 36 in 6ae33fe
The text was updated successfully, but these errors were encountered:
Make sense. I'll add a new api ToPascalCase and change ToCamelCase behavior.
ToPascalCase
ToCamelCase
Sorry, something went wrong.
1040c04
No branches or pull requests
The first letter in camelCase should be lower case, e.g.
httpServer
. This is discussed in many places on the internet, including here.This results in bugs in downstream packages like this one in
sprig
.I believe the solution might be to remove one line and fix the tests.
xstrings/convert.go
Line 36 in 6ae33fe
The text was updated successfully, but these errors were encountered: