https://github.com/streamdal/gowest22
https://github.com/streamdal/gowest22
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/streamdal/gowest22
- Owner: streamdal
- Created: 2022-10-17T00:54:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T16:58:10.000Z (over 3 years ago)
- Last Synced: 2025-01-14T03:10:53.088Z (over 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gowest22 material
Get presentation [here](https://docs.google.com/presentation/d/1u-2E9gS3hhb9_mWwDRsjyU9POVvfvC6svIk3NBkSxRQ/edit?usp=sharing).
## Compile protos
```bash
$ docker run -v $PWD:/defs namely/protoc-all \
-f cli.proto \
-l go \
-o build/go/opts \
--go-source-relative
```
## Install `protoc-go-inject-tag`
```bash
$ go install github.com/favadi/protoc-go-inject-tag@latest
```
## Inject tags into compiled protos
```bash
$ protoc-go-inject-tag -input="build/go/opts/*.go"
```