We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 612be83 + fdd1c15 commit 619342fCopy full SHA for 619342f
snippets/go-mode/init
@@ -0,0 +1,7 @@
1
+# -*- mode: snippet -*-
2
+# name: func init()
3
+# key: init
4
+# --
5
+func init() {
6
+ $0
7
+}
0 commit comments