amuz.es/src/go/misc@v1.0.1/README.md (about) 1 # miscellaneous 2 3 [![GoDoc](https://godoc.org/amuz.es/src/go/misc?status.png)](http://godoc.org/amuz.es/src/go/misc) 4 [![Go Report](https://goreportcard.com/badge/amuz.es/src/go/misc)](https://goreportcard.com/report/amuz.es/src/go/misc) 5 6 ## Description 7 8 Miscellaneous utility collections. 9 10 ## Requirements 11 12 Go 1.5 or above. 13 14 ## Installation 15 16 Run the following command to install the package: 17 18 ``` 19 go get amuz.es/src/go/misc 20 ```