Add go init snippet

This commit is contained in:
Philip K 2020-02-16 17:53:01 +01:00
parent 612be838d2
commit fdd1c1576d
No known key found for this signature in database
GPG Key ID: 4CBA698F601AECE1
1 changed files with 7 additions and 0 deletions

7
snippets/go-mode/init Normal file
View File

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: func init()
# key: init
# --
func init() {
$0
}