home
Code
Branches
Tags
Commits
nftable-migration
home
/
tools
/
emacs
/
old
/
etc
/
yasnippet
/
snippets
/
go-mode
/
switch
Top
1
# -*- mode: snippet -*-
2
# name: switch
3
# key: switch
4
# --
5
switch {
6
case ${1:cond}:
7
$0
8
}