Trying out GoLand for my Go projects

How do you use it in your day-to-day workflow?
Any must-know tips, features, or setup advice you’d recommend?

And if GoLand isn’t your go-to, which IDE do you use for Go — and why?

Replies and boosts appreciated 🙂

#golang #godev #programming #devtools #opensource #coding

@kernelKain vim with http://github.com/govim/govim or vim-lsp (on another machine).
For now, I still prefer govim, but it is getting less updates nowadays.

And vim instead of neovim, because when I arrive on a server, I'm at home without having to download something new.

GitHub - govim/govim: govim is a Go development plugin for Vim8, written in Go

govim is a Go development plugin for Vim8, written in Go - govim/govim

GitHub