From a8b3c749455a499ae0ec06c4ec7e610ea2aa676f Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Mon, 12 Nov 2018 19:51:29 +0100 Subject: [PATCH] sort import --- testing/scenarios/http_test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/testing/scenarios/http_test.go b/testing/scenarios/http_test.go index eba90699..3101fb47 100644 --- a/testing/scenarios/http_test.go +++ b/testing/scenarios/http_test.go @@ -10,11 +10,10 @@ import ( "testing" "time" - "v2ray.com/core/common" - "v2ray.com/core/common/buf" - "v2ray.com/core" "v2ray.com/core/app/proxyman" + "v2ray.com/core/common" + "v2ray.com/core/common/buf" "v2ray.com/core/common/net" "v2ray.com/core/common/serial" "v2ray.com/core/proxy/freedom"