diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/go/snip-web-app-handlefunc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/go/snip-web-app-handlefunc.go b/template/go/snip-web-app-handlefunc.go index ff0c77b..2a470b0 100644 --- a/template/go/snip-web-app-handlefunc.go +++ b/template/go/snip-web-app-handlefunc.go @@ -1,3 +1,3 @@ http.HandleFunc("/", func (w http.ResponseWriter, r *http.Request) { - fmt.Fprintf(w, "") + {{_cursor_}} }) |