yasnippet-snippets/go-mode/switch
2011-07-07 14:32:44 +02:00

9 lines
No EOL
129 B
Text

# -*- mode: snippet -*-
# name: switch
# key: switch
# contributor: Andrea crotti
# --
switch {
case ${1:cond}:
$0
}