Skip to content

Commit 353d8c4

Browse files
committed
improve README.md
1 parent 78f8152 commit 353d8c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
Memoize is Memoizer for Golang. Extremely fast, Zero dependency, Zero allocation, guarantees duplicate call supression. And safe for concurrent use in high concurrency environments.
1010

11-
Supported functions of types are:
12-
* `func(any) any`
13-
* `func(any) (any, error)`
11+
Memoize uses Go generics to supporte any functions of type:
12+
* `func[T1, T2 any](T1) T2`
13+
* `func[T1, T2 any](T1) (T2, error)`
1414

1515
## Guarantees
1616

0 commit comments

Comments
 (0)