Alex

Results 5 comments of Alex

You can use go-dep vendored pacakges though correct?

So if you type `go mod vendor` it will put those dependencies into a vendor folder ![screenshot from 2018-10-10 16-50-45](https://user-images.githubusercontent.com/12820931/46765303-a6d1ab00-ccac-11e8-94ba-7ca5ee858ef2.png) Edit: So I currently have a vendor folder and it...

Yeah the backwards compatibility was kinda my hope with getting go sublime to work here, it was my strategy when using Atom before.

I was just reading that part of the gocode actually, it looks like a quick fix is globally disabling modules by setting the environment variable to off, and I get...

I'll try that out today, for now I just aliased `subl` to `GO111MODULE=off /usr/bin/subl` and that seems to work if I do `go mod vendor` when I add/change a dependency.