golang相关开源库 - Go语言中文社区

golang相关开源库


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

版权声明:本文来源CSDN,感谢博主原创文章,遵循 CC 4.0 by-sa 版权协议,转载请附上原文出处链接和本声明。
原文链接:https://blog.csdn.net/cjs68/article/details/111997717
站方申明:本站部分内容来自社区用户分享,若涉及侵权,请联系站方删除。
  • 发表于 2023-01-03 20:59:23
  • 阅读 ( 390 )
  • 分类:Go开源项目

0 条评论

请先 登录 后评论

官方社群

GO教程

猜你喜欢