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)?
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 ofgo 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 usego fmt
from now on)?A PR implemented CI checking the formatting?
It would make contributing more straightforward.
Issue type