init
This commit is contained in:
8
snippets/go-mode/error
Normal file
8
snippets/go-mode/error
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: error
|
||||
# key: err
|
||||
# contributor : @atotto
|
||||
# --
|
||||
if err != nil {
|
||||
$0
|
||||
}
|
||||
Reference in New Issue
Block a user