cache icon indicating copy to clipboard operation
cache copied to clipboard

feat!: use Go 1.18 Generics

Open maxbrunet opened this issue 1 year ago • 2 comments

This adds type parameters and remove the use of interface{} and type assertions for improved type safety. I have not observe any significant impact on performance (positive or negative).

It is obviously a breaking change.

maxbrunet avatar Oct 14 '22 19:10 maxbrunet