Browse Source

sort import

Darien Raymond 7 years ago
parent
commit
a8b3c74945
1 changed files with 2 additions and 3 deletions
  1. 2 3
      testing/scenarios/http_test.go

+ 2 - 3
testing/scenarios/http_test.go

@@ -10,11 +10,10 @@ import (
 	"testing"
 	"testing"
 	"time"
 	"time"
 
 
-	"v2ray.com/core/common"
-	"v2ray.com/core/common/buf"
-
 	"v2ray.com/core"
 	"v2ray.com/core"
 	"v2ray.com/core/app/proxyman"
 	"v2ray.com/core/app/proxyman"
+	"v2ray.com/core/common"
+	"v2ray.com/core/common/buf"
 	"v2ray.com/core/common/net"
 	"v2ray.com/core/common/net"
 	"v2ray.com/core/common/serial"
 	"v2ray.com/core/common/serial"
 	"v2ray.com/core/proxy/freedom"
 	"v2ray.com/core/proxy/freedom"