I am trying to get a project started in Go and MongoDb. I am stumped when trying to figure out the best way to unittest my database interactions.
Normally people use database mocks, read here for the same answer in Java.