Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jason-gao/golangusing
https://github.com/jason-gao/golangusing
golang
Last synced: about 13 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jason-gao/golangusing
- Owner: jason-gao
- Created: 2019-05-17T06:26:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T06:53:58.000Z (almost 5 years ago)
- Last Synced: 2024-06-19T19:36:00.626Z (5 months ago)
- Topics: golang
- Language: Go
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## package
- github.com/gin-gonic/gin
- github.com/jinzhu/gorm
- github.com/spf13/viper
- https://github.com/Kong/kong## doc
- https://glidedocs.readthedocs.io/zh/latest/commands/
- https://glidedocs.readthedocs.io/zh/latest/vendor/
- https://www.kancloud.cn/kancloud/the-way-to-go/72432
- https://www.kancloud.cn/kancloud/effective/72199
- https://pengrl.com/top/
- https://github.com/GoesToEleven/GolangTraining# install glide
* https://glidedocs.readthedocs.io/zh/latest/
* 二进制包安装
* PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
* GOPATH=/mnt/hgfs/YunDun/Go/
* wget https://github.com/Masterminds/glide/releases/download/v0.13.2/glide-v0.13.2-linux-amd64.tar.gz
* ln -s /mnt/hgfs/YunDun/Go/linux-amd64/glide /usr/local/bin/glide## init
- cd $GOPATH/src
- git clone https://github.com/jason-gao/golangUsing
- glide up## golang编码规范
- http://www.gonglin91.com/2018/03/30/go-code-review-comments/