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 214ddf7 commit e700a11Copy full SHA for e700a11
snippets/go-mode/method
@@ -0,0 +1,9 @@
1
+# -*- mode: snippet -*-
2
+# name: method
3
+# key: mthd
4
+# contributor: @Kunde21
5
+# --
6
+// $2 ${5:...}
7
+func (${1:recv}) ${2:name}(${3:args}) $4 {
8
+ $0
9
+}
0 commit comments