GO开发常用第三方包

标准库
https://golang.org/pkg/
https://github.com/astaxie/gopkg
https://github.com/polaris1119/T … -Library-by-Example

WEB框架
https://github.com/gin-gonic/gin
https://github.com/kataras/iris
https://github.com/astaxie/beego

数据库操作
https://github.com/lib/pq
https://github.com/go-sql-driver/mysql
https://github.com/go-redis/redis
https://github.com/SAP/go-hdb
http://go.mongodb.org/mongo-driver/mongo
https://github.com/denisenkom/go-mssqldb
https://github.com/mattn/go-oci8

ORM
https://github.com/jinzhu/gorm
https://github.com/go-xorm/xorm
https://github.com/astaxie/beego/tree/master/orm

Json操作
https://github.com/json-iterator/go

YAML操作
https://github.com/go-yaml/yaml

Excel操作
https://github.com/360EntSecGroup-Skylar/excelize

SAP RFC
https://github.com/stretchr/testify
https://github.com/sap/gorfc
https://github.com/hooklift/gowsdl

GUI
qt:
https://github.com/therecipe/qt
qt下载:https://download.qt.io/official_releases/qt/

gtk:
https://github.com/mattn/go-gtk
https://github.com/gotk3/gotk3

数据科学
https://github.com/gonum/gonum

定时作业
https://github.com/roylee0704/gron
https://github.com/robfig/cron

认证
https://github.com/dgrijalva/jwt-go

产生UUID
http://github.com/google/uuid

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

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

日志记录
https://godoc.org/github.com/sirupsen/logrus

爬虫相关
https://github.com/gocolly/colly/
https://github.com/antchfx/htmlquery
https://github.com/antchfx/xmlquery
https://github.com/antchfx/jsonquery
https://github.com/PuerkitoBio/goquery

RPC
https://github.com/grpc/grpc
https://github.com/TarsCloud/TarsGo/

其他
https://github.com/spf13/cobra

可以在如下网址查询到高频使用的第三方包清单
https://godoc.org

本文作者: GavinDong

版权属于: GavinDong博客

文章链接: https://gavindong.com/2965.html

如果使用过程中遇到问题,可 **点击此处** 交流沟通。

版权所有,转载时必须以链接形式注明作者和原始出处及本声明。

(2)

相关文章

发表回复

登录后才能评论

评论列表(1条)