aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2014-10-07 20:40:54 +0900
committermattn <mattn.jp@gmail.com>2014-10-07 20:40:54 +0900
commit416920d792616bd3d6450dc0d0c29845a0db2f72 (patch)
tree879969f996ffea994b3243671bd5b7d6fbc298fc /template
parent1dc14cc181a80c4dbb94a7957582800f3c992cb8 (diff)
downloadvim-sonictemplate-416920d792616bd3d6450dc0d0c29845a0db2f72.tar.gz
vim-sonictemplate-416920d792616bd3d6450dc0d0c29845a0db2f72.tar.bz2
vim-sonictemplate-416920d792616bd3d6450dc0d0c29845a0db2f72.zip
Ooops
Diffstat (limited to 'template')
-rw-r--r--template/go/base-web-goji.go2
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()
}