This wiki is an expansion of the wiki built in the Golang Web Application Tutorial
Compile the code, and run the app:
$ go build wiki.go
$ ./wiki
Visiting http://localhost:8080/view/ANewPage should present you with the page edit form.
You should then be able to enter some text, click 'Save', and be redirected to the newly created page.