We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. May be a golang noob question, but as of a few weeks ago, I noticed that go get started failing. Any idea as to why?
go get
$ go get github.com/tcnksm/ghr package context: unrecognized import path "context" (import path does not begin with hostname)
The text was updated successfully, but these errors were encountered:
Hi, thank you for submitting. Yes I changed some API but it's standard package. It seems you're using old go version. Cloud you upgrade to >= 1.7?
Sorry, something went wrong.
Ok, thanks, I'll give that a try.
Yep, I tested with 1.7.3 and it worked.
You may want to consider mentioning in the readme that golang 1.7 or greater is a requirement.
Thank you again for this very useful project!
Thank you for feedback. I updated documentation
3d153f0
change go version given tcnksm/ghr#53
e3cced9
No branches or pull requests
Hi. May be a golang noob question, but as of a few weeks ago, I noticed that
go get
started failing. Any idea as to why?$ go get github.com/tcnksm/ghr package context: unrecognized import path "context" (import path does not begin with hostname)
The text was updated successfully, but these errors were encountered: