Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 334 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 334 Bytes

Go Web-Application

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