aboutsummaryrefslogtreecommitdiff
path: root/template/go/base-web-standard.go
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2014-10-07 20:36:25 +0900
committermattn <mattn.jp@gmail.com>2014-10-07 20:36:25 +0900
commita43b0d6cb32ba0acd790d1b32824d31df1ec37ab (patch)
tree5b2a3056f31ce27db640b1a195679536ebc7abd8 /template/go/base-web-standard.go
parent2b4f6edefe96cc0b1ace83ffa22fa31a765d724e (diff)
downloadvim-sonictemplate-a43b0d6cb32ba0acd790d1b32824d31df1ec37ab.tar.gz
vim-sonictemplate-a43b0d6cb32ba0acd790d1b32824d31df1ec37ab.tar.bz2
vim-sonictemplate-a43b0d6cb32ba0acd790d1b32824d31df1ec37ab.zip
Fix filter
Diffstat (limited to 'template/go/base-web-standard.go')
-rw-r--r--template/go/base-web-standard.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/go/base-web-standard.go b/template/go/base-web-standard.go
index 6788b18..b4a10cc 100644
--- a/template/go/base-web-standard.go
+++ b/template/go/base-web-standard.go
@@ -11,4 +11,4 @@ func main() {
})
http.ListenAndServe(":8080", nil)
}
-{{_filter_:web-app}}
+{{_filter_:web-standard}}