v2.3.0
Eliminate need for omitempty tags
Using my mongo package, all Documents defined should have all of its field with the option bson tag omitempty. Now I use my own version of Mashal and Unmarshal methods, which use omitempty tags as default.
So, no need to put omitempty tags anymore!