Explorar o código

apply coding style

Shelikhoo %!s(int64=4) %!d(string=hai) anos
pai
achega
6af537ad32
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      app/browserforwarder/forwarder.go

+ 2 - 1
app/browserforwarder/forwarder.go

@@ -5,11 +5,12 @@ package browserforwarder
 import (
 	"bytes"
 	"context"
-	"github.com/v2fly/v2ray-core/v4/features/extension"
 	"io"
 	"net/http"
 	"time"
 
+	"github.com/v2fly/v2ray-core/v4/features/extension"
+
 	"github.com/v2fly/BrowserBridge/handler"
 
 	"github.com/v2fly/v2ray-core/v4/common"