DamnWidget / anaconda_go

AnacondaGO adds autocompletion, linting and IDE features for Golang to your Sublime Text 3
GNU General Public License v3.0
37 stars 6 forks source link

cannot load github.com/nicksnyder/go-i18n/i18n #23

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi,

Hope you are all well !

I have the following error in the sublime console each time I start it with GoSublime:

build gopkg.in/alecthomas/gometalinter.v1: cannot load github.com/nicksnyder/go-i18n/i18n: module github.com/nicksnyder/go-i18n@latest found (v2.0.3+incompatible), but does not contain package github.com/nicksnyder/go-i18n/i18n
[Finished in 19.8s with exit code 1]

Any way to solve this error message ?

Cheers, X.

drlogout commented 4 years ago

same probem here