mirror of https://github.com/docker/docs.git
Merge pull request #110 from erikh/remove-unused-import
Remove unused import
This commit is contained in:
commit
2cff50a98b
|
|
@ -3,9 +3,8 @@ package main
|
|||
import (
|
||||
"fmt"
|
||||
"github.com/codegangsta/cli"
|
||||
"github.com/docker/libswarm/backends"
|
||||
"github.com/docker/libswarm"
|
||||
_ "github.com/dotcloud/docker/api/server"
|
||||
"github.com/docker/libswarm/backends"
|
||||
"github.com/flynn/go-shlex"
|
||||
"io"
|
||||
"log"
|
||||
|
|
|
|||
Loading…
Reference in New Issue