1
0
Fork 0
eighty/README.md

25 lines
469 B
Markdown
Raw Permalink Normal View History

2022-03-25 06:06:43 +09:00
# eighty
[![GoDoc](https://godoc.org/amuz.es/src/go/eighty?status.png)](http://godoc.org/amuz.es/src/go/eighty)
2022-03-25 06:09:51 +09:00
[![Go Report](https://goreportcard.com/badge/amuz.es/src/go/eighty)](https://goreportcard.com/report/amuz.es/src/go/eighty)
2022-03-25 06:06:43 +09:00
## Description
net.http and fasthttp related utility functions.
## Requirements
Go 1.5 or above.
## Installation
Run the following command to install the package:
```
go get amuz.es/src/go/eighty
```
## Getting Started
TBD