Beginner's Guide to Generics in Golang
Generics allows us to create codes independent of types and functions. Remove code duplication and the need to write multiple functions. Learn how to leverage this awesome feature in Golang with this blog.