summaryrefslogtreecommitdiff
path: root/emacs.d/snippets/go-mode/errnotnil
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-10-20 19:21:53 +0300
committerMarc Coquand <marc@mccd.space>2024-10-20 19:21:53 +0300
commit9c83af34195ed0113df01f8c0e4a734ab4084e20 (patch)
treeae57c300f1af9d802e5d23777877a5889ba898fe /emacs.d/snippets/go-mode/errnotnil
parentaf50b1b9bde653f73ad78108d08f192e42d7dda3 (diff)
downloadbsd-9c83af34195ed0113df01f8c0e4a734ab4084e20.tar.gz
bsd-9c83af34195ed0113df01f8c0e4a734ab4084e20.tar.bz2
bsd-9c83af34195ed0113df01f8c0e4a734ab4084e20.zip
Diffstat (limited to 'emacs.d/snippets/go-mode/errnotnil')
-rw-r--r--emacs.d/snippets/go-mode/errnotnil5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs.d/snippets/go-mode/errnotnil b/emacs.d/snippets/go-mode/errnotnil
new file mode 100644
index 0000000..0122e56
--- /dev/null
+++ b/emacs.d/snippets/go-mode/errnotnil
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: err not nil
+# key: ;
+# --
+; err != nil \ No newline at end of file