Augustin Trancart (autra) opened
When installing the project with go get on ubuntu 16.04, I have the following error:
ᐅ go get -u github.com/MichaelMure/git-bug
package context: unrecognized import path "context" (import path does not begin with hostname)
package github.com/MichaelMure/git-bug/vendor/github.com/shurcooL/go/ctxhttp: no buildable Go source files in /home/augustin/.go/src/github.com/MichaelMure/git-bug/vendor/github.com/shurcooL/go/ctxhttp
Indee my go version is 1.6.2, and apparently context appeared in go 1.7.
I didn't open a PR because I don't know what's the best way for this : can it be constrained in the Gopkg.toml? Or can we only document this?
thanks!