提交 ddca1863 编写于 作者: T Taylor Gerring

update imports order per goimports

上级 3588c4a9
package rle
import (
checker "gopkg.in/check.v1"
"testing"
checker "gopkg.in/check.v1"
)
func Test(t *testing.T) { checker.TestingT(t) }
......
package ethutil
import (
checker "gopkg.in/check.v1"
"testing"
checker "gopkg.in/check.v1"
)
func Test(t *testing.T) { checker.TestingT(t) }
package ethutil
import (
checker "gopkg.in/check.v1"
"math/big"
checker "gopkg.in/check.v1"
)
type ValueSuite struct{}
......
package state
import (
checker "gopkg.in/check.v1"
"testing"
checker "gopkg.in/check.v1"
)
func Test(t *testing.T) { checker.TestingT(t) }
package trie
import (
checker "gopkg.in/check.v1"
"testing"
checker "gopkg.in/check.v1"
)
func Test(t *testing.T) { checker.TestingT(t) }
......@@ -4,12 +4,13 @@ import (
"encoding/hex"
"encoding/json"
"fmt"
checker "gopkg.in/check.v1"
"io/ioutil"
"math/rand"
"net/http"
"time"
checker "gopkg.in/check.v1"
"github.com/ethereum/go-ethereum/ethutil"
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册