https://github.com/akira-saneyoshi/store_pb
https://github.com/akira-saneyoshi/store_pb
docker golang protocol-buffers
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/akira-saneyoshi/store_pb
- Owner: akira-saneyoshi
- Created: 2025-02-06T14:16:53.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-09T01:36:35.000Z (4 months ago)
- Last Synced: 2025-02-17T12:18:21.035Z (4 months ago)
- Topics: docker, golang, protocol-buffers
- Language: Dockerfile
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# store_pb
```zsh
go get google.golang.org/grpc# 以下は、Dockerfileで入れてる
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
``````zsh
protoc --go_out=./ --go-grpc_out=./ proto3/*.proto
```