Skip to content

v2.3.0

Compare
Choose a tag to compare
@ddspog ddspog released this 11 May 19:43
· 15 commits to master since this release

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!