add the prealloc linter

This commit is contained in:
Marten Seemann 2019-09-13 13:01:19 +07:00
parent 1350f499b5
commit 0131dc7fa9

View file

@ -16,6 +16,7 @@ linters:
- gosimple
- ineffassign
- misspell
- prealloc
- staticcheck
- structcheck
- unconvert