aboutsummaryrefslogtreecommitdiff
path: root/template/go/snip-web-goji-post.go
blob: 2060a624804e8044e9b7acda4f0e3cc228745161 (plain)
1
2
3
goji.Post("/", func(c web.C, w http.ResponseWriter, r *http.Request) {
	{{_cursor_}}
})