Generics¶
Resources¶
- akutz/go-generics-the-hard-way - A hands-on approach to getting started with Go generics.
📕 Articles¶
- Tutorial: Getting started with generics
- Generics in Go
- How To Use Generics in Go
- Type parameters in Go
- An Introduction To Generics
- Generics Part 01: Basic Syntax
- Generics Part 02: Underlying Types
- Generics Part 03: Struct Types and Data Semantics
- When to Use Generics in Go?
- Trying Out Generics in Go
- How to Use Golang’s Generics
- Generics in Go Explained with Code Examples
- Generics and Value Types in Golang
- Understanding generics in Go 1.18
- Exploring Go v1.18’s Generics
- How to use Golang generics with structs
- Generics are the Generics of Go
- Understanding Go 1.21 generics type inference