Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 311 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 311 Bytes

Optic Yellow

Automate booking tennis courts.

go run main.go

Protobufs

To generate, run:

protoc -I="$PWD"/pkg/proto \
--go_opt=paths=source_relative --go_out="$PWD"/pkg/proto/ \
--go-grpc_opt=paths=source_relative --go-grpc_out="$PWD"/pkg/proto/ \
"$PWD"/pkg/proto/optic_yellow.proto