Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ekhabarov/repeated

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

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

        

## Reproducing an issue with protoc-gen-struct-transformer

### Step
* Install necessary protoc plugins: `protoc-gen-gogofaster`, `protoc-gen-struct-transformer`
* Run protoc
```shell
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.