Package gsrv creates a test gRPC server that is useful when mocking a gRPC service.
A complete example of mocking a gRPC service that leverges this package is available.
This package is based on Google's testutil.Server. Original code: https://github.com/GoogleCloudPlatform/google-cloud-go/blob/master/internal/testutil/server.go