Your mission, should you choose to accept it, involves these tasks.
- install go
- install revel (tested with 0.12.0)
- install a recent version of postgresql. create a db user and database according to these specs
user=evard_bugs password=EvardBugs? dbname=evard_bugs
- launch the app and go to http://localhost:9000
Right now the application will crash when you press Submit. Fix this.
The page title is currently empty. Make sure it is set correctly from the PageLoad() method.
Add automatic tests that verify that the two bugs (#2 and #3) above have been fixed.