diff --git a/snippets/go-mode/meth b/snippets/go-mode/meth index be9bf2b..99dc610 100644 --- a/snippets/go-mode/meth +++ b/snippets/go-mode/meth @@ -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 } \ No newline at end of file