summary refs log tree commit diff
path: root/snippets/go-mode/<<
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/go-mode/<<')
-rw-r--r--snippets/go-mode/<<2
1 files changed, 2 insertions, 0 deletions
diff --git a/snippets/go-mode/<< b/snippets/go-mode/<<
new file mode 100644
index 0000000..03fba4a
--- /dev/null
+++ b/snippets/go-mode/<<
@@ -0,0 +1,2 @@
+# -*- mode: snippet -*-
+$1 = append(${1:theSlice}, ${2:theValue})
\ No newline at end of file