build: enable goimports and varcheck linters (#16446)

This commit is contained in:
thomasmodeneis 2018-04-18 00:53:50 +02:00 committed by Felix Lange
parent 67e431d5be
commit 3e994ca586
2 changed files with 0 additions and 8 deletions

View File

@ -32,10 +32,6 @@ import (
"github.com/ethereum/go-ethereum/rpc"
)
const (
filterTimeout = 300 // filters are considered timeout out after filterTimeout seconds
)
var (
ErrSymAsym = errors.New("specify either a symmetric or an asymmetric key")
ErrInvalidSymmetricKey = errors.New("invalid symmetric key")

View File

@ -32,10 +32,6 @@ import (
"github.com/ethereum/go-ethereum/rpc"
)
const (
filterTimeout = 300 // filters are considered timeout out after filterTimeout seconds
)
// List of errors
var (
ErrSymAsym = errors.New("specify either a symmetric or an asymmetric key")