https://github.com/xinlc/go_learning
learning
https://github.com/xinlc/go_learning
learning
Last synced: 3 months ago
JSON representation
learning
- Host: GitHub
- URL: https://github.com/xinlc/go_learning
- Owner: xinlc
- License: mit
- Created: 2019-03-12T08:48:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T14:01:39.000Z (about 6 years ago)
- Last Synced: 2025-01-21T01:11:32.881Z (5 months ago)
- Topics: learning
- Language: Go
- Homepage:
- Size: 6.31 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go_learning
## 安装vscode 相关依赖
```bash
go envgo get -v github.com/mdempsky/gocode
go get -v github.com/uudashr/gopkgs/cmd/gopkgs
go get -v github.com/ramya-rao-a/go-outline
go get -v github.com/acroca/go-symbols
go get -v golang.org/x/tools/cmd/guru
go get -v golang.org/x/tools/cmd/gorename
go get -v github.com/go-delve/delve/cmd/dlv
go get -v github.com/stamblerre/gocode
go get -v github.com/rogpeppe/godef
go get -v github.com/sqs/goreturns
go get -v golang.org/x/lint/golint
go get -v github.com/cweill/gotests/...
go get -v github.com/fatih/gomodifytags
go get -v github.com/josharian/impl
go get -v github.com/davidrjenni/reftools/cmd/fillstruct
go get -v github.com/haya14busa/goplay/cmd/goplay
go get -v github.com/godoctor/godoctor
```