Browse Source

fix mflag import

Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
Victor Vieux 11 years ago
parent
commit
c4e7b0e4d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/mflag/example/example.go

+ 1 - 1
pkg/mflag/example/example.go

@@ -2,7 +2,7 @@ package main
 
 
 import (
 import (
 	"fmt"
 	"fmt"
-	"github.com/dotcloud/docker/pkg/flag"
+	flag "github.com/dotcloud/docker/pkg/mflag"
 )
 )
 
 
 var (
 var (