stephenafamo / bob

SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite
https://bob.stephenafamo.com
MIT License
776 stars 39 forks source link

UPPER-cased acronyms in JSON tags #288

Open zibi94 opened 1 day ago

zibi94 commented 1 day ago

Following JSON camelCase naming convention acronyms should be not uppercased.

stephenafamo commented 1 day ago

There is currently no configuration to support this.

While I want to improve this, it will likely not be prioritised soon. I'll add a help wanted tag in the meantime in case someone wants to take a look.

If you can send in a PR I'll be very happy to review it.