A few weeks ago we introduced a new version of GoLand – 2021.2. In this version you will find the new abilities to control the behavior of go list, manually reload the go.mod file after you’ve made changes, and run default built-in and gofmt 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 the VCS, such as the ability to sign commits with GPG keys, UI enhancements, a Preview mode for the debugger, and mo