diff options
author | mattn <mattn.jp@gmail.com> | 2014-10-07 20:40:54 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2014-10-07 20:40:54 +0900 |
commit | 416920d792616bd3d6450dc0d0c29845a0db2f72 (patch) | |
tree | 879969f996ffea994b3243671bd5b7d6fbc298fc | |
parent | 1dc14cc181a80c4dbb94a7957582800f3c992cb8 (diff) | |
download | vim-sonictemplate-416920d792616bd3d6450dc0d0c29845a0db2f72.tar.gz vim-sonictemplate-416920d792616bd3d6450dc0d0c29845a0db2f72.tar.bz2 vim-sonictemplate-416920d792616bd3d6450dc0d0c29845a0db2f72.zip |
Ooops
-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() } |