An open API service indexing awesome lists of open source software.

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

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