Nils Kasseckert
Go Generics
#1about 1 minute
Understanding the basics of generic programming in Go
Generic programming allows you to write type-independent code, which was introduced in Go 1.18 with type parameters, type sets, and type inference.
#2about 4 minutes
Using type parameters to write type-independent functions
Type parameters, declared in square brackets, allow a single function to operate on multiple numeric types, eliminating code duplication.
#3about 1 minute
Simplifying functions with predefined type constraints
Go provides built-in constraints like `constraints.Integer` and `constraints.Float` to easily define what types a generic function can accept.
#4about 5 minutes
Defining custom type constraints using interfaces and typesets
Interfaces now define a set of types, not just methods, and the tilde (~) operator can be used to include a type's underlying types in a constraint.
#5about 3 minutes
Nesting and simplifying constraints with the 'any' keyword
Type constraints can be restricted by other constraints, and the `any` keyword serves as a convenient alias for an empty interface to simplify declarations.
#6about 6 minutes
How Go uses function argument and constraint type inference
The compiler can infer type arguments from function parameters, but they must be specified explicitly for types used only in return values.
#7about 3 minutes
A practical example of loading YAML files with generics
A generic function can load YAML data into any struct, but using the `any` constraint sacrifices compile-time type safety.
#8about 1 minute
Using marker interfaces to enforce type safety with generics
A marker interface with a unique method can be used as a type constraint to ensure only intended structs are passed to a generic function.
#9about 1 minute
Key takeaways and summary of Go generics
Generics in Go 1.18 use type parameters and constraints to create flexible functions, supported by type inference to simplify calls.
#10about 1 minute
Q&A: The trade-offs of losing type safety
Using generics without proper constraints can lead to a loss of type safety, but the benefit is often less and more readable code.
Related jobs
Jobs that call for the skills explored in this talk.
Wilken GmbH
Ulm, Germany
Senior
Kubernetes
AI Frameworks
+3
MARKT-PILOT GmbH
Stuttgart, Germany
Remote
€75-90K
Senior
Java
TypeScript
+1
Matching moments
01:32 MIN
Organizing a developer conference for 15,000 attendees
Cat Herding with Lions and Tigers - Christian Heilmann
04:57 MIN
Increasing the value of talk recordings post-event
Cat Herding with Lions and Tigers - Christian Heilmann
03:17 MIN
Selecting strategic partners and essential event tools
Cat Herding with Lions and Tigers - Christian Heilmann
04:49 MIN
Using content channels to build an event community
Cat Herding with Lions and Tigers - Christian Heilmann
02:39 MIN
Establishing a single source of truth for all data
Cat Herding with Lions and Tigers - Christian Heilmann
02:44 MIN
Rapid-fire thoughts on the future of work
What 2025 Taught Us: A Year-End Special with Hung Lee
03:48 MIN
Automating formal processes risks losing informal human value
What 2025 Taught Us: A Year-End Special with Hung Lee
03:38 MIN
Balancing the trade-off between efficiency and resilience
What 2025 Taught Us: A Year-End Special with Hung Lee
Featured Partners
Related Videos
Lies we Tell Ourselves As Developers
Stefan Baumgartner
C++ Features You Might Not Know
Jonathan Müller
Advanced Typing in TypeScript
Lars Hupel
Where we're going we don't need JavaScript - Programming with Type Annotations
Peter Kröner
Don't compromise on speedy delivery nor type-safety by choosing TypeScript
Jens Claes
101 brilliant things of C++
Andreas Fertig
Concurrency with Go
Frank Müller
Hello generics, goodbye boilerplate!
Miroslav Jonaš
Related Articles
View all articles



From learning to earning
Jobs that call for the skills explored in this talk.



Delivery Hero AG
Berlin, Germany
Go
Python
Docker
Grafana
Prometheus
+2

K2 Partnering Solutions Ltd
Barcelona, Spain
Intermediate
Go
REST
Spark
Kafka
Kubernetes




