11 lines
187 B
Plaintext
11 lines
187 B
Plaintext
|
<snippet>
|
||
|
<tabTrigger>test</tabTrigger>
|
||
|
<scope>source.go</scope>
|
||
|
<description>Test case</description>
|
||
|
<content><![CDATA[
|
||
|
func Test${1}(t *testing.T) {
|
||
|
${2}
|
||
|
}
|
||
|
]]></content>
|
||
|
</snippet>
|