More Go linters enabled, issues fixed

Ref: #528

Enables "staticcheck", "varcheck", "structcheck", "aligncheck"
This commit is contained in:
Andrey Smirnov
2017-05-03 00:56:18 +03:00
parent 7a7c9cd26c
commit 51213899b7
14 changed files with 50 additions and 49 deletions
+5 -1
View File
@@ -8,7 +8,11 @@
"goimports",
"misspell",
"gosimple",
"ineffassign"
"ineffassign",
"staticcheck",
"varcheck",
"structcheck",
"aligncheck"
],
"Deadline": "15m"
}