Add YAML Support (#86)

This commit is contained in:
Monsoon 2020-12-25 03:30:26 +08:00 committed by GitHub
parent f073456ac0
commit 85619b5a29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 96 additions and 0 deletions

View file

@ -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"