dep are you using (dep version)?installed from homebrew (my version of dep has no version command...?)
brew info dep gives > dep: stable 0.3.0 (bottled), HEAD
dep command did you run?dep init
that gotype would not produce any errors during linting.
gotype give the error:
monitor/monitor.go:10:2:error: could not import github.com/docker/docker/api/types (/Users/Jeff/Development/go/pkg/darwin_amd64/github.com/deltaskelta/docker-alertd/vendor/github.com/docker/docker/api/types.a: cannot import, possibly version skew (unknown export format version 5 ("version 5")) - reinstall package) (gotype)
This is my first time using dep and I could not find any references by googling. The package builds ok, but my linter is always showing errors here. I understand the issue may be from gotype as well, but I don't see why the import should have any reason to fail
hi, welcome, thanks for the issue! i agree with google, this is also my first time seeing this :)
so, to be clear, dep init exited cleanly and gave you a Gopkg.toml, Gopkg.lock and vendor, and then gotype failed with this error afterwards?
right...
it turns out that gotype just needed an update 馃憤
phew :)
Most helpful comment
right...
it turns out that
gotypejust needed an update 馃憤