-
Type:
Task
-
Resolution: Won't Fix
-
Priority:
Trivial - P5
-
None
-
Affects Version/s: 3.0.0-rc8
-
Component/s: All Tools
-
None
See http://godoc.org/github.com/mongodb/mongo-tools/common/util
Many Go style guides warn against broad "util" packages, but I think there is a case to be made for util packages that are only utilities for basic programming tasks (int conversion, slice manipulation, etc.). However, our util package holds a few functions that should probably be in common/db, like collection validation and connection string parsing. Let's move them there!