New Features in GoLand 2023.1

A selection of useful features from GoLand 2022.3.

For more information about what's new in GoLand 2023.1, check out our What's New Page or browse the tips below.

Check out DataGrip 2023.1 What's New and WebStorm 2023.1 What's New to read all about the new features related to database and modern web development included in GoLand.

Vulnerability checker

Analyze your codebase and highlight known vulnerabilities in go.mod

Along with packages that have vulnerabilities in go.mod, GoLand highlights method calls from packages with known vulnerabilities right in your editor.

To check your code for known vulnerabilities, in the main menu click Code | Analyze Code | Show Vulnerable Dependencies.