This commit is contained in:
wyh 2021-11-18 13:40:23 +08:00
parent 865cf44cd1
commit 1f92bddc21
2 changed files with 2 additions and 16 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
*.sum
*.yaml
*.yaml
.vscode

15
.vscode/launch.json vendored
View File

@ -1,15 +0,0 @@
{
// 使 IntelliSense
//
// 访: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "C://Users//lenovo//Desktop//gogin//dingding"
}
]
}