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
As discussed e.g. in #35, we should move to the Go-way of using Camel Case, as described in Effective Go.
Right now, we are dealing with a mixture of both Camel Case and more C_style variable names.
The text was updated successfully, but these errors were encountered:
all: moves to camel case naming
2d45916
This patch is in regard to issue #37 and features a major renaming of all affected variables.
No branches or pull requests
As discussed e.g. in #35, we should move to the Go-way of using Camel Case, as described in Effective Go.
Right now, we are dealing with a mixture of both Camel Case and more C_style variable names.
The text was updated successfully, but these errors were encountered: