Add main Go snippet

This commit is contained in:
Kenneth Benzie 2024-05-25 23:11:10 +01:00
parent b146971918
commit 0f4e759266

8
snippets/go.snippets Normal file
View File

@ -0,0 +1,8 @@
# Go SnipMate snippets
snippet main
package main
func main() {
$0
}