aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2013-05-15 08:49:07 +0900
committermattn <mattn.jp@gmail.com>2013-05-16 09:01:48 +0900
commita866d47b860d336b7aee84751d7f5b543ce5f88d (patch)
tree447fc60ba390af874097507b68cca75adb8c1369 /template
parentefc09b1faa3fb90b2194c502768254973bb4341f (diff)
downloadvim-sonictemplate-a866d47b860d336b7aee84751d7f5b543ce5f88d.tar.gz
vim-sonictemplate-a866d47b860d336b7aee84751d7f5b543ce5f88d.tar.bz2
vim-sonictemplate-a866d47b860d336b7aee84751d7f5b543ce5f88d.zip
Allow dash for filter
Diffstat (limited to 'template')
-rw-r--r--template/go/base-web-app.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/go/base-web-app.go b/template/go/base-web-app.go
index b760d93..0ca7e3b 100644
--- a/template/go/base-web-app.go
+++ b/template/go/base-web-app.go
@@ -11,3 +11,4 @@ func main() {
})
http.ListenAndServe(":8080", nil)
}
+{{_filter_:web-app}}