update method snippet for golang

This commit is contained in:
2025-10-16 15:55:22 +02:00
parent 5b7e202607
commit 7c617d6178
+1 -1
View File
@@ -51,7 +51,7 @@ snippet func
} }
snippet meth snippet meth
func (${1:rec}) ${2:foo}($3) $4 { func (${2:[this]} ${1:[type]}) ${3:[function name]}($4)${5: } {
$0 $0
} }