diff options
-rw-r--r-- | template/go/base-web-goji.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/go/base-web-goji.go b/template/go/base-web-goji.go index 9ed55f1..24eba2a 100644 --- a/template/go/base-web-goji.go +++ b/template/go/base-web-goji.go @@ -10,7 +10,7 @@ import ( func main() { goji.Get("/", func(c web.C, w http.ResponseWriter, r *http.Request) { - "{{_cursor_}}" + {{_cursor_}} }) goji.Serve() } |