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

6 lines
98 B
Plaintext

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