OSDN Git Service

import order
authorshenao78 <shenao.78@163.com>
Mon, 4 Nov 2019 14:29:04 +0000 (22:29 +0800)
committershenao78 <shenao.78@163.com>
Mon, 4 Nov 2019 14:29:04 +0000 (22:29 +0800)
application/mov/database/mov_iterator_test.go
application/mov/match/match_test.go
application/mov/match/order_table_test.go

index 0bc8f61..83e984c 100644 (file)
@@ -1,13 +1,12 @@
 package database
 
 import (
-       "github.com/vapor/application/mov/mock"
        "testing"
 
        "github.com/vapor/application/mov/common"
+       "github.com/vapor/application/mov/mock"
        "github.com/vapor/protocol/bc"
        "github.com/vapor/testutil"
-
 )
 
 var (
index 7b248f5..52fc53a 100644 (file)
@@ -1,9 +1,10 @@
 package match
 
 import (
+       "testing"
+
        "github.com/vapor/protocol/bc"
        "github.com/vapor/testutil"
-       "testing"
 
        "github.com/vapor/application/mov/common"
        "github.com/vapor/application/mov/mock"
index 898f09e..fec1340 100644 (file)
@@ -3,9 +3,9 @@ package match
 import (
        "testing"
 
-       "github.com/vapor/application/mov/mock"
        "github.com/vapor/application/mov/common"
        "github.com/vapor/application/mov/database"
+       "github.com/vapor/application/mov/mock"
 )
 
 var (