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