Last active
March 4, 2018 13:56
-
-
Save GivenZeng/abba2447b4c1e8e4b0ad494d0227c92c to your computer and use it in GitHub Desktop.
golang grpc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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