Skip to content

Instantly share code, notes, and snippets.

@arosales
Created May 17, 2018 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arosales/918728b635a806a872426fe24043d7a8 to your computer and use it in GitHub Desktop.
Save arosales/918728b635a806a872426fe24043d7a8 to your computer and use it in GitHub Desktop.
gRPC Go Research Links
# Objective: build a Go gRPC service with proper unit testing. Below are a few links I would like to capture for sharing and continued research
https://medium.com/@matryer/5-simple-tips-and-tricks-for-writing-unit-tests-in-golang-619653f90742
https://toolbox.kurio.co.id/implementing-grpc-service-in-golang-afb9e05c0064
https://tech.palatinategroup.com/testing-a-golang-grpc-api-with-rspec-c4036ad2aeb7 # <--- Interesting from a Rails perspective
https://github.com/grpc/grpc-go/blob/master/examples/helloworld/greeter_client/main.go
https://github.com/grpc/grpc-go/blob/master/examples/helloworld/greeter_server/main.go
https://stackoverflow.com/questions/42102496/testing-a-grpc-service
https://github.com/grpc/grpc/blob/master/doc/unit_testing.md
https://github.com/grpc/grpc-go/blob/master/Documentation/gomock-example.md
https://blog.alexellis.io/golang-writing-unit-tests/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment