When to Use Generics
The official Go blog posted a post called When To Use Generics. Read it to learn when to use Generics.
“Another way to say this is that you should avoid type parameters until you notice that you are about the write the exact same code multiple times.”