Files
.emacs.d/snippets/go-mode/main

10 lines
65 B
Plaintext

# key: main
# --
package main
import "fmt"
func main() {
$0
}