Skip to content

Instantly share code, notes, and snippets.

@arosales
Created October 30, 2019 04:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arosales/e42701d9add7617d73056733e47aea7e to your computer and use it in GitHub Desktop.
Save arosales/e42701d9add7617d73056733e47aea7e to your computer and use it in GitHub Desktop.
brew install go
export PATH="$PATH:$HOME/go/bin"
cd felix?
felix version
felix fixit
make run
brew install protobuf
brew install grpcurl
go get -u github.com/golang/protobuf/protoc-gen-go
go get -u github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway
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 proto
curl localhost:8000/hello_world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment