lint: add review dog (#4652)

* lint: add review dog

- golangci is being deprecated on the 15th

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
This commit is contained in:
Marko
2020-04-07 10:28:26 +02:00
committed by GitHub
parent 6aa469d008
commit 499f9ed153
6 changed files with 24 additions and 13 deletions
+1 -1
View File
@@ -3,7 +3,6 @@ package types
import (
"bytes"
"fmt"
"github.com/stretchr/testify/require"
"math"
"sort"
"strings"
@@ -12,6 +11,7 @@ import (
"time"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/tendermint/tendermint/crypto"
"github.com/tendermint/tendermint/crypto/ed25519"