From: shenao78 Date: Mon, 4 Nov 2019 14:29:04 +0000 (+0800) Subject: import order X-Git-Tag: v1.0.5~22^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=47cced5d353449bc79b70f3d0f640b2869832781;p=bytom%2Fvapor.git import order --- diff --git a/application/mov/database/mov_iterator_test.go b/application/mov/database/mov_iterator_test.go index 0bc8f617..83e984c3 100644 --- a/application/mov/database/mov_iterator_test.go +++ b/application/mov/database/mov_iterator_test.go @@ -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 ( diff --git a/application/mov/match/match_test.go b/application/mov/match/match_test.go index 7b248f5a..52fc53a8 100644 --- a/application/mov/match/match_test.go +++ b/application/mov/match/match_test.go @@ -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" diff --git a/application/mov/match/order_table_test.go b/application/mov/match/order_table_test.go index 898f09e2..fec13402 100644 --- a/application/mov/match/order_table_test.go +++ b/application/mov/match/order_table_test.go @@ -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 (