File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
# funcache
2
2
cache result for function inspired by python's functools.lru_cache
3
+
3
4
[ ![ Build Status] ( https://www.travis-ci.org/FelixSeptem/funcache.svg?branch=master )] ( https://www.travis-ci.org/FelixSeptem/funcache )
4
5
[ ![ Coverage Status] ( https://coveralls.io/repos/github/FelixSeptem/funcache/badge.svg?branch=master )] ( https://coveralls.io/github/FelixSeptem/funcache?branch=master )
5
6
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/FelixSeptem/funcache )] ( https://goreportcard.com/report/github.com/FelixSeptem/funcache )
Original file line number Diff line number Diff line change
1
+ module github.com/FelixSeptem/funcache
2
+
3
+ require github.com/FelixSeptem/collections v0.1.1
Original file line number Diff line number Diff line change
1
+ github.com/FelixSeptem/collections v0.1.1 h1:Ou4XlxdfUSmzd1+oqJPPjHSKoVxHgfSvpo5PKDBPqzE =
2
+ github.com/FelixSeptem/collections v0.1.1 /go.mod h1:f+VqeoPcMSAm2GW57rxbHOl8sllgd9tL57BOHhngTK0 =
3
+ github.com/google/go-cmp v0.2.0 /go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M =
You can’t perform that action at this time.
0 commit comments