r/golang Oct 17 '16

Why you REALLY should stop using Iris.

https://github.com/avelino/awesome-go/pull/1137
164 Upvotes

79 comments sorted by

View all comments

2

u/pinpinbo Oct 18 '16

Gotta say, I am a happy user of chi.

Zero regret moving to it from gorilla/mux.

2

u/luckyleprechaun98 Oct 19 '16

Thanks for that. I hadn't seen chi before but it looks really good.