mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-01 18:04:16 +00:00
Add YAML Support (#86)
This commit is contained in:
parent
f073456ac0
commit
85619b5a29
7 changed files with 96 additions and 0 deletions
9
main/yaml/errors.generated.go
Normal file
9
main/yaml/errors.generated.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package yaml
|
||||
|
||||
import "github.com/xtls/xray-core/common/errors"
|
||||
|
||||
type errPathObjHolder struct{}
|
||||
|
||||
func newError(values ...interface{}) *errors.Error {
|
||||
return errors.New(values...).WithPathObj(errPathObjHolder{})
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue