Install yasnippet and vala-snippets packages
This commit is contained in:
8
elpa/yasnippet-20160924.2001/snippets/go-mode/func
Normal file
8
elpa/yasnippet-20160924.2001/snippets/go-mode/func
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: func
|
||||
# key: func
|
||||
# --
|
||||
// $1 ${4:...}
|
||||
func ${1:name}(${2:args}) $3 {
|
||||
$0
|
||||
}
|
Reference in New Issue
Block a user