https://github.com/mmcc007/go
Go Examples
https://github.com/mmcc007/go
Last synced: 6 months ago
JSON representation
Go Examples
- Host: GitHub
- URL: https://github.com/mmcc007/go
- Owner: mmcc007
- Created: 2017-04-21T01:18:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T10:58:19.000Z (over 8 years ago)
- Last Synced: 2024-10-19T03:02:19.220Z (12 months ago)
- Language: Makefile
- Size: 55.7 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/mmcc007/go)
# Go Examples
Copied gRPC examples from https://github.com/grpc/grpc-go/tree/master/examples
Modified to add unit test for helloworld server. Added integration tests for route_guide.Added install of protoc (and related go code generator plugin), mockgen for autogenerated files