In GoLand, how do I set up a Run/Debug Configuration to only build a project go build
and not run it go run *.go
.
The Getting Started guide says The Go Application type is equal to go build command - but it actually runs my binary.
The Features page doesn't offer any more details.
Up until now I've used Vim for editing, so I'm not familiar with any of JetBrain's GUI editors.
go version go1.9 darwin/amd64
Goland Build #GO-172.3968.45, built on September 5, 2017