Add tests for EventBuffer (#7)
Reviewed-on: #7 Co-authored-by: Anna Rose Wiggins <annabunches@gmail.com> Co-committed-by: Anna Rose Wiggins <annabunches@gmail.com>
This commit is contained in:
parent
3ffccf4c08
commit
46a28fda7a
6 changed files with 129 additions and 13 deletions
12
.vscode/tasks.json
vendored
12
.vscode/tasks.json
vendored
|
@ -16,12 +16,18 @@
|
|||
"build",
|
||||
"-o",
|
||||
"build/",
|
||||
"./cmd/joyful",
|
||||
"./..."
|
||||
],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true,
|
||||
"isDefault": true
|
||||
},
|
||||
},
|
||||
"options": {
|
||||
"env": {
|
||||
"CGO_ENABLED": "0"
|
||||
}
|
||||
},
|
||||
"problemMatcher": []
|
||||
}
|
||||
],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue