diff --git a/snippets/go-mode/meth b/snippets/go-mode/meth index 4569657..7c000c2 100644 --- a/snippets/go-mode/meth +++ b/snippets/go-mode/meth @@ -1,6 +1,6 @@ # name: struct method # key: meth # -- -func (${1:s *${2:Struct}) ${3:name}($4) $5 { +func (${1:s *${2:Struct}}) ${3:name}($4) $5 { $0 } \ No newline at end of file