init
This commit is contained in:
9
snippets/go-mode/method
Normal file
9
snippets/go-mode/method
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: method
|
||||
# key: mthd
|
||||
# contributor: @Kunde21
|
||||
# --
|
||||
// $2 ${5:...}
|
||||
func (${1:recv}) ${2:name}(${3:args}) $4 {
|
||||
$0
|
||||
}
|
||||
Reference in New Issue
Block a user