Cache data in CSV files in Golang.
Simple install the package to your $GOPATH with the go tool:
$ go get -u github.com/rvflash/csv-cache
This small library allows you to manage CSV data with a time to live, based on the last modified time.