Introduced in February 2022, generics are a new feature in Go. The addition of generics in Go is the single greatest change to the language up to this point. This series goes in depth on the new generics feature and how to use them.

We will explore different use cases for generics and how they can be used to minmize the amount of code that needs to be written, as well as the stability of the same normally repetitious code.

Click Here for the Triangle Golang Presentation

Click Here for the Example Code