My Goland Log
tech development goland golang
Purpose
This is a log of my second journey in using Goland from Jetbrains for Go development.
I’ve got VSCode in a great state. It’s flexible, powerful, and I’ve highly customized it to my workflow.
However, doing Go development, I’d like to better explore Jetbrains Goland and see if the experience proves positive.
I’ll log updates and issues here as I work through it in the hope that it might provide you better information if you are considering Goland as well.
| Emoji | Definition |
|---|---|
| 🔴 | Not solved yet |
| 🟠 | Issue or behavior unclear |
| 🚩 | It’s an issue I believe I understand but don’t like the answer to |
| ✅ | Understand and no issues with behavior |
Goland Log
Footnotes
-
vscode is requires
-nocolortype argument to avoid console escaping if using a library that uses color. ↩