Skip to content

q191201771/chef_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

deprecated. personal golang scaffold

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages