Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bygui86/go-grpc-testing
- Owner: bygui86
- License: apache-2.0
- Created: 2020-02-10T18:07:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T15:20:00.000Z (almost 5 years ago)
- Last Synced: 2024-11-08T06:07:50.773Z (about 2 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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