mozilla / tls-observatory

An observatory for TLS configurations, X509 certificates, and more.
Mozilla Public License 2.0
528 stars 88 forks source link

Beautify Code #26

Open 0xdiba opened 9 years ago

0xdiba commented 9 years ago

Go vet and golint all code to follow Golang conventions

jvehent commented 8 years ago

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...

0xdiba commented 8 years ago

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 https://github.com/mozilla/tls-observatory/issues/26#issuecomment-158943672 .

jvehent commented 8 years ago

Let's focus on features for now. I want to meet the december 4th deadline. We can focus on this issue afterward.