Created
October 1, 2014 18:52
-
-
Save davesque/f3e3a43ceac2f3cdf528 to your computer and use it in GitHub Desktop.
docker-volumes compile error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@a7a97c4c4034:/opt/docker-volumes# GOOS=darwin GOARCH=amd64 ./make.sh | |
package github.com/docker/docker/archive | |
imports github.com/docker/docker/archive | |
imports github.com/docker/docker/archive: cannot find package "github.com/docker/docker/archive" in any of: | |
/usr/src/go/src/pkg/github.com/docker/docker/archive (from $GOROOT) | |
/go/src/github.com/docker/docker/archive (from $GOPATH) | |
export.go:11:2: cannot find package "github.com/docker/docker/archive" in any of: | |
/usr/src/go/src/pkg/github.com/docker/docker/archive (from $GOROOT) | |
/go/src/github.com/docker/docker/archive (from $GOPATH) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment