This document outlines how to build RESTful services with Go and MongoDB. It discusses building HTTP servers in Go using the net/http package. It also covers working with MongoDB using the mgo driver, including connecting to MongoDB and querying and accessing collections. Finally, it demonstrates a REST API example with Go and MongoDB that includes modeling data with structs, routing requests with gorilla/mux, and defining handler functions to implement CRUD operations.