mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
Merge pull request #110 from erikh/remove-unused-import
Remove unused import
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user