atom-lint icon indicating copy to clipboard operation
atom-lint copied to clipboard

gc not honoring path from configuration

Open brosner opened this issue 10 years ago • 0 comments

In an attempt to work around https://github.com/atom/atom-shell/issues/550 causing issues for atom-lint, I found that the Go plugin fails to honor the configuration path. In my configuration I have:

'gc':
  'path': '/usr/local/bin/go'

However, the getEnv function in the Go plugin doesn't use this path when it calls go env.

brosner avatar Oct 20 '14 19:10 brosner