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

Chore: format code

This commit is contained in:
loyalsoldier 2021-03-28 08:44:04 +08:00
parent f0c453ca28
commit a0c817888b
No known key found for this signature in database
GPG Key ID: 23829BBC1ACF2C90
4 changed files with 12 additions and 6 deletions

View File

@ -5,15 +5,17 @@ package browserforwarder
import (
"bytes"
"context"
"io"
"net/http"
"time"
"github.com/v2fly/BrowserBridge/handler"
"github.com/v2fly/v2ray-core/v4/common"
"github.com/v2fly/v2ray-core/v4/common/net"
"github.com/v2fly/v2ray-core/v4/common/platform/securedload"
"github.com/v2fly/v2ray-core/v4/features/ext"
"github.com/v2fly/v2ray-core/v4/transport/internet"
"io"
"net/http"
"time"
)
//go:generate go run github.com/v2fly/v2ray-core/v4/common/errors/errorgen

View File

@ -4,11 +4,13 @@ import (
"bytes"
"crypto/sha256"
"encoding/hex"
"strings"
"github.com/v2fly/VSign/insmgr"
"github.com/v2fly/VSign/signerVerify"
"github.com/v2fly/v2ray-core/v4/common/platform"
"github.com/v2fly/v2ray-core/v4/common/platform/filesystem"
"strings"
)
type EmbeddedHashProtectedLoader struct {

View File

@ -2,6 +2,7 @@ package conf
import (
"github.com/golang/protobuf/proto"
"github.com/v2fly/v2ray-core/v4/app/browserforwarder"
)

View File

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