Skip to content

Commit

Permalink
fix: update triple pb generator (#286)
Browse files Browse the repository at this point in the history
* fix: update triple pb generator

* liscence

* fix: grpc samples
  • Loading branch information
LaurenceLiZhixin authored Oct 29, 2021
1 parent 16bc9b1 commit a187627
Show file tree
Hide file tree
Showing 27 changed files with 452 additions and 311 deletions.
4 changes: 2 additions & 2 deletions api/generate.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export GO111MODULE="on"
export GOPROXY="http://goproxy.io"
go get -u github.com/dubbogo/tools/cmd/protoc-gen-triple
protoc -I . samples_api.proto --triple_out=plugins=triple:.
go get -u github.com/dubbogo/tools/cmd/protoc-gen-go-triple
protoc --go_out=. --go-triple_out=. samples_api.proto
Loading

0 comments on commit a187627

Please sign in to comment.