Files
.emacs.d/snippets/go-mode/gof

6 lines
73 B
Plaintext

# name: go func(...) { ... }(...)
# key: gof
# --
go func($1) {
$0
}($2)