8 lines
81 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: if error
# key: iferr
# --
if err != $1 {
$0
}