Add Generated Files

This commit is contained in:
Shelikhoo
2018-02-12 14:17:14 +08:00
parent 7b51a56c33
commit 7f34cbdaff
22 changed files with 141 additions and 179 deletions
+1 -3
View File
@@ -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") }