-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
golint fix #65
Comments
should we do exactly as it suggest? |
If it doesn't cause build and logic error, it is better to follow golint style. |
for example,should we move the all "package ..." statement ahead of package comment,which I don't think is a good idea |
This can be ignored, you can focus on logic code style , func and var define |
got it :) |
Fix golint warnings, it is a good way to review code
https://github.com/golang/lint
3a4eeb6
The text was updated successfully, but these errors were encountered: