diff --git a/vim/.vim/minisnip/_go_errnil b/vim/.vim/minisnip/_go_errnil new file mode 100644 index 0000000..996a4bc --- /dev/null +++ b/vim/.vim/minisnip/_go_errnil @@ -0,0 +1,3 @@ +if err != nil { + {{++}} +}