Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 373 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 373 Bytes

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