0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-20 06:58:38 +03:00

Fix: format

This commit is contained in:
JimhHan
2021-03-26 17:30:24 +08:00
parent fc8b580017
commit 4eb3acb4dd
14 changed files with 24 additions and 22 deletions

View File

@ -2,7 +2,6 @@ package conf
import (
"encoding/json"
"github.com/xtls/xray-core/infra/conf/common"
"strings"
"github.com/golang/protobuf/proto"
@ -10,6 +9,7 @@ import (
"github.com/xtls/xray-core/common/protocol"
"github.com/xtls/xray-core/common/serial"
"github.com/xtls/xray-core/common/uuid"
"github.com/xtls/xray-core/infra/conf/common"
"github.com/xtls/xray-core/proxy/vmess"
"github.com/xtls/xray-core/proxy/vmess/inbound"
"github.com/xtls/xray-core/proxy/vmess/outbound"