https://github.com/raksul/go-testclient
Client library for testing in Go
https://github.com/raksul/go-testclient
golang testing
Last synced: 5 months ago
JSON representation
Client library for testing in Go
- Host: GitHub
- URL: https://github.com/raksul/go-testclient
- Owner: raksul
- License: mit
- Created: 2023-08-23T02:40:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T12:37:23.000Z (over 2 years ago)
- Last Synced: 2025-03-24T08:15:32.607Z (9 months ago)
- Topics: golang, testing
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 70
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-testclient
## Installation
```
# Go Modules
require github.com/raksul/go-testclient
```
## Usage
TODO