-
Notifications
You must be signed in to change notification settings - Fork 265
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
Fixing golint and gofmt errors #148
Conversation
799f6ae
to
3b99d5d
Compare
There is already an open PR (#121) to solve this issue |
Hi @prateekpandey14, Thanks for the PR! As @leandro-lugaresi mentioned, this issue is address in PR #121. I hope you will find another issue to take on for Hacktoberfest :) With Best Regards, Elmer |
@leandro-lugaresi @thinkingserious |
@prateekpandey14, I have merged in the PRs that came previously. Can you please look into the merge conflicts and see if you have identified anything that hasn't already been covered? We would love to give you credit for the work you did here! |
Alrighty, I got everything merged - hopefully it builds with no issues! |
Hello @prateekpandey14, |
Thanks @thinkingserious @mbernier . |
This PR will fix golint and gofmt issues with all *.go files.
fixes #64
Use: golint and gofmt tool to fix the issue