mirror of https://github.com/v2ray/v2ray-core
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
242 B
7 lines
242 B
7 years ago
|
package core
|
||
|
|
||
|
//go:generate go get -u "github.com/golang/protobuf/protoc-gen-go"
|
||
|
//go:generate go get -u "github.com/golang/protobuf/proto"
|
||
|
//go:generate go install "v2ray.com/ext/tools/vprotogen"
|
||
|
//go:generate vprotogen -repo v2ray.com/core
|