Skip to content

Instantly share code, notes, and snippets.

@c3s4r
Created December 21, 2016 19:52
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 c3s4r/7dfabe77c345bff7bbc3fd3449591039 to your computer and use it in GitHub Desktop.
Save c3s4r/7dfabe77c345bff7bbc3fd3449591039 to your computer and use it in GitHub Desktop.
GRPC Gateway notes
Following the guide at:
https://github.com/grpc-ecosystem/grpc-gateway
# Had to run these comands to fix errors of autogen.sh
brew install automake
brew install libtool
@c3s4r
Copy link
Author

c3s4r commented Dec 21, 2016

It looks like you just need to have go installed. Installing now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment