Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 811 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 811 Bytes

CSV Cache

GoDoc Build Status Code Coverage Go Report Card

Cache data in CSV files in Golang.

Installation

Simple install the package to your $GOPATH with the go tool:

$ 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.