mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
split API into 2 go packages
Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
This commit is contained in:
parent
b936f4f5e1
commit
a7365a6237
5 changed files with 45 additions and 37 deletions
|
@ -1,7 +1,7 @@
|
|||
package builtins
|
||||
|
||||
import (
|
||||
"github.com/dotcloud/docker/api"
|
||||
api "github.com/dotcloud/docker/api/server"
|
||||
"github.com/dotcloud/docker/engine"
|
||||
"github.com/dotcloud/docker/runtime/networkdriver/bridge"
|
||||
"github.com/dotcloud/docker/server"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue