diff options
author | Franck Cuny <franck@fcuny.net> | 2024-04-19 15:30:47 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-04-19 15:30:47 -0700 |
commit | 9c93aec36e70c3771cb1fce43ec08b8f0c5c8b10 (patch) | |
tree | f3bd3866c711dcf111c5b1ee7d43633ceb08efea | |
parent | more cleanup (diff) | |
download | emacs.d-9c93aec36e70c3771cb1fce43ec08b8f0c5c8b10.tar.gz |
cleanup snippet
Change-Id: I19de6c2a2df5f365188a4a446f04c63824d2193f
-rw-r--r-- | snippets/go-mode/<< | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/snippets/go-mode/<< b/snippets/go-mode/<< index 03fba4a..fa0ac54 100644 --- a/snippets/go-mode/<< +++ b/snippets/go-mode/<< @@ -1,2 +1 @@ -# -*- mode: snippet -*- $1 = append(${1:theSlice}, ${2:theValue}) \ No newline at end of file |