summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralabid <alabidan@gmail.com>2014-10-21 16:53:46 -0400
committeralabid <alabidan@gmail.com>2014-10-21 16:53:46 -0400
commit62a1b63ff8d500aefdd98ab04290f074dd93215a (patch)
tree5af7483384eb9632071f7b62e08097ff68955204
parent38e934bddb98f2fbd0ee3cc8d49b96604b0f8add (diff)
downloadmongo-62a1b63ff8d500aefdd98ab04290f074dd93215a.tar.gz
remove use of fmt package in mongodump main
Former-commit-id: 0b4003d1be112d71f81c526755c721966b04e6ff
-rw-r--r--mongodump/main/mongodump.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/mongodump/main/mongodump.go b/mongodump/main/mongodump.go
index fb1b8e40c1f..f8d74f85b82 100644
--- a/mongodump/main/mongodump.go
+++ b/mongodump/main/mongodump.go
@@ -1,7 +1,6 @@
package main
import (
- "fmt"
"github.com/mongodb/mongo-tools/common/log"
commonopts "github.com/mongodb/mongo-tools/common/options"
"github.com/mongodb/mongo-tools/mongodump"