1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-22 01:57:12 -05:00

format code

This commit is contained in:
Darien Raymond 2016-01-21 12:05:16 +00:00
parent 85feb725a5
commit d75eeed25d
2 changed files with 16 additions and 16 deletions

View File

@ -3,8 +3,8 @@ package vmess_test
import (
"testing"
"github.com/v2ray/v2ray-core/common/uuid"
"github.com/v2ray/v2ray-core/common/serial"
"github.com/v2ray/v2ray-core/common/uuid"
. "github.com/v2ray/v2ray-core/proxy/vmess"
v2testing "github.com/v2ray/v2ray-core/testing"
"github.com/v2ray/v2ray-core/testing/assert"