Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 293 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 293 Bytes

DEV ENV

export GlideVendor="./vendor"
glide install
go install $GlideVendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway
go install $GlideVendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger

port from https://github.com/biolee/grpc-gateway-example