Windows minidump files record the state of a program as it is running, or as at the moment of a crash. To read a minidump file, you must have the binaries of your application and the dump file.
You can open and explore minidumps in GoLand. To open a minidump, navigate to Run | Open Core Dump. Specify paths to the executable and the dump file. Click OK.
Note: You can create Windows minidumps only on Microsoft Windows operation systems. But you can analyze and debug your application on all supported operation systems.

GoLand tips of the day, build 2078