Enable goconst & interfacer linters

This commit is contained in:
Andrey Smirnov
2017-05-16 00:26:41 +03:00
parent e396a2e6c3
commit 470165a419
26 changed files with 110 additions and 82 deletions
+3 -1
View File
@@ -13,7 +13,9 @@
"varcheck",
"structcheck",
"aligncheck",
"vetshadow"
"vetshadow",
"goconst",
"interfacer"
],
"Deadline": "20m",
"Vendor": true,