|
|
|
|
|
by nexneo
4121 days ago
|
|
Initially I used https://revel.github.io because I wanted to use many inbuilt things and hot reload. Later I started use just standard library with http://www.gorillatoolkit.org and used fswatch for hot reload. Now there are lot of alternative in routers but no clear winner.(and thats good thing) I will suggest go with standard library and simple router but be ready to revert back to framework like revel if that doesn't workout. |
|