Guide
Topics
Remote Development
Technologies
JavaScript and TypeScript
Python
Java
Go
.NET
Kotlin
Solutions
Game Development
Artificial Intelligence
Remote Development
Databases
Django
Hot tags
Amazon AWS
Debugging
Git
Google Cloud
Gradle
Refactoring
Browse more content...
Explore
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
Get refactoring support when you rename 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 in GoLand to put it right.