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

6 lines
82 B
Plaintext

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