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.
1 parent 612be83 commit fdd1c15Copy full SHA for fdd1c15
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