Skip to content

Instantly share code, notes, and snippets.

@Jooho
Last active August 29, 2015 14:02
Show Gist options
  • Save Jooho/15ede99c085e579c5a80 to your computer and use it in GitHub Desktop.
Save Jooho/15ede99c085e579c5a80 to your computer and use it in GitHub Desktop.
package github.com/codegangsta/cli
imports github.com/dotcloud/docker/pkg/libcontainer
imports github.com/dotcloud/docker/pkg/libcontainer
imports github.com/dotcloud/docker/pkg/libcontainer: cannot find package "github.com/dotcloud/docker/pkg/libcontainer" in any of:
/usr/lib/golang/src/pkg/github.com/dotcloud/docker/pkg/libcontainer (from $GOROOT)
/home/jooho/Applications/Git/docker/src/github.com/dotcloud/docker/pkg/libcontainer (from $GOPATH)
package github.com/codegangsta/cli
imports github.com/dotcloud/docker/pkg/libcontainer
imports github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs
imports github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs
imports github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs: cannot find package "github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs" in any of:
/usr/lib/golang/src/pkg/github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs (from $GOROOT)
/home/jooho/Applications/Git/docker/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs (from $GOPATH)
package github.com/codegangsta/cli
imports github.com/dotcloud/docker/pkg/libcontainer
imports github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs
imports github.com/dotcloud/docker/pkg/libcontainer/namespaces
imports github.com/dotcloud/docker/pkg/libcontainer/namespaces
imports github.com/dotcloud/docker/pkg/libcontainer/namespaces: cannot find package "github.com/dotcloud/docker/pkg/libcontainer/namespaces" in any of:
/usr/lib/golang/src/pkg/github.com/dotcloud/docker/pkg/libcontainer/namespaces (from $GOROOT)
/home/jooho/Applications/Git/docker/src/github.com/dotcloud/docker/pkg/libcontainer/namespaces (from $GOPATH)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment