go
/
misc
1
0
Fork 0
misc/README.md

21 lines
442 B
Markdown
Raw Permalink Normal View History

2022-03-21 22:35:19 +09:00
# miscellaneous
[![GoDoc](https://godoc.org/github.com/spi-ca/misc?status.png)](http://godoc.org/github.com/spi-ca/misc)
[![Go Report](https://goreportcard.com/badge/github.com/spi-ca/misc)](https://goreportcard.com/report/github.com/spi-ca/misc)
## Description
Miscellaneous utility collections.
## Requirements
Go 1.5 or above.
## Installation
Run the following command to install the package:
```
go get github.com/spi-ca/misc
```