module
0.0.0-20220424234331-962772fea8f2
Repository: https://github.com/3n0ugh/grpc-test-sample.git
Documentation: pkg.go.dev
# README
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