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
Go vet and golint all code to follow Golang conventions
The text was updated successfully, but these errors were encountered:
You should use golint: https://github.com/golang/lint
golint
$ go get -u github.com/golang/lint/golint $ $GOPATH/bin/golint github.com/mozilla/tls-observatory/... | wc -l 887
Good luck...
Sorry, something went wrong.
I'm probably going to need it :)
On Mon, Nov 23, 2015 at 4:18 PM, Julien Vehent notifications@github.com wrote:
You should use golint: https://github.com/golang/lint $ go get -u github.com/golang/lint/golint $ $GOPATH/bin/golint github.com/mozilla/tls-observatory/... | wc -l 887 Good luck... — Reply to this email directly or view it on GitHub #26 (comment) .
— Reply to this email directly or view it on GitHub #26 (comment) .
Let's focus on features for now. I want to meet the december 4th deadline. We can focus on this issue afterward.
0xdiba
No branches or pull requests
Go vet and golint all code to follow Golang conventions
The text was updated successfully, but these errors were encountered: