golang好用的库&插件

1,134 阅读1分钟
// go多版本管理工具
https://github.com/voidint/g

// go语言各种三方库集合
https://github.com/avelino/awesome-go

// 工具库
https://github.com/duke-git/lancet

// 验证库
https://github.com/gookit/validate/blob/master/README.zh-CN.md

// 交叉编译
https://github.com/mitchellh/gox

// websocket
https://github.com/gorilla/websocket

// 验证码
https://github.com/wenlng/go-captcha/blob/master/README_zh.md

// 将Go的注释转换为Swagger2.0文档
https://github.com/swaggo/swag

// 日志库
https://github.com/sirupsen/logrus
https://github.com/whencome/xlog

// 数据库操作
https://github.com/jmoiron/sqlx

// json处理
https://github.com/tidwall/gjson

// 类型转换
https://github.com/spf13/cast

// 发邮件
https://github.com/go-gomail/gomail

// 路由
https://github.com/gorilla/mux
https://github.com/julienschmidt/httprouter

// http请求
https://github.com/imroc/req/blob/master/doc/README_cn.md

// mysql转 gorm struct
https://gitee.com/mirrors/gormt

// 工具集
https://github.com/henrylee2cn/goutil

// 支付
https://github.com/iGoogle-ink/gopay

// token
https://github.com/goflyfox/gtoken

// RBAC
https://github.com/storyicon/grbac/blob/master/docs/README-chinese.md

// websocket
https://github.com/gorilla/websocket

// 搜索引擎
https://github.com/go-ego/riot
https://github.com/huichen/wukong

// 类似与python的beautifulsoup库
https://github.com/anaskhan96/soup

// 生成二维码
https://github.com/skip2/go-qrcode

// 微信开发SDK
https://silenceper.com/wechat/

// 命令行开发
https://github.com/gookit/gcli/blob/master/README.zh-CN.md

// 生成验证码
https://github.com/dchest/captcha
https://mojotv.cn/go/refactor-base64-captcha

// 配置管理
https://github.com/spf13/viper

// 异步任务
https://github.com/gocelery/gocelery
https://github.com/RichardKnop/machinery

// 操作剪切板
github.com/atotto/clipboard

// 类型转换
github.com/spf13/cast

// 日期时间处理库
github.com/golang-module/carbon

// 颜色输出 
https://github.com/gookit/color
github.com/fatih/color

// xml转json
https://github.com/basgys/goxml2json


// 可视化图表
https://github.com/go-echarts/go-echarts/blob/master/README_CN.md

// 面部检测
https://github.com/esimov/pigo#facial-landmark-points-detection
// 陆续更新中...