Update go.snippets
add select statement
This commit is contained in:
parent
1600f5bbea
commit
c2f96bd7c1
@ -56,6 +56,12 @@ case${0}
|
||||
}
|
||||
endsnippet
|
||||
|
||||
snippet select "Select statement" !b
|
||||
select {
|
||||
case${0}
|
||||
}
|
||||
endsnippet
|
||||
|
||||
snippet case "Case clause" !b
|
||||
case ${1:condition}:
|
||||
${0:${VISUAL}}
|
||||
|
Loading…
Reference in New Issue
Block a user