new cakes
This commit is contained in:
parent
a672c0ffe7
commit
640e9a2d0c
87 changed files with 20 additions and 11 deletions
11
.zed/tasks.json
Normal file
11
.zed/tasks.json
Normal 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",
|
||||
},
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue