美文网首页
Golang 扩展包推荐

Golang 扩展包推荐

作者: DukeAnn | 来源:发表于2020-03-06 23:30 被阅读0次

    系统资源管理

    https://github.com/shirou/gopsutil

    多进程管理工具

    https://github.com/mattn/goreman

    https://github.com/ddollar/forego

    https://github.com/blurooo/go-monitor

    https://github.com/statping/statping

    C 语言

    https://bitbucket.org/tildeslash/monit/src/master/

    守护进程

    https://github.com/sevlyar/go-daemon

    https://github.com/VividCortex/godaemon

    分布式任务调度平台

    https://github.com/busgo/forest

    授权认证模型

    https://github.com/casbin/casbin

    数据结构

    https://github.com/emirpasic/gods

    Http 请求

    https://github.com/go-resty/resty

    缓存(可持久化)

    https://github.com/patrickmn/go-cache

    https://github.com/golang/groupcache

    错误输出

    https://github.com/pkg/errors

    计划任务

    https://github.com/robfig/cron

    数据库 ORM

    https://github.com/jinzhu/gorm

    Golang 命令行

    https://github.com/spf13/cobra

    https://github.com/spf13/pflag

    配置文件

    https://github.com/spf13/viper

    日志

    https://github.com/sirupsen/logrus

    键值对数据库

    https://github.com/dgraph-io/badger

    https://github.com/syndtr/goleveldb

    爬虫

    https://github.com/chromedp/chromedp

    监控

    https://github.com/simplejia/cmonito

    https://github.com/google/gops

    异步消息通信

    https://github.com/ThreeDotsLabs/watermill

    https://github.com/trivago/gollum

    获取物理机硬件信息

    https://github.com/shirou/gopsutil

    高效键值存储(持久化)

    https://github.com/dgraph-io/badger/

    支持 Google Protocol 缓冲区协议的缓存库

    https://github.com/golang/protobuf

    https://github.com/gogo/protobuf

    相关文章

      网友评论

          本文标题:Golang 扩展包推荐

          本文链接:https://www.haomeiwen.com/subject/itrzrhtx.html