https://github.com/imjuni/goexample
Go language web application example using martini and mustache
https://github.com/imjuni/goexample
Last synced: about 1 year ago
JSON representation
Go language web application example using martini and mustache
- Host: GitHub
- URL: https://github.com/imjuni/goexample
- Owner: imjuni
- License: mit
- Created: 2014-09-03T16:00:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-03T16:45:18.000Z (almost 12 years ago)
- Last Synced: 2024-10-19T10:27:54.592Z (over 1 year ago)
- Language: CSS
- Size: 1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
goexample
=========
Go language web application example using martini and mustache
# includes
* [less](http://lesscss.org/) - css preprocessor
* [mustache](http://mustache.github.io/) - logic less templates
* [bower](http://bower.io/) - package manager for the web
* [gulp](http://gulpjs.com/) - the streaming build system for the web
* [martini](https://github.com/go-martini/martini) - web framework for golang