new cakes

This commit is contained in:
bronku 2026-06-13 22:46:27 +02:00
parent a672c0ffe7
commit 640e9a2d0c
87 changed files with 20 additions and 11 deletions

11
.zed/tasks.json Normal file
View file

@ -0,0 +1,11 @@
[
{
"label": "Run",
"command": "go generate && go run .",
"use_new_terminal": false,
"allow_concurrent_runs": false,
"reveal": "never",
"shell": "system",
"save": "all",
},
]