summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralabid <alabidan@gmail.com>2014-10-21 16:59:47 -0400
committeralabid <alabidan@gmail.com>2014-10-21 16:59:47 -0400
commitf4c4201d9bfba0de511982855f144ca6436684cd (patch)
treec14c37de04f4497ede0e13816e624c444bf674a9
parent62a1b63ff8d500aefdd98ab04290f074dd93215a (diff)
downloadmongo-f4c4201d9bfba0de511982855f144ca6436684cd.tar.gz
TOOLS-299 add os and log package to mongotop
Former-commit-id: 50edcfffefa8afaa3b8c82f8c2365a50aeff0ea6
-rw-r--r--mongotop/main/mongotop.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/mongotop/main/mongotop.go b/mongotop/main/mongotop.go
index 1e5fb05a055..177aa6f185e 100644
--- a/mongotop/main/mongotop.go
+++ b/mongotop/main/mongotop.go
@@ -3,10 +3,12 @@ package main
import (
"github.com/mongodb/mongo-tools/common/db"
+ "github.com/mongodb/mongo-tools/common/log"
commonopts "github.com/mongodb/mongo-tools/common/options"
"github.com/mongodb/mongo-tools/mongotop"
"github.com/mongodb/mongo-tools/mongotop/options"
"github.com/mongodb/mongo-tools/mongotop/output"
+ "os"
"strconv"
"time"
)