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

Source go not gofmt'ed #195

Open
1 of 4 tasks
abrander opened this issue Sep 15, 2019 · 0 comments
Open
1 of 4 tasks

Source go not gofmt'ed #195

abrander opened this issue Sep 15, 2019 · 0 comments

Comments

@abrander
Copy link
Contributor

When developing Go code it's widely used to run go fmt or similar tool on save. This project does not conform to the style of go fmt. This results in tedious work when reviewing local changes and submitting pull requests upstream.

Would the project be interested in a PR changing all files to conform to the go fmt style? (And use go fmt from now on)?

A PR implemented CI checking the formatting?

It would make contributing more straightforward.

Issue type

  • bug
  • missing functionality
  • performance
  • feature request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@abrander and others