alecthomas / SublimeLinter-contrib-gometalinter

SublimeLinter plugin for gometalinter
MIT License
47 stars 13 forks source link

Package Control not installing latest version ? #8

Closed pelletiermaxime closed 8 years ago

pelletiermaxime commented 8 years ago

Hi,

I was debugging GOPATH problems (empty for me unless I launch subl from console) when I noticed the debug you added to output the GOPATH wasn't in the version installed by Package Control. Could you update the version ?

Thanks.

pelletiermaxime commented 8 years ago

Btw got it working by setting the "gopath" configuration and passing "--vendor" to the arguments. It would be great if you would document the "gopath" settings for future users!