ServeHours stubs

This commit is contained in:
Eden Kirin
2023-03-18 22:22:41 +01:00
parent ce3eff47ea
commit 827f3d296f
5 changed files with 344 additions and 0 deletions

View File

@ -93,3 +93,10 @@ cd src/funnel
make run
```
### Go services
Install protobuf compiler
```sh
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2
```