Skip to content

Commit

Permalink
Remove main snippet, add pkgm
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehoban committed Apr 9, 2016
1 parent b44fbbd commit a389070
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snippets/go.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"prefix": "tys",
"body": "type ${1:name} struct {\n\t$0\n}"
},
"main function": {
"prefix": "main",
"body": "func main() {\n\t$0\n}"
"package main and main function": {
"prefix": "pkgm",
"body": "package main\n\nfunc main() {\n\t$0\n}"
},
"function declaration": {
"prefix": "func",
Expand Down

0 comments on commit a389070

Please sign in to comment.