Skip to content

Commit c023733

Browse files
committed
mod init
1 parent 75ff4de commit c023733

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# funcache
22
cache result for function inspired by python's functools.lru_cache
3+
34
[![Build Status](https://www.travis-ci.org/FelixSeptem/funcache.svg?branch=master)](https://www.travis-ci.org/FelixSeptem/funcache)
45
[![Coverage Status](https://coveralls.io/repos/github/FelixSeptem/funcache/badge.svg?branch=master)](https://coveralls.io/github/FelixSeptem/funcache?branch=master)
56
[![Go Report Card](https://goreportcard.com/badge/github.com/FelixSeptem/funcache)](https://goreportcard.com/report/github.com/FelixSeptem/funcache)

go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/FelixSeptem/funcache
2+
3+
require github.com/FelixSeptem/collections v0.1.1

go.sum

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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=

0 commit comments

Comments
 (0)