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