Generics

Generics

Learn about generics in Go.

New Features in GoLand 2023.1

playlist

New Features in GoLand 2023.1
A selection of useful features from GoLand 2022.3.
Rename generic receivers along with a generic struct

tip

Rename generic receivers along with a generic struct
Rename generic receivers along with a generic struct
New Features in GoLand 2022.3

playlist

New Features in GoLand 2022.3
A selection of useful features from GoLand 2022.3.
Generate tests for generic functions

tip

Generate tests for generic functions
Use a shortcut to generate test files for your generic functions.
New Features in GoLand 2022.2

playlist

New Features in GoLand 2022.2
A selection of useful features from GoLand 2022.2.
Convert empty interfaces to `any`

tip

Convert empty interfaces to `any`
Check and replace empty interfaces that are used as types or type constraints.
Delete a type parameter with an empty parameter list

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.