An open API service indexing awesome lists of open source software.

https://github.com/mmcc007/go

Go Examples
https://github.com/mmcc007/go

Last synced: 6 months ago
JSON representation

Go Examples

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/mmcc007/go.svg?branch=master&style=flat-square)](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