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
+1 -1
View File
@@ -1,7 +1,7 @@
// Package blackhole is an outbound handler that blocks all connections.
package blackhole
//go:generate go run $GOPATH/src/v2ray.com/core/tools/generrorgen/main.go -pkg blackhole -path Proxy,Blackhole
//go:generate go run $GOPATH/src/v2ray.com/core/common/errors/errorgen/main.go -pkg blackhole -path Proxy,Blackhole
import (
"context"