1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Move bridge to drivers/

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
This commit is contained in:
Arnaud Porterie 2015-02-24 11:29:06 -08:00
parent 38f01266e3
commit 8ca185e2ee
14 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,7 @@ import (
"net"
"github.com/docker/libnetwork"
_ "github.com/docker/libnetwork/bridge"
_ "github.com/docker/libnetwork/drivers/bridge"
)
func main() {