ekhabarov / repeated

Reproducing an issue https://github.com/bold-commerce/protoc-gen-struct-transformer/issues/16

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reproducing an issue with protoc-gen-struct-transformer

Step

  • Install necessary protoc plugins: protoc-gen-gogofaster, protoc-gen-struct-transformer
  • Run protoc
protoc \
  -I ${GOPATH}/src/github.com/bold-commerce \
  -I ${GOPATH}/src/github.com/gogo \
  -I . \
  --gogofaster_out=Mprotoc-gen-struct-transformer/options/annotations.proto=github.com/bold-commerce/protoc-gen-struct-transformer/options:./pb \
  --struct-transformer_out=package=transform,goimports=true:. ./service.proto
  • Build transform package.

About

Reproducing an issue https://github.com/bold-commerce/protoc-gen-struct-transformer/issues/16


Languages

Language:Go 100.0%