enable the gofmt linter

This commit is contained in:
Marten Seemann 2020-08-06 11:47:03 +07:00
parent b944882337
commit f886be4cce
2 changed files with 3 additions and 2 deletions

View file

@ -22,6 +22,7 @@ linters:
- depguard
- goconst
- goimports
- gofmt
- gosimple
- ineffassign
- misspell