mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-19 08:01:22 +00:00
linter: add metalinter to Makefile & apply some fixes
This commit is contained in:
@ -5,6 +5,8 @@ for key management, transaction signing, and query validation.
|
||||
Please read the README and godoc to see how to
|
||||
configure the server for your application.
|
||||
*/
|
||||
|
||||
// nolint: goimports
|
||||
package server
|
||||
|
||||
import (
|
||||
@ -12,8 +14,8 @@ import (
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
|
||||
data "github.com/tendermint/go-wire/data"
|
||||
"github.com/tendermint/go-crypto/keys/server/types"
|
||||
data "github.com/tendermint/go-wire/data"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
Reference in New Issue
Block a user