1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 09:50:43 +00:00

apply coding style

This commit is contained in:
Shelikhoo 2021-05-01 00:40:32 +01:00
parent 7a6f887fe3
commit 6af537ad32
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -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"