CI currently has no step that checks Go formatting
this came up in #621 , where @AkihiroSuda commented
Thanks, we have to enforce this in CI
Two options:
- Add a simple
gofmt -l check to CI
- Adopt
golangci-lint with formatting enforcement built in (like nerdctl does)
CI currently has no step that checks Go formatting
this came up in #621 , where @AkihiroSuda commented
Two options:
gofmt -lcheck to CIgolangci-lintwith formatting enforcement built in (like nerdctl does)