fmt: bash scripts/format.sh proto-build: protoc -I=. --go_out=:./proto/go/ --go_opt=paths=source_relative \ --go-grpc_out=:./proto/go/ --go-grpc_opt=paths=source_relative ./backend/ops/*.proto protoc -I=. --grpc-gateway_out=logtostderr=true:./proto/go/backend/ops ./backend/ops/*.proto