How to Use Golang’s Generics

12 · Lane Wagner · Dec. 6, 2021, 2:21 p.m.
The post How to Use Golang’s Generics first appeared on Qvault. Generics in Go are just around the corner! This is one of the most eagerly-awaited features since the release of the language. Many devs have gone so far as to say Go’s previous lack of generic types made the language too painful to use at all. Let’s dive into what generics are, why you might ... Read more...