Skip to content
New issue

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

RFC: Support Go 1.3 (undefined: atomic.Value in mitchellh/go-homedir) #62

Closed
lambdalisue opened this issue Aug 26, 2015 · 3 comments
Closed

Comments

@lambdalisue
Copy link

I'm not really sure which to report this issue but I'm using your ghq and not go-homedir thus I decide to report the issue here.
Well, when I tried to install this program by go get github.com/motemen/ghq, the command fail with

../../../.go/src/github.com/mitchellh/go-homedir/homedir.go:18: undefined: atomic.Value

It seems that the atomic.Value feature was implemented from Go 1.4, and I'm using Go 1.3.3 which is available on Ubuntu 15.04 (ref, the use was implemented in go-homedir at this commit)
So I'll be really happy if you decide to support Go 1.3, which can be installed through apt-get.

@syohex
Copy link
Contributor

syohex commented Aug 26, 2015

ghq provides binaries for each platforms, also Linux, from this page. You need not to do go get by using binary.

@lambdalisue
Copy link
Author

Hum... Good point. A disadvantage of using binaries is that you may miss updates of ghq, but that it. While I'm stick on using ghq, probably I should switch to use binaries instead of HEAD.

Thanks for giving me a direction 😄

@motemen
Copy link
Member

motemen commented Sep 2, 2015

Oh, thanks anyway to both! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants