Skip to content

Instantly share code, notes, and snippets.

@GivenZeng
Last active March 4, 2018 13:56
Show Gist options
  • Save GivenZeng/abba2447b4c1e8e4b0ad494d0227c92c to your computer and use it in GitHub Desktop.
Save GivenZeng/abba2447b4c1e8e4b0ad494d0227c92c to your computer and use it in GitHub Desktop.
golang grpc
// grpc
go get github.com/golang/protobuf/proto
go get github.com/gogo/protobuf/protoc-gen-gofast
go get github.com/gogo/protobuf/proto
go get github.com/gogo/protobuf/gogoproto
go get google.golang.org/grpc
// usual
go get github.com/golang/glog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment