Skip to content

Commit ed097d9

Browse files
committed
Go环境和编辑器
1 parent c525a66 commit ed097d9

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

c01/c01_1/start.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,23 @@ open ~/.gitconfig
5858
proxy = socks5://127.0.0.1:1086
5959
[https]
6060
proxy = socks5://127.0.0.1:1086
61-
```
61+
```
62+
63+
## 使用VSCode安装Go插件包
64+
65+
在插件包上搜索 go ,找到下述描述的包进行安装
66+
67+
Rich Go language support for Visual Studio Code
68+
69+
---
70+
## 安装delve调试工具
71+
72+
```
73+
go get -u github.com/derekparker/delve/cmd/dlv
74+
```
75+
76+
支持在 `vscode` 中按 `F5` 启动断点调试
77+
78+
## 注意
79+
80+
安装过程需要多个依赖包,可能需要多次重启 `vscode`

0 commit comments

Comments
 (0)