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

6 lines
89 B
Plaintext

# name: struct method
# key: meth
# --
func (${1:s *${2:Struct}) ${3:name}($4) $5 {
$0
}