11 lines
194 B
Plaintext
11 lines
194 B
Plaintext
|
<snippet>
|
||
|
<tabTrigger>ife</tabTrigger>
|
||
|
<scope>source.go</scope>
|
||
|
<description>panic on error</description>
|
||
|
<content><![CDATA[
|
||
|
if ${1:err} != nil {
|
||
|
${2:panic}(${1})
|
||
|
}
|
||
|
]]></content>
|
||
|
</snippet>
|