zeebo/gostbook clone to Learn Go
- Authenticate users using gorilla(sessions) and the coockie store
- Register users
- Login / logout
- Contex management via a custom handler
- Persist data in MongoDB
- Templates managed through a function
- Replace custom Context with gorilla/context
- Modularize with packages
- Reimplement with Martini? (search for martini tutorial)