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

Go style guide and go fmt #2

Open
lucasmenendez opened this issue Apr 9, 2018 · 0 comments
Open

Go style guide and go fmt #2

lucasmenendez opened this issue Apr 9, 2018 · 0 comments
Assignees
Labels
info Tips

Comments

@lucasmenendez
Copy link
Collaborator

lucasmenendez commented Apr 9, 2018

Golang has its own official style guide here. Also, Golang team has develop its own lint following that style guide: golint

Official command to autoformat whole project is go fmt -s -w ./. More info about go fmt command here.

@lucasmenendez lucasmenendez added the bug Something isn't working label Apr 9, 2018
@lucasmenendez lucasmenendez added info Tips and removed bug Something isn't working labels May 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info Tips
Projects
None yet
Development

No branches or pull requests

5 participants