https://github.com/rvflash/csv-cache
Cache data in CSV files in Golang
https://github.com/rvflash/csv-cache
cache csv golang
Last synced: 8 months ago
JSON representation
Cache data in CSV files in Golang
- Host: GitHub
- URL: https://github.com/rvflash/csv-cache
- Owner: rvflash
- License: mit
- Created: 2017-02-23T20:13:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T23:57:16.000Z (over 8 years ago)
- Last Synced: 2025-01-28T16:16:29.783Z (9 months ago)
- Topics: cache, csv, golang
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSV Cache
[](https://godoc.org/github.com/rvflash/csv-cache)
[](https://travis-ci.org/rvflash/csv-cache)
[](http://codecov.io/github/rvflash/csv-cache?branch=master)
[](https://goreportcard.com/report/github.com/rvflash/csv-cache)
Cache data in CSV files in Golang.
## Installation
Simple install the package to your $GOPATH with the go tool:
```bash
$ go get -u github.com/rvflash/csv-cache
```
## Usage
This small library allows you to manage CSV data with a time to live, based on the last modified time.