mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-29 16:58:34 +00:00
Add YAML Support (#86)
This commit is contained in:
parent
f073456ac0
commit
85619b5a29
7 changed files with 96 additions and 0 deletions
|
@ -62,6 +62,7 @@ import (
|
|||
// _ "github.com/xtls/xray-core/main/json"
|
||||
// The following line loads JSON internally
|
||||
_ "github.com/xtls/xray-core/main/jsonem"
|
||||
_ "github.com/xtls/xray-core/main/yaml"
|
||||
|
||||
_ "github.com/xtls/xray-core/main/toml"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue