Right now the following field will get `Bar` BSON tag. ```go type Foo struct { Bar string } ``` However, official Mongo client and mgo will generate `bar`. Decide which behaviour is better.