Skip to content

Commit

Permalink
Refine proto.go due to protoc-gen-go-grpc update (v2fly#257)
Browse files Browse the repository at this point in the history
* Refine: remove protoc-gen-go-grpc specific version
* pb.go: regenerate due to proto.go refresh
  • Loading branch information
Loyalsoldier authored Oct 3, 2020
1 parent 36f0b7d commit 088ce4e
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 21 deletions.
13 changes: 10 additions & 3 deletions app/log/command/config_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 15 additions & 8 deletions app/proxyman/command/command_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 11 additions & 4 deletions app/router/command/command_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 12 additions & 5 deletions app/stats/command/command_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ 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 get -v google.golang.org/grpc/cmd/protoc-gen-go-grpc@v0.0.0-20200825170228-39ef2aaf62df
//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 run v2ray.com/core/infra/vprotogen

0 comments on commit 088ce4e

Please sign in to comment.