Skip to content

3n0ugh/grpc-test-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc-test-sample

The gRPC server test sample repository in Go.

Check this blog to learn how to write test for gRPC servers.

Instructions

  • To run tests:
  go test ./... -v
  • To run server:
  go run ./server
  • To run client:
  go run ./client

Releases

No releases published

Packages

No packages published

Languages