pkg/reexec: move reexec code to a new package

Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
This commit is contained in:
unclejack
2014-10-30 14:48:30 +02:00
parent b63a254522
commit acd64278f1
10 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package main
import (
_ "github.com/docker/docker/daemon/execdriver/lxc"
_ "github.com/docker/docker/daemon/execdriver/native"
"github.com/docker/docker/reexec"
"github.com/docker/docker/pkg/reexec"
)
func main() {