File: README.md

package info (click to toggle)
golang-github-zenazn-goji 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 464 kB
  • sloc: makefile: 3
file content (10 lines) | stat: -rw-r--r-- 420 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
Gritter
=======

Gritter is an example application built using Goji, where people who have
nothing better to do can post short 140-character "greets."

A good place to start is with `main.go`, which contains a well-commented
walkthrough of Goji's features. Gritter uses a couple custom middlewares, which
have been arbitrarily placed in `middleware.go`. Finally some uninteresting
"database models" live in `models.go`.