mod sync and archive plugin

This commit is contained in:
royalcat 2025-03-22 23:23:30 +04:00
parent 3f01d7032f
commit 237af4a63e
16 changed files with 432 additions and 51 deletions

2
.vscode/launch.json vendored
View file

@ -16,7 +16,7 @@
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/cmd/tstor/main.go",
"program": "${workspaceFolder}/edition/main.go",
"cwd": "${workspaceFolder}/bin"
}
]