Open jawher opened 9 years ago
Gorilla is a very thin api on top of net/http, and we are still required to do a lot of plumbing to implement the server endpoint.
net/http
I propose we move to Gin: https://github.com/gin-gonic/gin Which would greatly simplify the server code and offer us better productivity.
+1 !
Whatever makes the job :)
Gorilla is a very thin api on top of
net/http
, and we are still required to do a lot of plumbing to implement the server endpoint.I propose we move to Gin: https://github.com/gin-gonic/gin Which would greatly simplify the server code and offer us better productivity.