增加 go 扩展包.
Signed-off-by: rick.chan <chen.yang@yuzhen-iot.com>
This commit is contained in:
parent
e12187bd80
commit
fb37ee794a
|
@ -39,6 +39,18 @@ go get -v github.com/rogpeppe/godef
|
|||
go install github.com/rogpeppe/godef
|
||||
go get -v github.com/sqs/goreturns
|
||||
go install github.com/sqs/goreturns
|
||||
go get -v github.com/cweill/gotests/gotests
|
||||
go install github.com/cweill/gotests/gotests
|
||||
go get -v github.com/fatih/gomodifytags
|
||||
go install github.com/fatih/gomodifytags
|
||||
go get -v github.com/josharian/impl
|
||||
go install github.com/josharian/impl
|
||||
go get -v github.com/haya14busa/goplay/cmd/goplay
|
||||
go install github.com/haya14busa/goplay/cmd/goplay
|
||||
go get -v honnef.co/go/tools/cmd/staticcheck
|
||||
go install honnef.co/go/tools/cmd/staticcheck
|
||||
go get -v golang.org/x/tools/gopls
|
||||
go install golang.org/x/tools/gopls
|
||||
```
|
||||
|
||||
### 1.3.VSCode 配置
|
||||
|
|
Loading…
Reference in New Issue