Skip to content

Commit

Permalink
add empty struct and nicer goroutine snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 4, 2019
1 parent 5d15a98 commit 32f1ecc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions go.json
@@ -1,4 +1,20 @@
{
"Goroutine": {
"prefix": "go",
"body": [
"go func(){",
" $0",
"}()",
]
},

"Empty Struct": {
"prefix": "es",
"body": [
"struct{}{}"
]
},

"Case": {
"prefix": "ca",
"body": [
Expand Down

0 comments on commit 32f1ecc

Please sign in to comment.