Fix linter list and fix errors discovered by new staticcheck

This commit is contained in:
Andrey Smirnov
2019-01-20 00:01:17 +03:00
parent a64807efda
commit 3b5840e248
8 changed files with 9 additions and 23 deletions

View File

@@ -10,8 +10,7 @@ import (
)
type GnupgSuite struct {
verifier Verifier
bins string
bins string
}
var _ = Suite(&GnupgSuite{})