ENHANCEMENT: Add gofmt #24
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
In order to improve the code quality of
gomerge
, we should implement a number of automated code quality checks.This issue related specifically to
gofmt
. This should be added apre-commit
hook to ensure all commits maintain the go standard. It would be nice to have this as a command available to be run via the existingMakefile
too.Implementing this enhancement may bring to light formatting changes across multiple files. This is fine, a requirement for this should be that all relevant go files are formatted correctly.
The text was updated successfully, but these errors were encountered: