From 42a8ec8a9f743b6e8c56b8c5dd7264a70c273848 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 19 Jan 2024 08:20:39 -0800 Subject: add a few more snippets for go --- snippets/go-mode/<< | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 snippets/go-mode/<< (limited to 'snippets/go-mode/<<') 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 -- cgit v1.2.3