Categorygithub.com/lyft/mgo
repositorypackage
2.6.1+incompatible
Repository: https://github.com/lyft/mgo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

The MongoDB driver for Go

Please go to http://labix.org/mgo for all project details.

Notes specific to this Lyft branch

Running tests in Docker (requires Docker to be installed):

./scripts/docker-build && ./scripts/docker-test

To get into the container while tests are running or after they complete:

docker exec -ti $(docker ps | grep mgotest | awk '{print $1}') /bin/bash

At the time of this writing, a few tests fail for reasons not diagnosed. They take several minutes to complete.

An ipv6 dialing test has been disabled in this branch, in order to avoid needing Docker configuration to enable it to run.