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:
parent
8ecec9b49d
commit
d9884b4010
@ -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) {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user