1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-25 11:35:34 -05:00
This commit is contained in:
Shelikhoo
2018-02-12 14:47:23 +08:00
parent 5e0ed59599
commit 91f32cc8c4
7 changed files with 132 additions and 60 deletions

View File

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