gen: protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative *.proto clean: rm *.go run-server: go run server/main.go run-client: go run client/main.go test: go test -cover -race ./...