After updating to the last Gogland release in my debug console I see such information
GOROOT=/usr/local/go
GOPATH=/Users/mayvas/GoProjects
/usr/local/go/bin/go build -o /private/var/folders/m5/gqb1s0q579b6bdz7hdjwmf7r0000gn/T/___go_run_addressbook_go /Users/mayvas/GoProjects/src/gitlab.yarmel.com/mayvas/meafex/addressbook.go
/private/var/folders/m5/gqb1s0q579b6bdz7hdjwmf7r0000gn/T/___go_run_addressbook_go
It is possible to disable this? I use small screen resolution & this info not useful for me.
Thank you!
Until the issue that @dlsniper mentioned got fixed, you can use following workaround:
Add
GOPATH=
,GOROOT=
, etc. as a code folding marker inFile | Settings | Editor | General | Console
. Like this:After that output will look like this: