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