Move Go code to src/cmd

This does not get everything where we want it finally, see #1266
nor the optimal way of building, but it gets it out of top level.

Added instructions to build if you have a Go installation.

Not moving `vendor` yet.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2017-03-21 13:55:52 +00:00
parent 49002e7a1d
commit 6bce274b81
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
"errors" "errors"
"io" "io"
"github.com/docker/moby/pkg/pad4" "github.com/docker/moby/src/pad4"
"github.com/surma/gocpio" "github.com/surma/gocpio"
) )