How to use Golang generics with structs


Learn how to create a generic struct to make the most of this feature

Since Go 1.18, we finally have the power of generics. In this post, we can learn from a great example of how to create structs using generics with Go.

Read the full post about Golang Generics and Structs