Update meth snippet for go-mode

This commit is contained in:
2014-07-28 10:30:31 +01:00
parent de58c3986a
commit 196dd3e91d

View File

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