Alex
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  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.