From 416920d792616bd3d6450dc0d0c29845a0db2f72 Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 7 Oct 2014 20:40:54 +0900 Subject: Ooops --- template/go/base-web-goji.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') 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() } -- cgit v1.2.3-54-g00ecf