1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-05 19:44:32 -04:00
v2fly/proxy/vmess/encoding/errors.generated.go
2018-02-12 14:17:14 +08:00

6 lines
176 B
Go

package encoding
import "v2ray.com/core/common/errors"
func newError(values ...interface{}) *errors.Error { return errors.New(values...).Path("Proxy", "VMess", "Encoding") }