Skip to content

Commit cf756f0

Browse files
authored
Update import path for use with go modules
1 parent 62886bc commit cf756f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Cache expensive function calls in memory, with a configurable timeout and purge
1616
import (
1717
"time"
1818

19-
"github.com/kofalt/memoize"
19+
"github.com/kofalt/go-memoize"
2020
)
2121

2222
// Any expensive call that you wish to cache

0 commit comments

Comments
 (0)