添加说明

This commit is contained in:
2025-11-03 16:37:53 +08:00
parent d76c196fb1
commit 869bae0a9e
4 changed files with 166 additions and 2 deletions

15
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "debug",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${fileDirname}"
}
]
}