We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e700a11 commit c1df49dCopy full SHA for c1df49d
snippets/go-mode/main
@@ -1,5 +1,6 @@
1
# -*- mode: snippet -*-
2
# name: func main()
3
+# condition: (progn (forward-line 0) (not (and (eq (point-min) (point)) (looking-at-p "package"))))
4
# key: main
5
# --
6
func main() {
0 commit comments