1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-29 13:35:20 -05:00

Add Generated Files

This commit is contained in:
Shelikhoo
2017-12-28 11:14:45 +08:00
parent 7b51a56c33
commit 7f34cbdaff
22 changed files with 141 additions and 179 deletions

View File

@@ -2,6 +2,4 @@ package dokodemo
import "v2ray.com/core/common/errors"
func newError(values ...interface{}) *errors.Error {
return errors.New(values...).Path("Proxy", "Dokodemo")
}
func newError(values ...interface{}) *errors.Error { return errors.New(values...).Path("Proxy", "Dokodemo") }