We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07c90c commit 0cb8122Copy full SHA for 0cb8122
README.md
@@ -2,6 +2,8 @@
2
3
A simple thread-safe memoizer for Go using only the standard library.
4
5
+Supports Go 1.18 and higher due to the use of generics.
6
+
7
[](https://pkg.go.dev/github.com/LightningDev1/go-memoizer)
8
[](https://goreportcard.com/report/github.com/LightningDev1/go-memoizer)
9
[](https://github.com/LightningDev1/go-memoizer/actions)
0 commit comments