1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-11-23 12:02:58 -05:00

apply coding style

This commit is contained in:
Shelikhoo
2021-04-08 20:56:04 +01:00
parent 5a61749328
commit 459a914ab7
8 changed files with 38 additions and 28 deletions

View File

@@ -2,11 +2,13 @@ package command
import (
"context"
"google.golang.org/grpc"
core "github.com/v2fly/v2ray-core/v4"
"github.com/v2fly/v2ray-core/v4/app/observatory"
"github.com/v2fly/v2ray-core/v4/common"
"github.com/v2fly/v2ray-core/v4/features/extension"
"google.golang.org/grpc"
)
type service struct {