You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Win 7-64, installed latest Vagrant and Virtualbox (that version is higher than the one you suggest). vagrant up seemed to go well, until the last stage where vagrant libraries are installed. Go seems to have been installed ok, but got the following errors from the provisioning script:
On Win 7-64, installed latest Vagrant and Virtualbox (that version is higher than the one you suggest). vagrant up seemed to go well, until the last stage where vagrant libraries are installed. Go seems to have been installed ok, but got the following errors from the provisioning script:
golang.org/x/tools/godoc
==> default: dev/src/golang.org/x/tools/godoc/corpus.go:105: undefined: analysis.Result
==> default: package golang.org/x/tools/cmd/vet
==> default: imports golang.org/x/tools/cmd/vet
==> default: imports golang.org/x/tools/cmd/vet: cannot find package "golang.org/x/tools/cmd/vet" in any of:
==> default: /usr/lib/go/src/pkg/golang.org/x/tools/cmd/vet (from $GOROOT)
==> default: /home/vagrant/dev/src/golang.org/x/tools/cmd/vet (from $GOPATH)
==> default: package github.com/golang/lint/golint
==> default: imports go/constant: unrecognized import path "go/constant"
==> default: package github.com/golang/lint/golint
==> default: imports go/types: unrecognized import path "go/types"
The text was updated successfully, but these errors were encountered: