Hacker News new | ask | show | jobs
by xasos 4074 days ago
In fact, Go's standard library is fantastic, so you don't need Martini for many things. I think it provides a nice layer on top of the code for comprehensibility when reading through code
1 comments

Better use gin or negroni, since martini is slow due to reflections
I've been using negroni. Its by the maker of Martini after he learned about 'idiomatic Go'. Very solid framework that does what it needs to and does it quickly.