gnormal / gnorm

A database-first code generator for any language
https://gnorm.org
Other
487 stars 40 forks source link

Rename index function to not overlap with built-in #106

Closed natefinch closed 5 years ago

natefinch commented 5 years ago

We had an 'index' function in our funcmap that mapped to strings.Index however, this then makes the template built-in 'index' be unavailable. This fixes that problem by renaming our function.

this is a potentially breaking change