go语言常用的第三方库
WEB框架
1.Gin https://github.com/gin-gonic/gin

2.Beego https://github.com/astaxie/beego

3.martini https://github.com/go-martini/martini

HTTP
1.httprouter https://github.com/julienschmidt/httprouter

2.fasthttp https://github.com/valyala/fasthttp

3.mux https://github.com/gorilla/mux

JSON解析
1.json-iterator https://github.com/json-iterator/go

2.jsonparser https://github.com/buger/jsonparser

数据库以及ORM
1.LevelDB https://github.com/syndtr/goleveldb

2.BoltDB https://github.com/boltdb/bolt

3.MySQL https://github.com/go-sql-driver/mysql

4.tidb https://github.com/pingcap/tidb

5.ssdb https://github.com/ideawu/ssdb

6.gorm https://github.com/jinzhu/gorm

爬虫
1.Colly https://github.com/gocolly/colly

2.Goquery https://github.com/PuerkitoBio/goquery

中间件
1.redis https://github.com/go-redis/redis

2.ElasticSearch https://github.com/olivere/elastic

3.Alice https://github.com/justinas/alice

日志
1.zap https://github.com/uber-go/zap

错误处理
1.errors https://github.com/pkg/errors

消息队列
1.Nsq https://github.com/nsqio/nsq

Service Mesh
1.Istio https://github.com/istio/istio

RPC
1.rpcx https://github.com/smallnest/rpcx

2.grpc https://github.com/grpc/grpc-go

协程池
1.ants https://github.com/panjf2000/ants

视觉图像处理
1.bild https://github.com/anthonynsimon/bild

2.gmf https://github.com/3d0c/gmf

3.opencv https://github.com/hybridgroup/gocv

网络
1.KCP https://github.com/xtaci/kcp-go

2.frp https://github.com/fatedier/frp

测试
1.gock https://github.com/h2non/gock

2.goreporter https://github.com/360EntSecGroup-Skylar/goreporter