Skip to content
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

Beautify Code #26

Open
0xdiba opened this issue Apr 16, 2015 · 3 comments
Open

Beautify Code #26

0xdiba opened this issue Apr 16, 2015 · 3 comments
Assignees

Comments

@0xdiba
Copy link
Contributor

0xdiba commented Apr 16, 2015

Go vet and golint all code to follow Golang conventions

@0xdiba 0xdiba self-assigned this Apr 16, 2015
@jvehent
Copy link
Contributor

jvehent commented Nov 23, 2015

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
Copy link
Contributor Author

0xdiba commented Nov 23, 2015

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

@jvehent
Copy link
Contributor

jvehent commented Nov 23, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants