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

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

View File

@@ -1,6 +1,6 @@
package router
//go:generate go run $GOPATH/src/v2ray.com/core/common/errors/errorgen/main.go -pkg router -path App,Router
//go:generate errorgen
import (
"context"