(轉載)分享經常使用的GoLang包工具

分享經常使用的GoLang包工具

包名 連接地址 備註
Machinery異步隊列 https://github.com/RichardKnop/machinery
Mqtt通訊 github.com/eclipse/paho.mqtt.golang go文檔http://www.eclipse.org/paho/clients/golang/
微信開發 https://github.com/chanxuehong/wechat
fasthttp包 github.com/valyala/fasthttp
數據庫操做包 https://github.com/gocraft/dbr
mysql db鏈式操做 https://github.com/gohouse/gorose
glide包管理工具 https://zhuanlan.zhihu.com/p/27994151
文件配置包 github.com/spf13/viper
cli應用執行程序包 github.com/spf13/cobra
redis包 命令式操做 github.com/garyburd/redigo/redis
redis包 便捷操做 github.com/go-redis/redis
日誌包 https://www.jianshu.com/p/5fac8bed4505
日誌包 https://github.com/zbindenren/logrus_mail 郵件通知logrus的hooks
gin Api文檔包 https://github.com/swaggo/gin-swagger
govalidator 參數驗證器 github.com/asaskevich/govalidator
json編解碼庫 github.com/json-iterator/go
json web token https://github.com/dgrijalva/jwt-go
類型轉換 github.com/Unknwon/com
優雅的重啓Http服務 github.com/fvbock/endless 目前只支持linux環境下使用,零時間重啓。
權限控制 github.com/mikespook/gorbac
WebSocket包 github.com/gorilla/websocket
定時任務包 github.com/robfig/cron
CloudXNS-DDNS https://github.com/zwh8800/cloudxns-ddns 動態域名客戶端 docker 鏡像
Restful和gprc相互轉換 https://github.com/grpc-ecosystem/grpc-gateway example => https://github.com/go-up/go-example
proto構建Go代碼工具 github.com/tuneinc/truss 用於RPC協議文檔生成
Api網關 https://github.com/fagongzi/gateway
GO直播服務器 https://github.com/gwuhaolin/livego
RabbitMQ包 https://github.com/streadway/amqp
gin中文文檔 https://github.com/skybebe/gin-doc-cn
http限流 https://github.com/didip/tollbooth
ORM包 https://github.com/go-sql-driver/mysqlmysql

相關文章
相關標籤/搜索