etcdctl: minor cleanup

This commit is contained in:
Xiang Li
2015-06-05 10:07:17 -07:00
committed by Yicheng Qin
parent e3fcc450cf
commit 61befc7ce6
4 changed files with 4 additions and 6 deletions

View File

@ -18,10 +18,11 @@ import (
"errors"
"github.com/coreos/etcd/Godeps/_workspace/src/github.com/codegangsta/cli"
"github.com/coreos/etcd/Godeps/_workspace/src/golang.org/x/net/context" // NewRemoveCommand returns the CLI command for "rm".
"github.com/coreos/etcd/Godeps/_workspace/src/golang.org/x/net/context"
"github.com/coreos/etcd/client"
)
// NewRemoveCommand returns the CLI command for "rm".
func NewRemoveCommand() cli.Command {
return cli.Command{
Name: "rm",