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

Install fails with golang 1.6 #28

Open
milgner opened this issue Mar 26, 2016 · 1 comment
Open

Install fails with golang 1.6 #28

milgner opened this issue Mar 26, 2016 · 1 comment

Comments

@milgner
Copy link

milgner commented Mar 26, 2016

$ go version
go version go1.6 linux/amd64

$ go get github.com/jingweno/nut
package github.com/jingweno/nut
    imports github.com/jingweno/nut/vendor/_nuts/github.com/BurntSushi/toml: must be imported as _nuts/github.com/BurntSushi/toml
package github.com/jingweno/nut
    imports github.com/jingweno/nut/vendor/_nuts/github.com/codegangsta/cli: must be imported as _nuts/github.com/codegangsta/cli
package github.com/jingweno/nut
    imports github.com/jingweno/nut/vendor/_nuts/golang.org/x/tools/go/vcs: must be imported as _nuts/golang.org/x/tools/go/vcs
@milgner milgner changed the title Fails with golang 1.6 Install Fails with golang 1.6 Mar 26, 2016
@milgner milgner changed the title Install Fails with golang 1.6 Install fails with golang 1.6 Mar 26, 2016
@caikaijie
Copy link

export GO15VENDOREXPERIMENT=0

see: https://golang.org/doc/go1.6#go_command

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

2 participants