Enable struct check

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
Derek McGowan 2018-08-06 13:55:26 -07:00
parent dc53e37d98
commit 32e2260be2
No known key found for this signature in database
GPG key ID: F58C5D0A4405ACDB
4 changed files with 7 additions and 18 deletions

View file

@ -4,6 +4,8 @@
"Sort": ["linter", "severity", "path", "line"],
"EnableGC": true,
"Enable": [
"structcheck",
"gofmt",
"golint",
"vet"