mirror of https://github.com/v2ray/v2ray-core
simplify errorgen calling
parent
07aa486d43
commit
f7a68fe4b8
|
@ -1 +0,0 @@
|
||||||
package errorgen
|
|
|
@ -1,5 +1,3 @@
|
||||||
// +build generate
|
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
package protocol // import "v2ray.com/core/common/protocol"
|
package protocol // import "v2ray.com/core/common/protocol"
|
||||||
|
|
||||||
//go:generate go run $GOPATH/src/v2ray.com/core/common/errors/errorgen/main.go -pkg protocol -path Protocol
|
//go:generate errorgen
|
||||||
|
|
Loading…
Reference in New Issue