use new errorgen

This commit is contained in:
Darien Raymond
2018-09-30 23:08:41 +02:00
parent 56ce5d5f84
commit 091fa6ad23
46 changed files with 47 additions and 46 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"v2ray.com/core/common/platform"
)
//go:generate go run $GOPATH/src/v2ray.com/core/common/errors/errorgen/main.go -pkg ctlcmd -path Command,Platform,CtlCmd
//go:generate errorgen
func Run(args []string, input io.Reader) (buf.MultiBuffer, error) {
v2ctl := platform.GetToolLocation("v2ctl")