mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-07-16 18:42:00 -04:00
Add Generated Files
This commit is contained in:
@@ -2,6 +2,4 @@ package vmess
|
||||
|
||||
import "v2ray.com/core/common/errors"
|
||||
|
||||
func newError(values ...interface{}) *errors.Error {
|
||||
return errors.New(values...).Path("Proxy", "VMess")
|
||||
}
|
||||
func newError(values ...interface{}) *errors.Error { return errors.New(values...).Path("Proxy", "VMess") }
|
||||
|
||||
Reference in New Issue
Block a user