sksmith/go-micro-example

Consider json.NewDecoder Rather than render.Bind

Opened this issue · 0 comments

We're using render.Bind for binding response bodies when, really, the core library could handle it in a similar number of lines of code. Consider removing the use of render.Bind.