diff options
author | alabid <alabidan@gmail.com> | 2014-10-21 16:59:47 -0400 |
---|---|---|
committer | alabid <alabidan@gmail.com> | 2014-10-21 16:59:47 -0400 |
commit | f4c4201d9bfba0de511982855f144ca6436684cd (patch) | |
tree | c14c37de04f4497ede0e13816e624c444bf674a9 | |
parent | 62a1b63ff8d500aefdd98ab04290f074dd93215a (diff) | |
download | mongo-f4c4201d9bfba0de511982855f144ca6436684cd.tar.gz |
TOOLS-299 add os and log package to mongotop
Former-commit-id: 50edcfffefa8afaa3b8c82f8c2365a50aeff0ea6
-rw-r--r-- | mongotop/main/mongotop.go | 2 |
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" ) |