aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2016-03-29 13:14:42 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2016-03-29 13:14:42 +0900
commit7d69a5834c3278348939d4997d62fe330a1fa480 (patch)
tree68c418223ad844b78ab6676bc46a3e456f7e9b8f
parent48865a94526ef82547e225093465763e83bdae46 (diff)
downloadvim-sonictemplate-7d69a5834c3278348939d4997d62fe330a1fa480.tar.gz
vim-sonictemplate-7d69a5834c3278348939d4997d62fe330a1fa480.tar.bz2
vim-sonictemplate-7d69a5834c3278348939d4997d62fe330a1fa480.zip
strip _test
-rw-r--r--template/go/base-test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/go/base-test.go b/template/go/base-test.go
index a5c2d95..350ff10 100644
--- a/template/go/base-test.go
+++ b/template/go/base-test.go
@@ -1,4 +1,4 @@
-package {{_name_}}_test
+package {{_expr_:substitute('{{_name_}}', '_test', '', '')}}_test
import (
"testing"