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

move error generator to common

This commit is contained in:
Darien Raymond
2017-12-03 01:04:57 +01:00
parent 5e27e3d260
commit d43a23aa96
38 changed files with 84 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
// Package proxyman defines applications for manageing inbound and outbound proxies.
package proxyman
//go:generate go run $GOPATH/src/v2ray.com/core/tools/generrorgen/main.go -pkg proxyman -path App,Proxyman
//go:generate go run $GOPATH/src/v2ray.com/core/common/errors/errorgen/main.go -pkg proxyman -path App,Proxyman
import (
"context"