Skip to content
This repository was archived by the owner on Mar 23, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 519 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 519 Bytes

api-outof-coffee Deploy

public APIs for outof.coffee

Development

Install protoc for your OS. How to do that is out of scope.

You also need go 1.12.x or higher. 1.13.x will be the minimum once it is GA.

go get -u github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway
go get -u github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger
go get -u github.com/golang/protobuf/protoc-gen-go
make all