mirror of
https://github.com/rclone/rclone.git
synced 2025-01-03 21:09:18 +01:00
18 lines
336 B
Markdown
18 lines
336 B
Markdown
go-httpclient
|
|
=============
|
|
|
|
![Test](https://github.com/koofr/go-httpclient/workflows/Test/badge.svg)
|
|
|
|
Go HTTP client.
|
|
|
|
[![GoDoc](https://godoc.org/github.com/koofr/go-httpclient?status.png)](https://godoc.org/github.com/koofr/go-httpclient)
|
|
|
|
## Install
|
|
|
|
go get github.com/koofr/go-httpclient
|
|
|
|
## Testing
|
|
|
|
go get -t
|
|
go test
|