Add tests for EventBuffer #7

Merged
anna merged 3 commits from eventbuffer-tests into main 2025-07-18 16:42:22 +00:00
Showing only changes of commit fd05019f94 - Show all commits

10
.vscode/tasks.json vendored
View file

@ -16,12 +16,18 @@
"build",
"-o",
"build/",
"./cmd/joyful",
"./..."
],
"group": {
"kind": "build",
"isDefault": true,
"isDefault": true
},
"options": {
"env": {
"CGO_ENABLED": "0"
}
},
"problemMatcher": []
}
],
}