Hide GOROOT / GOPATH stdout when running
Completed
Is there a way with GoLand to hide all the path information when right clicking on my go file and running go?
Currently it has all this in the output and its just a lot of noise to deal with.
```
GOROOT=/opt/homebrew/Cellar/go/1.18.3/libexec #gosetup
GOPATH=/Users/me/go #gosetup
/opt/homebrew/Cellar/go/1.18.3/libexec/bin/go build -o /private/var/folders/3f/wpdxcl_535b7_p_kn3096bxc0000gq/T/GoLand/___go_build_scratch_go /Users/brandenconnell/Desktop/cmd/channels/scratch.go #gosetup
/private/var/folders/3f/wpdxcl_535b7_p_kn3096bxc0000gq/T/GoLand/___go_build_scratch_go
```
Please sign in to leave a comment.
Hello,
Feel free to follow IDEA-219274 and see a workaround in the comments section.
Thanks, yea that truncated the messaging and is sufficient enough.