Is there any way to have the Goland inherit the global environment for the go get command? We have lots of private packages and projects on a self-hosted git and we need to have them work with the same GOPRIVATE settings. Unfortunately Goland works with it's completely separated env vars for each project and I can't find any workarounds.