Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 946 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 946 Bytes

funcache

cache result for function inspired by python's functools.lru_cache

Build Status Coverage Status Go Report Card GoDoc GolangCI

Install

go get -u github.com/FelixSeptem/funcache

Use example

example