补充 godoc.

Signed-off-by: chen.yang <chen.yang@yuzhen-iot.com>
This commit is contained in:
chen.yang 2021-07-27 16:45:27 +08:00
parent d582c5f14f
commit 172f14733f
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ go get -v honnef.co/go/tools/cmd/staticcheck
go install honnef.co/go/tools/cmd/staticcheck go install honnef.co/go/tools/cmd/staticcheck
go get -v golang.org/x/tools/gopls go get -v golang.org/x/tools/gopls
go install golang.org/x/tools/gopls go install golang.org/x/tools/gopls
go get -v golang.org/x/tools/cmd/godoc
go install golang.org/x/tools/cmd/godoc@latest
``` ```
### 1.3.VSCode 配置 ### 1.3.VSCode 配置