A user model with a basic setup of gorilla/sessions for authentication. There is no pages or handlers for user signups or login/logout. It is left for you to implement.
Where to start?
Define the route in routes.go
Add corresponding handler in controllers/controllers.go