An open API service indexing awesome lists of open source software.

https://github.com/pashau/go-web-app

simple web application with load & save methods
https://github.com/pashau/go-web-app

closures go golang gotemplate http-handler webapp wiki

Last synced: 8 days ago
JSON representation

simple web application with load & save methods

Awesome Lists containing this project

README

          

# Go Web-Application
based on this tutorial ['Writing Web Applications'][1] 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

[1]: https://golang.org/doc/articles/wiki/