Recently I started using GoLand for Go development. This means that I’m constantly adapting to this new editor and looking up how to do certain things. One of the things I really liked in Visual Studio Code was the formatting/linting/goimports on save. It appears that it is super simple to enable this in GoLand. Go […]
The post Running `go fmt`, `goimports` and `golangci-lint` on save with GoLand appeared first on DenBeke.