Skip to content

Commit

Permalink
v1.5.25
Browse files Browse the repository at this point in the history
  • Loading branch information
liupan1890 committed May 27, 2021
1 parent 5b05db3 commit 8425d3b
Show file tree
Hide file tree
Showing 102 changed files with 14,140 additions and 0 deletions.
17 changes: 17 additions & 0 deletions aliserver/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": "0.2.0",
"configurations": [{
"name": "LaunchGo",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"env": {
"GOPATH": "D:\\Go\\gopath",
"GOROOT": "D:\\Go"
},
"args": [],
//"showLog": true
}
]
}
Loading

0 comments on commit 8425d3b

Please sign in to comment.