Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. GOARCH="amd64"
  2. GOBIN=""
  3. GOCHAR="6"
  4. GOEXE=""
  5. GOHOSTARCH="amd64"
  6. GOHOSTOS="linux"
  7. GOOS="linux"
  8. GOPATH="/root/gocode"
  9. GORACE=""
  10. GOROOT="/root/go"
  11. GOTOOLDIR="/root/go/pkg/tool/linux_amd64"
  12. CC="gcc"
  13. GOGCCFLAGS="-g -O2 -fPIC -m64 -pthread"
  14. CGO_ENABLED="1"
  15.  
  16. go install -v github.com/dotcloud/docker/...
  17.  
  18. gocode/src/github.com/dotcloud/docker/contrib/host-integration/manager.go:8:2: no Go source files in /root/gocode/src/github.com/docker/docker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement