1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-08 23:06:01 -04:00

vprotogen: do NOT rely on GOBIN & GOPATH

This commit is contained in:
loyalsoldier
2020-08-27 16:37:59 +08:00
parent a2a064a54d
commit cafc80d23a
2 changed files with 112 additions and 30 deletions

View File

@@ -1,8 +1,7 @@
package core
//go:generate go install "google.golang.org/protobuf/proto"
//go:generate go install "google.golang.org/protobuf/cmd/protoc-gen-go"
//go:generate go install "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
//go:generate go install "github.com/gogo/protobuf/protoc-gen-gofast"
//go:generate go install "v2ray.com/core/infra/vprotogen"
//go:generate vprotogen -repo v2ray.com/core
//go:generate go install google.golang.org/protobuf/proto
//go:generate go install google.golang.org/protobuf/cmd/protoc-gen-go
//go:generate go get -v google.golang.org/grpc/cmd/protoc-gen-go-grpc@v0.0.0-20200825170228-39ef2aaf62df
//go:generate go install github.com/gogo/protobuf/protoc-gen-gofast
//go:generate go run v2ray.com/core/infra/vprotogen