Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ekhabarov/repeated
- Owner: ekhabarov
- Created: 2020-02-19T14:25:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T14:26:03.000Z (almost 5 years ago)
- Last Synced: 2024-12-22T19:16:43.812Z (11 days ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.