9 lines
76 B
Plaintext
9 lines
76 B
Plaintext
# Go SnipMate snippets
|
|
|
|
snippet main
|
|
package main
|
|
|
|
func main() {
|
|
$0
|
|
}
|