Add go init snippet
This commit is contained in:
parent
612be838d2
commit
fdd1c1576d
1 changed files with 7 additions and 0 deletions
7
snippets/go-mode/init
Normal file
7
snippets/go-mode/init
Normal file
|
@ -0,0 +1,7 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: func init()
|
||||
# key: init
|
||||
# --
|
||||
func init() {
|
||||
$0
|
||||
}
|
Loading…
Reference in a new issue