github.com/spi-ca/misc@v1.0.1/README.md (about)

     1  # miscellaneous
     2  
     3  [![GoDoc](https://godoc.org/github.com/spi-ca/misc?status.png)](http://godoc.org/github.com/spi-ca/misc)
     4  [![Go Report](https://goreportcard.com/badge/github.com/spi-ca/misc)](https://goreportcard.com/report/github.com/spi-ca/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 github.com/spi-ca/misc
    20  ```