DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 1.1%2Bdfsg-2 / snippets / go-mode / switch
12345678
# -*- mode: snippet -*- # name: switch # key: sw # -- switch $1 { case $2: $0 }