update method snippet for golang
This commit is contained in:
@@ -51,7 +51,7 @@ snippet func
|
||||
}
|
||||
|
||||
snippet meth
|
||||
func (${1:rec}) ${2:foo}($3) $4 {
|
||||
func (${2:[this]} ${1:[type]}) ${3:[function name]}($4)${5: } {
|
||||
$0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user