DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 0~git20161123-1 / go-mode / func
12345678
# -*- mode: snippet -*- # name: func # key: func # -- // $1 ${4:...} func ${1:name}(${2:args}) $3 { $0 }