1
0
Fork 0
dotfiles/sublime/snippets/Go double assignment.sublim...

9 lines
187 B
Plaintext
Raw Normal View History

2017-10-05 11:25:41 +00:00
<snippet>
<tabTrigger>do</tabTrigger>
<scope>source.go</scope>
<description>double assignment</description>
<content><![CDATA[
${1:v}, ${2:err} := ${3:statement}
]]></content>
</snippet>