소스 검색

apply coding style

Shelikhoo 4 년 전
부모
커밋
408b5adc1c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      transport/internet/websocket/dialer.go

+ 2 - 1
transport/internet/websocket/dialer.go

@@ -6,10 +6,11 @@ import (
 	"bytes"
 	"context"
 	"encoding/base64"
-	"github.com/v2fly/v2ray-core/v4/features/extension"
 	"io"
 	"time"
 
+	"github.com/v2fly/v2ray-core/v4/features/extension"
+
 	"github.com/gorilla/websocket"
 	core "github.com/v2fly/v2ray-core/v4"