init
This commit is contained in:
8
snippets/go-mode/main
Normal file
8
snippets/go-mode/main
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: func main()
|
||||
# condition: (progn (forward-line 0) (not (and (eq (point-min) (point)) (looking-at-p "package"))))
|
||||
# key: main
|
||||
# --
|
||||
func main() {
|
||||
$0
|
||||
}
|
||||
Reference in New Issue
Block a user