1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-21 16:56:27 -05:00

format import

This commit is contained in:
v2ray 2016-08-17 23:14:13 +02:00
parent 8ecec9b49d
commit d9884b4010
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
2 changed files with 3 additions and 6 deletions

View File

@ -4,11 +4,9 @@ import (
"testing"
"time"
"github.com/v2ray/v2ray-core/testing/assert"
. "github.com/v2ray/v2ray-core/transport/internet/ws"
v2net "github.com/v2ray/v2ray-core/common/net"
"github.com/v2ray/v2ray-core/testing/assert"
. "github.com/v2ray/v2ray-core/transport/internet/ws"
)
func Test_Connect_ws(t *testing.T) {

View File

@ -7,9 +7,8 @@ import (
"sync"
"time"
"github.com/v2ray/v2ray-core/common/log"
"github.com/gorilla/websocket"
"github.com/v2ray/v2ray-core/common/log"
)
type wsconn struct {