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
- Host: GitHub
- URL: https://github.com/pashau/go-web-app
- Owner: pashau
- Created: 2018-06-25T15:14:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T13:55:49.000Z (over 6 years ago)
- Last Synced: 2024-06-19T14:57:37.193Z (over 1 year ago)
- Topics: closures, go, golang, gotemplate, http-handler, webapp, wiki
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/