Skip to content

Instantly share code, notes, and snippets.

@davesque
Created October 1, 2014 18:52
Show Gist options
  • Save davesque/f3e3a43ceac2f3cdf528 to your computer and use it in GitHub Desktop.
Save davesque/f3e3a43ceac2f3cdf528 to your computer and use it in GitHub Desktop.
docker-volumes compile error
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