no message

master
DESKTOP-4RNDQIC\29019 2021-01-09 23:14:39 +08:00
parent 5685e8eba0
commit 0861b0d590
1 changed files with 1 additions and 1 deletions

2
.vscode/launch.json vendored
View File

@ -12,7 +12,7 @@
"program": "${workspaceRoot}/main.go", "program": "${workspaceRoot}/main.go",
"env": {}, "env": {},
"args": [], "args": [],
"cwd":".", "cwd":"${workspaceRoot}/",
} }
] ]
} }