aboutsummaryrefslogtreecommitdiff
path: root/template/go/snip-web-app-handlefunc.go
blob: 2a470b0687fc156c54c8e7cb5f33beaa5db8839d (plain)
1
2
3
http.HandleFunc("/", func (w http.ResponseWriter, r *http.Request) {
	{{_cursor_}}
})