Articles

Only showing: goland Show all

How to debug a second test run ?

Some tests may only fail the second time you run them, but the integrated debugging in GoLand will only run them once by default.

How can we use it to debug them?

Cleaning up the GoLand cache and log directories

When GoLang gets upgraded from one version to the next, the upgrade process create a new set of per-user directories for the configuration, cache, and logs of the new version.

Fix GoLand 'Make' run configurations not finding Go

In a GoLand make run config, tasks defined in the Makefile correctly find the go binary on macOS, but not on Ubuntu, causing errors like this one :