1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-08 20:19:12 -04:00

Reformat code

This commit is contained in:
世界
2021-10-28 18:34:19 +08:00
parent 0f1e21ceba
commit a66bb28aee
124 changed files with 255 additions and 184 deletions

View File

@@ -1,6 +1,8 @@
package v2binding
import (
"google.golang.org/protobuf/types/known/anypb"
core "github.com/v2fly/v2ray-core/v4"
"github.com/v2fly/v2ray-core/v4/app/commander"
"github.com/v2fly/v2ray-core/v4/app/dispatcher"
@@ -13,7 +15,6 @@ import (
_ "github.com/v2fly/v2ray-core/v4/main/distro/all"
"github.com/v2fly/v2ray-core/v4/proxy/blackhole"
"github.com/v2fly/v2ray-core/v4/proxy/dokodemo"
"google.golang.org/protobuf/types/known/anypb"
)
type bindingInstance struct {