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 3c58702d42
commit bede7847e3
4 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
"os/exec"
"path/filepath"
"github.com/docker/moby/pkg/initrd"
"github.com/docker/moby/src/initrd"
)
const (