-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
each tool is structured with an "options" subpackage, e.g.
mongodump/
mongodump/options/options.go
we should move the options.go for each tool into its root package folder, and kill off the extraneous options subpackage.