https://github.com/q191201771/chef_go
deprecated. personal golang scaffold
https://github.com/q191201771/chef_go
Last synced: 25 days ago
JSON representation
deprecated. personal golang scaffold
- Host: GitHub
- URL: https://github.com/q191201771/chef_go
- Owner: q191201771
- License: mit
- Created: 2016-05-18T14:48:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T09:25:34.000Z (about 5 years ago)
- Last Synced: 2024-12-29T13:02:07.720Z (9 months ago)
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# personal golang snippet
目的是方便自己开发,减少重复代码、重复配置,不通用的地方请直接使用对应的库或copy代码去本地修改。
### 新工程99%需要的脚手架
* chef_go/config
* chef_go/env
* chef_go/log
* chef_go/panic### 常用的第三方库
* github.com/coreos/etcd/client
* github.com/mkideal/cli
* github.com/tyranron/daemonigo
* github.com/roylee0704/gron
* github.com/op/go-logging
* github.com/jordan-wright/email
* github.com/stretchr/testify/assert
* github.com/gavv/httpexpect
* github.com/gorilla/websocket
* github.com/go-sql-driver/mysql
* github.com/mediocregopher/radix.v2/pool
* github.com/gin-gonic/gin
* github.com/gin-gonic/contrib/sessions
* github.com/gin-gonic/contrib/gzip
* github.com/PuerkitoBio/goquery
* github.com/mssola/user_agent
* github.com/russross/blackfriday
* gopkg.in/iconv.v1