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 - gosimple
- ineffassign - ineffassign
- misspell - misspell
- prealloc
- staticcheck - staticcheck
- structcheck - structcheck
- unconvert - unconvert