tree: fad3021695ed5f5b1246efcc6dedeb369bfcef1d [path history] [tgz]
  1. gen/
  2. internal/
  3. util/
  4. go.mod
  5. go.sum
  6. LICENSE
  7. main.go
  8. README.md
cmd/protoc-gen-go-triple/README.md

protoc-gen-go-triple

This tool generates Go language bindings of services in protobuf definition files for Dubbo.

For dubbo-go 3.2.0+ version users, please use protoc-gen-go-triple 3.0.0 and above versions. For other dubbo-go users, it's also recommended to user protoc-gen-go-triple 3.0.0 and above versions. To generate stubs compatible with dubbo-go 3.1.x and below, please set the following option:

  protoc --go-triple_out=useOldVersion=true[,other options...]:. \