run gosimple in gometalinter

This commit is contained in:
Marten Seemann
2018-02-22 08:48:12 +08:00
parent 286a51bcc0
commit 81974d30d6
13 changed files with 23 additions and 24 deletions

View File

@@ -9,11 +9,10 @@
"deadcode",
"goimports",
"ineffassign",
"megacheck",
"misspell",
"staticcheck",
"structcheck",
"unconvert",
"unused",
"varcheck",
"vet"
],