diff options
author | Wisdom Omuya <deafgoat@gmail.com> | 2015-01-22 13:43:37 -0500 |
---|---|---|
committer | Wisdom Omuya <deafgoat@gmail.com> | 2015-01-23 15:29:06 -0500 |
commit | e7efa87fbc43b79d969db43fe7a0fafb15f1be45 (patch) | |
tree | d0e90c7f2e155bdcb74e0be7316ce6aec6f54157 /mongofiles/main | |
parent | 7a4dc5210c5c9706737969c11dafc74207fc7977 (diff) | |
download | mongo-e7efa87fbc43b79d969db43fe7a0fafb15f1be45.tar.gz |
TOOLS-591: improve package documentation
Diffstat (limited to 'mongofiles/main')
-rw-r--r-- | mongofiles/main/mongofiles.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mongofiles/main/mongofiles.go b/mongofiles/main/mongofiles.go index 386c9554ac4..859be166b33 100644 --- a/mongofiles/main/mongofiles.go +++ b/mongofiles/main/mongofiles.go @@ -1,3 +1,4 @@ +// Main package for the mongofiles tool. package main import ( |