Highlights of GoLand 2023.3

Explore key features and enhancements in GoLand 2023.3.

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

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

Code coverage for applications

Track code execution and identify dead code effectively

Code coverage enables you to see exactly what parts of your code are executed during single or multiple runs. It's an invaluable asset for detecting dead code, ensuring that every line of your code serves a purpose.

Key Advantages:

  • Detailed Execution Insights: track which parts of your code are being used and which are not during execution.
  • Dead Code Detection: easily identify and remove code that is never executed, streamlining your application.

How to use:

Click the run icon in the gutter and select Run <run/debug configuration name> with Coverage. For additional options to run code coverage, refer to Running with coverage.

Code coverage for applications

New in 2023.3