confi-emacs-actual/snippets/go-mode/main

6 lines
78 B
Plaintext

# -*- mode: snippet -*-
# name: func main() { ... }
# --
func main() {
$0
}