Generics

Generics

Learn about generics in Go.

playlist

New Features in GoLand 2023.1
A selection of useful features from GoLand 2022.3.

tip

Rename generic receivers along with a generic struct
Rename generic receivers along with a generic struct

playlist

New Features in GoLand 2022.3
A selection of useful features from GoLand 2022.3.

tip

Generate tests for generic functions
Use a shortcut to generate test files for your generic functions.

playlist

New Features in GoLand 2022.2
A selection of useful features from GoLand 2022.2.

tip

Convert empty interfaces to `any`
Check and replace empty interfaces that are used as types or type constraints.

tip

Delete a type parameter with an empty parameter list
Type parameters with empty parameter lists are reported as errors, but you have a quick-fix to put it right.