diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2016-03-29 13:14:42 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2016-03-29 13:14:42 +0900 |
commit | 7d69a5834c3278348939d4997d62fe330a1fa480 (patch) | |
tree | 68c418223ad844b78ab6676bc46a3e456f7e9b8f /template | |
parent | 48865a94526ef82547e225093465763e83bdae46 (diff) | |
download | vim-sonictemplate-7d69a5834c3278348939d4997d62fe330a1fa480.tar.gz vim-sonictemplate-7d69a5834c3278348939d4997d62fe330a1fa480.tar.bz2 vim-sonictemplate-7d69a5834c3278348939d4997d62fe330a1fa480.zip |
strip _test
Diffstat (limited to 'template')
-rw-r--r-- | template/go/base-test.go | 2 |
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" |