-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Currently the Go driver's import path is github.com/10gen/mongo-go-driver. While we currently use GitHub as the canonical repository we might not want to keep it that way forever. Go supports remote import paths that aren't known source code hosting services, in fact mgo currently uses one (gopkg.in).
This raises two questions:
- Should we create an alternative import for the new Go driver?
- If so, what should that import path be?
For reference, the rules around go gettable import paths are here: https://golang.org/cmd/go/#hdr-Remote_import_paths