Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bygui86/go-grpc-testing

Example of gRPC testing in Golang
https://github.com/bygui86/go-grpc-testing

Last synced: 2 days ago
JSON representation

Example of gRPC testing in Golang

Awesome Lists containing this project

README

        

# go-grpc-testing

Example of gRPC testing in Golang

`WORK IN PROGRESS`

## Test
```shell
go test ./client/...
```

```shell
go test ./server/...
```

---

## Links