novatrixtech / mercurius

Mercurius gives you speed when create 'Go' applications. It lets you being focused at business.
Apache License 2.0
144 stars 27 forks source link

Change type of enclosing brackets of bind params on app.go #26

Closed bruferrari closed 7 years ago

bruferrari commented 7 years ago

In app.go when the file is generated by the code gen the params comes enclosed in a brackets like these ones => { } and the macaron API doesn't support it, as an enhancement I'll suggest an implementation of a parser change the {myObjId} to :myObjId removing the mentioned brackets and adding just the : sign, for example.

felipeweb commented 7 years ago

@bruferrari this is a codegen issue could open on codegen repo?