I’m in the process of teaching myself how to write RESTful APIs in Go. The book I’m reading mentioned negroni, but didn’t get much more into it after that. I did some googling and some people said not to use it because of performance problems.
I’ve looked through the github repo for it and read through the examples. So two things.
Are the claims of performance problems real, and is there another middle-ware handler the group recommends?
Does anyone have a good link to a solid tutorial for Negroni?