Series

Golang Generics.

An overview of Go generics and their basic syntax — type parameters, constraints, and type inference.

Read from the start

Episodes

  1. 1
    EP 01·2026년 3월 1일

    Golang Generics Part 1 - Overview and Basic Syntax

    An overview of Go generics and their basic syntax — type parameters, constraints, and type inference.

  2. 2
    EP 02·2026년 3월 2일

    Golang Generics Part 2 - A Complete Understanding of Type Constraints

    A deep dive into type constraints in Go generics: any, comparable, union types, tilde, and designing reusable custom constraints.

  3. 3
    EP 03·2026년 3월 3일

    Golang Generics Part 3 - A Collection of Practical Examples

    Practical examples using Go generics: data structures, utility functions, functional patterns, and the Go 1.21+ standard library.

Other series