Hacker News new | ask | show | jobs
by ds_ 4582 days ago
Or martini? I liked the look of martini but have not delved deep enough to make an informed decision. Might pick Go for my next side project...
2 comments

Just came back from a go meetup where I met the developer of martini actually, I think it's a really well thought-out framework :)
The only thing I really see in martini over plain gorilla mux is dependency injection which has a reflection cost. Once you peel back the Classic mode, which I advise not using except for trivial projects, your code base is about the same. I'm sticking with gorilla.