GoLand 2021.2 lets you control the behavior of go list and manually reload the go.mod file after you’ve made changes, and run gofmt
and default built-in formatters one by one. You can also explore new Go 1.17 features, from moving the //go:build lines to the top of the file immediately (as the new syntax requires) to converting a slice to an array pointer.
The new version brings changes for VCS, such as the ability to sign commits with GPG keys, as well as UI enhancements, a Preview mode for the debugger, and more.
Did you know GoLand is more than just a Go IDE? On top of features for working with Go code, it includes automatic page reloading in the browser when code is saved, and code completion for MongoDB fields and operators.