based on this tutorial 'Writing Web Applications' from the Go Authors i tried some things with Go.
- simple wiki web application with load and save methods
- data-driven go templates to generate HTML output
- reuse code by using closures for the Handler functions