mirror of
https://github.com/yinggaozhen/awesome-go-cn.git
synced 2025-08-21 05:01:40 +08:00
auto commit
This commit is contained in:
122
README.md
122
README.md
@@ -7,7 +7,7 @@
|
||||
[Archived]: https://cdn.jsdelivr.net/gh/yinggaozhen/awesome-go-cn@1.2.1/docs/archived.svg "项目已归档"
|
||||
[GoDoc]: https://cdn.jsdelivr.net/gh/yinggaozhen/awesome-go-cn@1.3.0/docs/DOC.svg "godoc文档地址"
|
||||
|
||||
**此项目是 [awesome-go](https://awesome-go.com/) 中文版,最后一次同步时间 : 2019-10-31 11:30:34(每隔1天同步一次)**
|
||||
**此项目是 [awesome-go](https://awesome-go.com/) 中文版,最后一次同步时间 : 2019-11-01 09:49:07(每隔1天同步一次)**
|
||||
|
||||
[](README_EN.md) [](https://travis-ci.org/avelino/awesome-go) [](https://github.com/sindresorhus/awesome) [](http://gophers.slack.com/messages/awesome) [](https://app.netlify.com/sites/awesome-go/deploys)
|
||||
|
||||
@@ -224,7 +224,7 @@
|
||||
* [mitchellh/cli](https://github.com/mitchellh/cli) **star:1027** 用于实现命令行接口的Go库。 [![godoc][GoDoc]](https://godoc.org/github.com/mitchellh/cli)
|
||||
* [cli-init](https://github.com/tcnksm/gcli) **star:879** 一个简单就可开启构建Golang命令行的应用程序。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/tcnksm/gcli)
|
||||
* [climax](http://github.com/tucnak/climax) Alternative CLI with "human face", in spirit of Go command.
|
||||
* [pflag](https://github.com/spf13/pflag) **star:873** 基于POSIX/GNU-style --flags实现的包,主要用于替换Go的falg包。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/spf13/pflag)
|
||||
* [pflag](https://github.com/spf13/pflag) **star:873** 基于POSIX/GNU-style --flags实现的包,主要用于替换Go的falg包。 [![godoc][GoDoc]](https://godoc.org/github.com/spf13/pflag)
|
||||
* [go-arg](https://github.com/alexflint/go-arg) **star:787** 基于结构的参数解析。 [![godoc][GoDoc]](https://godoc.org/github.com/alexflint/go-arg)
|
||||
* [complete](https://github.com/posener/complete) **star:637** 使用 Go 语言编写的 bash 命令补全工具以及 Go 命令补全工具. [![godoc][GoDoc]](https://godoc.org/github.com/posener/complete)
|
||||
* [mow.cli](https://github.com/jawher/mow.cli) **star:632** 用于构建具有复杂标志和参数解析和验证的CLI应用程序。 [![godoc][GoDoc]](https://godoc.org/github.com/jawher/mow.cli)
|
||||
@@ -248,7 +248,7 @@
|
||||
* [strumt](https://github.com/antham/strumt) **star:31** 用于创建提示链。 [![godoc][GoDoc]](https://godoc.org/github.com/antham/strumt)
|
||||
* [cmdr](https://github.com/hedzr/cmdr) **star:21** 一个POSIX/GNU风格的、类似getopt的命令行UI Go库。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/hedzr/cmdr)
|
||||
* [argv](https://github.com/cosiner/argv) **star:18** 基于Base 语法,用于分隔命令行字符串并将其作为参数的 Go 语言库, [![godoc][GoDoc]](https://godoc.org/github.com/cosiner/argv)
|
||||
* [go-getoptions](https://github.com/DavidGamba/go-getoptions) **star:16** Go 选择解析器,借鉴于Perl灵活性的GetOpt::Long。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/DavidGamba/go-getoptions)
|
||||
* [go-getoptions](https://github.com/DavidGamba/go-getoptions) **star:16** Go 选择解析器,借鉴于Perl灵活性的GetOpt::Long。 [![godoc][GoDoc]](https://godoc.org/github.com/DavidGamba/go-getoptions)
|
||||
* [go-commander](https://github.com/yitsushi/go-commander) **star:15** 用于简化CLI工作流的 Go 库。 [![godoc][GoDoc]](https://godoc.org/github.com/yitsushi/go-commander)
|
||||
* [sand](https://github.com/Zaba505/sand) **star:9** 用于创建解释器等的简单API。 [![godoc][GoDoc]](https://godoc.org/github.com/Zaba505/sand)
|
||||
* [ts](https://github.com/liujianping/ts) **star:7** 时间戳转换和比较工具。 [![godoc][GoDoc]](https://godoc.org/github.com/liujianping/ts)
|
||||
@@ -424,7 +424,7 @@
|
||||
* [nutsdb](https://github.com/xujiajun/nutsdb) **star:931** Nutsdb是一个用纯Go编写的简单、快速、可嵌入、持久的键/值存储。它支持完全序列化的事务和许多数据结构,如列表、集合、排序集。 [![godoc][GoDoc]](https://godoc.org/github.com/xujiajun/nutsdb) ![包含中文文档][CN]
|
||||
* [CovenantSQL](https://github.com/CovenantSQL/CovenantSQL) **star:925** 区块链领域的一个SQL数据库。 [![godoc][GoDoc]](https://godoc.org/github.com/CovenantSQL/CovenantSQL)
|
||||
* [diskv](https://github.com/peterbourgon/diskv) **star:802** 支持磁盘备份的可持久化 K/V 存储。 [![godoc][GoDoc]](https://godoc.org/github.com/peterbourgon/diskv)
|
||||
* [moss](https://github.com/couchbase/moss) **star:734** Moss是一个用100% Go编写的简单LSM键值存储引擎。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/couchbase/moss)
|
||||
* [moss](https://github.com/couchbase/moss) **star:734** Moss是一个用100% Go编写的简单LSM键值存储引擎。 [![godoc][GoDoc]](https://godoc.org/github.com/couchbase/moss)
|
||||
* [fastcache](https://github.com/VictoriaMetrics/fastcache) **star:551** 基于内存的快速线程安全的缓存,可缓存大量的条目。最大限度地减少GC开销。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/VictoriaMetrics/fastcache)
|
||||
* [eliasdb](https://github.com/krotik/eliasdb) **star:549** 无其他依赖项,支持REST API,短语搜索和sql类似的查询语言的事务图数据库。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/krotik/eliasdb)
|
||||
* [levigo](https://github.com/jmhodges/levigo) **star:373** 实现了对LevelDB封装。 [![godoc][GoDoc]](https://godoc.org/github.com/jmhodges/levigo)
|
||||
@@ -515,7 +515,7 @@
|
||||
* [bgc](https://github.com/viant/bgc) **star:12** BigQuery 的数据存储连接。 [![godoc][GoDoc]](https://godoc.org/github.com/viant/bgc)
|
||||
|
||||
* NoSQL Databases
|
||||
* [redis](https://github.com/go-redis/redis) **star:7189** 基于 Go 的 Redis 客户端。 [![star > 2000][Awesome]](https://github.com/go-redis/redis) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/go-redis/redis)
|
||||
* [redis](https://github.com/go-redis/redis) **star:7189** 基于 Go 的 Redis 客户端。 [![star > 2000][Awesome]](https://github.com/go-redis/redis) [![godoc][GoDoc]](https://godoc.org/github.com/go-redis/redis)
|
||||
* [redigo](https://github.com/gomodule/redigo) **star:6613** Redigo 是基于 Go 的Redis 客户端。 [![star > 2000][Awesome]](https://github.com/gomodule/redigo) [![godoc][GoDoc]](https://godoc.org/github.com/gomodule/redigo)
|
||||
* [mongo-go-driver](https://github.com/mongodb/mongo-go-driver) **star:3554** 官方的 MongoDB 驱动。 [![star > 2000][Awesome]](https://github.com/mongodb/mongo-go-driver) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/mongodb/mongo-go-driver)
|
||||
* [mgo](https://github.com/globalsign/mgo) **star:1695** (已停止维护) MongoDB驱动。 [![godoc][GoDoc]](https://godoc.org/github.com/globalsign/mgo)
|
||||
@@ -625,7 +625,7 @@
|
||||
|
||||
*实现了电子邮件创建和发送。 (翻译出错了? 试试 [英文版](README_EN.md#email) 吧~)*
|
||||
|
||||
* [MailHog](https://github.com/mailhog/MailHog) **star:5481** 电子邮件和SMTP测试工具,对外提供了 web 和 API 接口。 [![star > 2000][Awesome]](https://github.com/mailhog/MailHog) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/mailhog/MailHog)
|
||||
* [MailHog](https://github.com/mailhog/MailHog) **star:5481** 电子邮件和SMTP测试工具,对外提供了 web 和 API 接口。 [![star > 2000][Awesome]](https://github.com/mailhog/MailHog) [![godoc][GoDoc]](https://godoc.org/github.com/mailhog/MailHog)
|
||||
* [chasquid](https://blitiri.com.ar/p/chasquid) 用Go编写的SMTP服务器。
|
||||
* [hermes](https://github.com/matcornic/hermes) **star:1679** 可生成干净的、响应式的HTML电子邮件。 [![godoc][GoDoc]](https://godoc.org/github.com/matcornic/hermes)
|
||||
* [email](https://github.com/jordan-wright/email) **star:1139** 一个强大和灵活的电子邮件库。 [![godoc][GoDoc]](https://godoc.org/github.com/jordan-wright/email)
|
||||
@@ -688,11 +688,11 @@
|
||||
* [bigfile](https://github.com/bigfile/bigfile) **star:77** 一个文件传输系统,支持管理文件与http api, rpc调用和ftp客户端。 [![godoc][GoDoc]](https://godoc.org/github.com/bigfile/bigfile) ![包含中文文档][CN]
|
||||
* [opc](https://github.com/qmuntal/opc) **star:63** 加载Open Packaging Conventions (OPC)文件。 [![godoc][GoDoc]](https://godoc.org/github.com/qmuntal/opc)
|
||||
* [stl](https://gitlab.com/russoj88/stl) 采用并行读取算法的进行读取和写入STL(立体光刻)文件的模块。
|
||||
* [go-csv-tag](https://github.com/artonge/go-csv-tag) **star:51** 使用 tag 加载 csv 文件。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/artonge/go-csv-tag)
|
||||
* [go-csv-tag](https://github.com/artonge/go-csv-tag) **star:51** 使用 tag 加载 csv 文件。 [![godoc][GoDoc]](https://godoc.org/github.com/artonge/go-csv-tag)
|
||||
* [skywalker](https://github.com/dixonwille/skywalker) **star:51** 可以轻松地并发地遍历文件系统。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/dixonwille/skywalker)
|
||||
* [tarfs](https://github.com/posener/tarfs) **star:38** tar文件的实现[ FileSystem 接口](https://godoc.org/github.com/kr/fs#FileSystem)。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/posener/tarfs)
|
||||
* [vfs](https://github.com/C2FO/vfs) **star:32** 一组可插拔的、可扩展的和自定义的文件系统功能,用于跨越许多文件系统类型,如os、S3和GCS。 [![godoc][GoDoc]](https://godoc.org/github.com/C2FO/vfs)
|
||||
* [go-gtfs](https://github.com/artonge/go-gtfs) **star:16** 加载gtfs文件。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/artonge/go-gtfs)
|
||||
* [go-gtfs](https://github.com/artonge/go-gtfs) **star:16** 加载gtfs文件。 [![godoc][GoDoc]](https://godoc.org/github.com/artonge/go-gtfs)
|
||||
* [afs](https://github.com/viant/afs) **star:12** 用于Go的抽象文件存储(mem、scp、zip、tar、cloud: s3、gs)。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/viant/afs)
|
||||
* [flop](https://github.com/homedepot/flop) **star:12** 文件操作库,是[GNU cp](https://www.gnu.org/software/coreutils/manual/html_node/cp-invoc.html)的镜像。 [![godoc][GoDoc]](https://godoc.org/github.com/homedepot/flop)
|
||||
* [checksum](https://github.com/codingsince1985/checksum) **star:12** 生成大型文件的消息摘要(如 MD5 和 SHA256)。 [![godoc][GoDoc]](https://godoc.org/github.com/codingsince1985/checksum)
|
||||
@@ -742,7 +742,7 @@
|
||||
*很棒的游戏开发库。 (翻译出错了? 试试 [英文版](README_EN.md#game-development) 吧~)*
|
||||
|
||||
* [Leaf](https://github.com/name5566/leaf) **star:3211** 轻量级游戏服务器框架。 [![star > 2000][Awesome]](https://github.com/name5566/leaf) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/name5566/leaf) ![包含中文文档][CN]
|
||||
* [Pixel](https://github.com/faiface/pixel) **star:2569** 手工制作的 2D 游戏库。 [![star > 2000][Awesome]](https://github.com/faiface/pixel) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/faiface/pixel)
|
||||
* [Pixel](https://github.com/faiface/pixel) **star:2569** 手工制作的 2D 游戏库。 [![star > 2000][Awesome]](https://github.com/faiface/pixel) [![godoc][GoDoc]](https://godoc.org/github.com/faiface/pixel)
|
||||
* [Ebiten](https://github.com/hajimehoshi/ebiten) **star:2074** 很简单的 2D 游戏库。 [![star > 2000][Awesome]](https://github.com/hajimehoshi/ebiten) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/hajimehoshi/ebiten)
|
||||
* [goworld](https://github.com/xiaonanln/goworld) **star:1276** 可伸缩的游戏服务器引擎,具有 space-entity 框架和 hot-swapping 功能。 [![godoc][GoDoc]](https://godoc.org/github.com/xiaonanln/goworld) ![包含中文文档][CN]
|
||||
* [go-sdl2](https://github.com/veandco/go-sdl2) **star:1206** 实现了[Simple DirectMedia Layer](https://www.libsdl.org/)。
|
||||
@@ -804,7 +804,7 @@
|
||||
|
||||
*管理和处理 Goroutines 的工具。 (翻译出错了? 试试 [英文版](README_EN.md#goroutines) 吧~)*
|
||||
|
||||
* [ants](https://github.com/panjf2000/ants) **star:2446** 一个高性能的协程池。 [![star > 2000][Awesome]](https://github.com/panjf2000/ants) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/panjf2000/ants) ![包含中文文档][CN]
|
||||
* [ants](https://github.com/panjf2000/ants) **star:2446** 一个高性能的协程池。 [![star > 2000][Awesome]](https://github.com/panjf2000/ants) [![godoc][GoDoc]](https://godoc.org/github.com/panjf2000/ants) ![包含中文文档][CN]
|
||||
* [goworker](https://github.com/benmanns/goworker) **star:2288** 基于 go 的后台 worker。 [![star > 2000][Awesome]](https://github.com/benmanns/goworker) [![godoc][GoDoc]](https://godoc.org/github.com/benmanns/goworker)
|
||||
* [tunny](https://github.com/Jeffail/tunny) **star:1423** golang 的协程池。 [![godoc][GoDoc]](https://godoc.org/github.com/Jeffail/tunny)
|
||||
* [grpool](https://github.com/ivpusic/grpool) **star:523** 轻量级协程池。 [![godoc][GoDoc]](https://godoc.org/github.com/ivpusic/grpool)
|
||||
@@ -1168,7 +1168,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [ghorg](https://github.com/gabrie30/ghorg) **star:60** 快速克隆整个org用户库到一个目录-支持GitHub, GitLab和Bitbucket。 [![godoc][GoDoc]](https://godoc.org/github.com/gabrie30/ghorg)
|
||||
* [indigo](https://github.com/osamingo/indigo) **star:56** 分布式唯一ID生成器, 使用Sonyflake并由Base58编码。 [![godoc][GoDoc]](https://godoc.org/github.com/osamingo/indigo)
|
||||
* [morse](https://github.com/alwindoss/morse) **star:51** 实现字符串与摩尔斯电码转换的库。 [![godoc][GoDoc]](https://godoc.org/github.com/alwindoss/morse)
|
||||
* [captcha](https://github.com/steambap/captcha) **star:44** captcha包为验证码生成提供了一个易于使用的、unopinionated的API。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/steambap/captcha)
|
||||
* [captcha](https://github.com/steambap/captcha) **star:44** captcha包为验证码生成提供了一个易于使用的、unopinionated的API。 [![godoc][GoDoc]](https://godoc.org/github.com/steambap/captcha)
|
||||
* [xkg](https://github.com/go-xkg/xkg) **star:43** X Keyboard Grabber(键盘事件捕获) ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/go-xkg/xkg)
|
||||
* [pdfgen](https://github.com/hyperboloide/pdfgen) **star:34** 通过Json请求生成PDF的HTTP服务。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/hyperboloide/pdfgen)
|
||||
* [persian](https://github.com/mavihq/persian) **star:33** 一些适用于波斯语的Go工具库。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/mavihq/persian)
|
||||
@@ -1195,7 +1195,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [prose](https://github.com/jdkato/prose) **star:2352** 支持标记化、词性标记、命名实体提取等文本处理的库。只说英语。 [![star > 2000][Awesome]](https://github.com/jdkato/prose) [![godoc][GoDoc]](https://godoc.org/github.com/jdkato/prose)
|
||||
* [gse](https://github.com/go-ego/gse) **star:1119** 高效的文本分割;支持英语、汉语、日语等。 [![godoc][GoDoc]](https://godoc.org/github.com/go-ego/gse) ![包含中文文档][CN]
|
||||
* [when](https://github.com/olebedev/when) **star:935** 带有可插入规则的自然EN和RU语言日期/时间解析器。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/olebedev/when)
|
||||
* [gojieba](https://github.com/yanyiwu/gojieba) **star:874** 这是一个Go实现的[jieba](https://github.com/fxsjy/jieba),这是一个中文分词算法。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/yanyiwu/gojieba) ![包含中文文档][CN]
|
||||
* [gojieba](https://github.com/yanyiwu/gojieba) **star:874** 这是一个Go实现的[jieba](https://github.com/fxsjy/jieba),这是一个中文分词算法。 [![godoc][GoDoc]](https://godoc.org/github.com/yanyiwu/gojieba) ![包含中文文档][CN]
|
||||
* [go-pinyin](https://github.com/mozillazg/go-pinyin) **star:566** 中文汉字到汉语拼音的转换。 [![godoc][GoDoc]](https://godoc.org/github.com/mozillazg/go-pinyin)
|
||||
* [kagome](https://github.com/ikawaha/kagome) **star:450** JP形态学分析仪编写的纯Go。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/ikawaha/kagome)
|
||||
* [whatlanggo](https://github.com/abadojack/whatlanggo) **star:367** Go的自然语言检测包。支持84种语言和24种脚本(书写系统,如拉丁语、西里尔语等)。 [![godoc][GoDoc]](https://godoc.org/github.com/abadojack/whatlanggo)
|
||||
@@ -1535,7 +1535,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [gocheck](http://labix.org/gocheck) 更加高级的测试框架,用于替换 Gotest
|
||||
* [GoConvey](https://github.com/smartystreets/goconvey/) BDD 风格的测试框架,具有 web 界面和计时刷新功能
|
||||
* [goblin](https://github.com/franela/goblin) **star:638** 类似Mocha的测试框架。 [![godoc][GoDoc]](https://godoc.org/github.com/franela/goblin)
|
||||
* [testfixtures](https://github.com/go-testfixtures/testfixtures) **star:353** 类似 Rails 的测试工具,用于测试数据库应用 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/go-testfixtures/testfixtures)
|
||||
* [testfixtures](https://github.com/go-testfixtures/testfixtures) **star:353** 类似 Rails 的测试工具,用于测试数据库应用 [![godoc][GoDoc]](https://godoc.org/github.com/go-testfixtures/testfixtures)
|
||||
* [go-vcr](https://github.com/dnaeon/go-vcr) **star:347** 记录并回放HTTP交互,以便进行快速、确定和准确的测试。 [![godoc][GoDoc]](https://godoc.org/github.com/dnaeon/go-vcr)
|
||||
* [go-mutesting](https://github.com/zimmski/go-mutesting) **star:309** 变异测试的Go源代码。 [![godoc][GoDoc]](https://godoc.org/github.com/zimmski/go-mutesting)
|
||||
* [gofight](https://github.com/appleboy/gofight) **star:275** 对 Go 语言的路由框架进行 API 测试 [![godoc][GoDoc]](https://godoc.org/github.com/appleboy/gofight)
|
||||
@@ -1553,7 +1553,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [go-testdeep](https://github.com/maxatome/go-testdeep) **star:63** 极具灵活性的golang深度比较,扩展了go测试包。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/maxatome/go-testdeep)
|
||||
* [gospecify](https://github.com/stesla/gospecify) **star:53** 支持 BDD 语法 。对于任何使用过 rspec 等库的人来说应该非常熟悉。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/stesla/gospecify)
|
||||
* [restit](https://github.com/yookoala/restit) **star:49** 帮助编写 RESTful API 集成测试的 Go 语言微型框架.。 [![godoc][GoDoc]](https://godoc.org/github.com/yookoala/restit)
|
||||
* [commander](https://github.com/SimonBaeumer/commander) **star:38** 用于在windows、linux和osx上测试cli应用程序的工具。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/SimonBaeumer/commander)
|
||||
* [commander](https://github.com/SimonBaeumer/commander) **star:38** 用于在windows、linux和osx上测试cli应用程序的工具。 [![godoc][GoDoc]](https://godoc.org/github.com/SimonBaeumer/commander)
|
||||
* [gomatch](https://github.com/jfilipczyk/gomatch) **star:32** 为针对模式测试JSON而创建的库。 [![godoc][GoDoc]](https://godoc.org/github.com/jfilipczyk/gomatch)
|
||||
* [gomega](http://onsi.github.io/gomega/) 类似 Rspec 的 matcher/assertion 库
|
||||
* [jsonassert](https://github.com/kinbiko/jsonassert) **star:28** 用于验证JSON有效负载已正确序列化的包。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/kinbiko/jsonassert)
|
||||
@@ -1573,7 +1573,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [trial](https://github.com/jgroeneveld/trial) **star:4** 无需引入太多样板,即可快速轻松地扩展断言。 [![godoc][GoDoc]](https://godoc.org/github.com/jgroeneveld/trial)
|
||||
|
||||
* Mock
|
||||
* [gomock](https://github.com/golang/mock) **star:3196** 用于Go编程语言的mock框架。 [![star > 2000][Awesome]](https://github.com/golang/mock) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/golang/mock)
|
||||
* [gomock](https://github.com/golang/mock) **star:3196** 用于Go编程语言的mock框架。 [![star > 2000][Awesome]](https://github.com/golang/mock) [![godoc][GoDoc]](https://godoc.org/github.com/golang/mock)
|
||||
* [go-sqlmock](https://github.com/DATA-DOG/go-sqlmock) **star:1967** Mock SQL ,用于测试数据库交互 [![godoc][GoDoc]](https://godoc.org/github.com/DATA-DOG/go-sqlmock)
|
||||
* [hoverfly](https://github.com/SpectoLabs/hoverfly) **star:1485** 使用可扩展中间件和易于使用的CLI记录和模拟REST/SOAP api的HTTP(S)代理。 [![godoc][GoDoc]](https://godoc.org/github.com/SpectoLabs/hoverfly)
|
||||
* [gock](https://github.com/h2non/gock) **star:884** 多功能、易用 HTTP mock ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/h2non/gock)
|
||||
@@ -1603,7 +1603,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
*用于解析和操作文本的库。 (翻译出错了? 试试 [英文版](README_EN.md#text-processing) 吧~)*
|
||||
|
||||
* Specific Formats
|
||||
* [colly](https://github.com/asciimoo/colly) **star:9124** 快速和优雅的 Scraping 框架。 [![star > 2000][Awesome]](https://github.com/asciimoo/colly) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/asciimoo/colly)
|
||||
* [colly](https://github.com/asciimoo/colly) **star:9124** 快速和优雅的 Scraping 框架。 [![star > 2000][Awesome]](https://github.com/asciimoo/colly) [![godoc][GoDoc]](https://godoc.org/github.com/asciimoo/colly)
|
||||
* [GoQuery](https://github.com/PuerkitoBio/goquery) **star:7933** GoQuery 为 Go 语言带来了一组类似 jQuery 的语法和功能 [![star > 2000][Awesome]](https://github.com/PuerkitoBio/goquery) [![godoc][GoDoc]](https://godoc.org/github.com/PuerkitoBio/goquery)
|
||||
* [blackfriday](https://github.com/russross/blackfriday) **star:4060** Markdown 解析器 [![star > 2000][Awesome]](https://github.com/russross/blackfriday) [![godoc][GoDoc]](https://godoc.org/github.com/russross/blackfriday)
|
||||
* [toml](https://github.com/BurntSushi/toml) **star:2902** TOML配置格式(带反射的编码器/解码器)。 [![star > 2000][Awesome]](https://github.com/BurntSushi/toml) [![godoc][GoDoc]](https://godoc.org/github.com/BurntSushi/toml)
|
||||
@@ -1680,7 +1680,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [webhooks](https://github.com/go-playground/webhooks) **star:402** GitHub 和 Bitbucket 的Webhook接收器。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/go-playground/webhooks)
|
||||
* [geo-golang](https://github.com/codingsince1985/geo-golang) **star:322** Go Library to access [Google Maps](https://developers.google.com/maps/documentation/geocoding/intro), [MapQuest](http://open.mapquestapi.com/geocoding/), [Nominatim](https://developer.mapquest.com/documentation/open/nominatim-search), [OpenCage](http://geocoder.opencagedata.com/api.html), [Bing](https://msdn.microsoft.com/en-us/library/ff701715.aspx), [Mapbox](https://www.mapbox.com/developers/api/geocoding/), and [OpenStreetMap](https://wiki.openstreetmap.org/wiki/Nominatim) geocoding / reverse geocoding APIs. [![godoc][GoDoc]](https://godoc.org/github.com/codingsince1985/geo-golang)
|
||||
* [paypal](https://github.com/logpacker/PayPal-Go-SDK) **star:319** PayPal支付API的包装器。 [![godoc][GoDoc]](https://godoc.org/github.com/logpacker/PayPal-Go-SDK)
|
||||
* [go-marathon](https://github.com/gambol99/go-marathon) **star:190** 用于和 Mesosphere's Marathon PAAS 交互的 Go 语言库 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/gambol99/go-marathon)
|
||||
* [go-marathon](https://github.com/gambol99/go-marathon) **star:190** 用于和 Mesosphere's Marathon PAAS 交互的 Go 语言库 [![godoc][GoDoc]](https://godoc.org/github.com/gambol99/go-marathon)
|
||||
* [ethrpc](https://github.com/onrik/ethrpc) **star:177** Ethereum JSON RPC API的客户端。 [![godoc][GoDoc]](https://godoc.org/github.com/onrik/ethrpc)
|
||||
* [gostorm](https://github.com/jsgilmore/gostorm) **star:122** GoStorm是一个Go库,它实现了编写Storm spout和bolt所需的通信协议,这些协议用于与Storm shell通信。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/jsgilmore/gostorm)
|
||||
* [Trello](https://github.com/adlio/trello) **star:118** Trello API的 Go 语言封装。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/adlio/trello)
|
||||
@@ -1751,6 +1751,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [sqlx](https://github.com/jmoiron/sqlx) **star:7184** 为内建的数据库/sql 软件包提供一组扩展。 [![star > 2000][Awesome]](https://github.com/jmoiron/sqlx) [![godoc][GoDoc]](https://godoc.org/github.com/jmoiron/sqlx)
|
||||
* [peco](https://github.com/peco/peco) **star:5589** 简单的交互过滤工具。 [![star > 2000][Awesome]](https://github.com/peco/peco) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/peco/peco)
|
||||
* [goreleaser](https://github.com/goreleaser/goreleaser) **star:4777** 尽可能快速的发布 Go 语言二进制文件。 [![star > 2000][Awesome]](https://github.com/goreleaser/goreleaser) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/goreleaser/goreleaser)
|
||||
* [usql](https://github.com/knq/usql) **star:4717** usql 是一个通用的命令行接口,用于操作 sql 数据库。 [![star > 2000][Awesome]](https://github.com/knq/usql) [![godoc][GoDoc]](https://godoc.org/github.com/knq/usql)
|
||||
* [godropbox](https://github.com/dropbox/godropbox) **star:3769** 用于编写 Go 语言服务/应用的库,来自 Dropbox.。 [![star > 2000][Awesome]](https://github.com/dropbox/godropbox) [![godoc][GoDoc]](https://godoc.org/github.com/dropbox/godropbox)
|
||||
* [realize](https://github.com/tockins/realize) **star:3312** Go 语言构建系统,可以监控文件变化并重新加载。运行,构建,监控文件并支持自定义路径。 [![star > 2000][Awesome]](https://github.com/tockins/realize) [![godoc][GoDoc]](https://godoc.org/github.com/tockins/realize)
|
||||
* [goreporter](https://github.com/wgliang/goreporter) **star:2538** 进行代码静态分析,单元测试,代码检视并生成代码质量报告的工具 [![star > 2000][Awesome]](https://github.com/wgliang/goreporter) ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/wgliang/goreporter)
|
||||
@@ -1770,7 +1771,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [circuitbreaker](https://github.com/rubyist/circuitbreaker) **star:812** 接通断路器。 [![godoc][GoDoc]](https://godoc.org/github.com/rubyist/circuitbreaker)
|
||||
* [git-time-metric](https://github.com/git-time-metric/gtm) **star:747** git-time-metric - 。 [![godoc][GoDoc]](https://godoc.org/github.com/git-time-metric/gtm)
|
||||
* [jump](https://github.com/gsamokovarov/jump) **star:695** 通过学习你的习惯,可以帮助你更快地导航。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/gsamokovarov/jump)
|
||||
* [immortal](https://github.com/immortal/immortal) **star:620** \*nix 跨平台 (与操作系统无关的)监控程序。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/immortal/immortal)
|
||||
* [immortal](https://github.com/immortal/immortal) **star:620** \*nix 跨平台 (与操作系统无关的)监控程序。 [![godoc][GoDoc]](https://godoc.org/github.com/immortal/immortal)
|
||||
* [htcat](https://github.com/htcat/htcat) **star:493** 并行及流水线的 HTTP GET 工具。 [![godoc][GoDoc]](https://godoc.org/github.com/htcat/htcat)
|
||||
* [go-dry](https://github.com/ungerik/go-dry) **star:435** DRY(don't repeat yourself)库。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/ungerik/go-dry)
|
||||
* [gopencils](https://github.com/bndr/gopencils) **star:424** 小而简单的包,可以轻松地使用REST api。 [![godoc][GoDoc]](https://godoc.org/github.com/bndr/gopencils)
|
||||
@@ -1799,20 +1800,19 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [chyle](https://github.com/antham/chyle) **star:110** 使用具有多种配置可能性的git存储库生成变更日志。 [![godoc][GoDoc]](https://godoc.org/github.com/antham/chyle)
|
||||
* [go-sitemap-generator](https://github.com/ikeikeikeike/go-sitemap-generator) **star:108** 用Go编写的XML站点地图生成器。 [![godoc][GoDoc]](https://godoc.org/github.com/ikeikeikeike/go-sitemap-generator)
|
||||
* [toolbox](https://github.com/viant/toolbox) **star:107** 切片, map, multimap, 结构体, 函数,数据转换工具。服务路由,宏求值和标记器。 [![godoc][GoDoc]](https://godoc.org/github.com/viant/toolbox)
|
||||
* [onecache](https://github.com/adelowo/onecache) **star:102** 支持多个后端存储(Redis、Memcached、文件系统等)的缓存库。 [![godoc][GoDoc]](https://godoc.org/github.com/adelowo/onecache)
|
||||
* [lrserver](https://github.com/jaschaephraim/lrserver) **star:102** LiveReload 服务器。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/jaschaephraim/lrserver)
|
||||
* [onecache](https://github.com/adelowo/onecache) **star:102** 支持多个后端存储(Redis、Memcached、文件系统等)的缓存库。 [![godoc][GoDoc]](https://godoc.org/github.com/adelowo/onecache)
|
||||
* [go-bsdiff](https://github.com/gabstv/go-bsdiff) **star:89** 纯Go bsdiff和bspatch库和CLI工具。 [![godoc][GoDoc]](https://godoc.org/github.com/gabstv/go-bsdiff)
|
||||
* [pm](https://github.com/VividCortex/pm) **star:74** 进程(即goroutine)管理器与HTTP API。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/VividCortex/pm)
|
||||
* [xferspdy](https://github.com/monmohan/xferspdy) **star:69** Xferspdy在golang中提供二进制diff和补丁库。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/monmohan/xferspdy)
|
||||
* [UNIS](https://github.com/esemplastic/unis) **star:69** Go 语言字符串处理函数的通用架构 。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/esemplastic/unis)
|
||||
* [usql](https://github.com/knq/usql) usql 是一个通用的命令行接口,用于操作 sql 数据库。
|
||||
* [mssqlx](https://github.com/linxGnu/mssqlx) **star:64** 数据库客户端,用于主-从 (或主-主) 数据库,集成了简单的、轻量级的轮询调度负载均衡。 [![godoc][GoDoc]](https://godoc.org/github.com/linxGnu/mssqlx)
|
||||
* [go-health](https://github.com/Talento90/go-health) **star:63** 健康包简化了向服务中添加健康检查的方式。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/Talento90/go-health)
|
||||
* [multitick](https://github.com/VividCortex/multitick) **star:59** 用于 aligned tickers 的多路复用 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/VividCortex/multitick)
|
||||
* [repeat](https://github.com/ssgreg/repeat) **star:59** 执行不同的后 backoff 策略,这对重新尝试操作和心跳非常有用。 [![godoc][GoDoc]](https://godoc.org/github.com/ssgreg/repeat)
|
||||
* [minquery](https://github.com/icza/minquery) **star:51** MongoDB / mgo.v2, 支持高效分页查询(用于继续列出我们停止的文档的游标)。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/icza/minquery)
|
||||
* [mimemagic](https://github.com/zRedShift/mimemagic) **star:48** 纯粹 Go 超性能MIME嗅探库/实用程序。 [![godoc][GoDoc]](https://godoc.org/github.com/zRedShift/mimemagic)
|
||||
* [handy](https://github.com/miguelpragier/handy) **star:48** 许多实用程序和帮助程序,如字符串处理程序/格式化程序和验证器。 [![godoc][GoDoc]](https://godoc.org/github.com/miguelpragier/handy)
|
||||
* [mimemagic](https://github.com/zRedShift/mimemagic) **star:48** 纯粹 Go 超性能MIME嗅探库/实用程序。 [![godoc][GoDoc]](https://godoc.org/github.com/zRedShift/mimemagic)
|
||||
* [go-astitodo](https://github.com/asticode/go-astitodo) **star:46** 解析你 Go 语言代码中的 TODOs(待办事项)。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/asticode/go-astitodo)
|
||||
* [golog](https://github.com/mlimaloureiro/golog) **star:43** 简单、轻量级的命令后工具,用于对你的计划任务进行跟踪。 [![godoc][GoDoc]](https://godoc.org/github.com/mlimaloureiro/golog)
|
||||
* [goback](https://github.com/carlescere/goback) **star:42** 一个 Go 语言的简单的指数补偿包。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/carlescere/goback)
|
||||
@@ -1824,42 +1824,42 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [retry](https://github.com/thedevsaddam/retry) **star:34** 简单易用的重试机制包,为 Go 。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/thedevsaddam/retry)
|
||||
* [myhttp](https://github.com/inancgumus/myhttp) **star:34** 简单的API,使HTTP GET请求与超时支持。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/inancgumus/myhttp) ![归档项目][Archived]
|
||||
* [gpath](https://github.com/tenntenn/gpath) **star:32** 用于简化结构体域访问的库。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/tenntenn/gpath)
|
||||
* [goseaweedfs](https://github.com/linxGnu/goseaweedfs) **star:31** conseilSeaweedFS 客户端,几乎具有全部的特性。 [![godoc][GoDoc]](https://godoc.org/github.com/linxGnu/goseaweedfs)
|
||||
* [retry-go](https://github.com/rafaeljesus/retry-go) **star:31** 对 Go 来说,重试变得简单而容易。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/rafaeljesus/retry-go)
|
||||
* [goseaweedfs](https://github.com/linxGnu/goseaweedfs) **star:31** conseilSeaweedFS 客户端,几乎具有全部的特性。 [![godoc][GoDoc]](https://godoc.org/github.com/linxGnu/goseaweedfs)
|
||||
* [rclient](https://github.com/zpatrick/rclient) **star:29** 可读、灵活、易于使用的REST api客户端。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/zpatrick/rclient)
|
||||
* [pgo](https://github.com/arthurkushman/pgo) **star:26** 用于PHP社区的 Convenient 函数。 [![godoc][GoDoc]](https://godoc.org/github.com/arthurkushman/pgo)
|
||||
* [ugo](https://github.com/alxrm/ugo) **star:22** uGo 是一个切片工具箱,有着和 Go 语言一致的语法法。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/alxrm/ugo)
|
||||
* [goplaceholder](https://github.com/michiwend/goplaceholder) **star:21** 一个小巧的 Go 语言库用于生成占位图片。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/michiwend/goplaceholder)
|
||||
* [evaluator](https://github.com/nullne/evaluator) **star:19** 基于 s-expression。它很简单,很容易扩展。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/nullne/evaluator)
|
||||
* [generate](https://github.com/go-playground/generate) **star:19** 针对一个路径或环境变量,递归的执行 Go generate,可以通过正则表达式来进行过滤。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/go-playground/generate)
|
||||
* [dbt](https://github.com/nikogura/dbt) **star:19** 用于从中心可信存储库运行自更新签名二进制文件的框架。 [![godoc][GoDoc]](https://godoc.org/github.com/nikogura/dbt)
|
||||
* [scan](https://github.com/blockloop/scan) **star:17** 扫描golang的sql。行直接指向结构、片或基本类型。 [![godoc][GoDoc]](https://godoc.org/github.com/blockloop/scan)
|
||||
* [evaluator](https://github.com/nullne/evaluator) **star:19** 基于 s-expression。它很简单,很容易扩展。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/nullne/evaluator)
|
||||
* [gostrutils](https://github.com/ik5/gostrutils) **star:17** 字符串操作和转换函数的集合。 [![godoc][GoDoc]](https://godoc.org/github.com/ik5/gostrutils)
|
||||
* [filter](https://github.com/gookit/filter) **star:17** 提供Go数据的过滤、清理和转换。 [![godoc][GoDoc]](https://godoc.org/github.com/gookit/filter)
|
||||
* [scan](https://github.com/blockloop/scan) **star:17** 扫描golang的sql。行直接指向结构、片或基本类型。 [![godoc][GoDoc]](https://godoc.org/github.com/blockloop/scan)
|
||||
* [dlog](https://github.com/kirillDanshin/dlog) **star:15** 编译时控制的日志,让你的 release 包变得更小而不需移除 debug 调用。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/kirillDanshin/dlog)
|
||||
* [filler](https://github.com/yaronsumel/filler) **star:14** 使用“fill”标签填充结构的小工具。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/yaronsumel/filler)
|
||||
* [okrun](https://github.com/xta/okrun) **star:14** Go 运行错误 steamroller。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/xta/okrun)
|
||||
* [structs](https://github.com/PumpkinSeed/structs) **star:14** 简单来讲就是 "Make" 的替代品。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/PumpkinSeed/structs)
|
||||
* [filler](https://github.com/yaronsumel/filler) **star:14** 使用“fill”标签填充结构的小工具。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/yaronsumel/filler)
|
||||
* [go-httpheader](https://github.com/mozillazg/go-httpheader) **star:14** 用于将结构体编码进 http 头的 Go 语言库 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/mozillazg/go-httpheader)
|
||||
* [structs](https://github.com/PumpkinSeed/structs) **star:14** 简单来讲就是 "Make" 的替代品。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/PumpkinSeed/structs)
|
||||
* [ghokin](https://github.com/antham/ghokin) **star:13** 没有外部依赖的gherkin (cucumber, behat…)并行格式化程序。 [![godoc][GoDoc]](https://godoc.org/github.com/antham/ghokin)
|
||||
* [rerate](https://github.com/abo/rerate) **star:12** 基于 Redis 的速率计数器和限速器 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/abo/rerate)
|
||||
* [rest-go](https://github.com/edermanoel94/rest-go) **star:12** 一个包,它为使用rest api提供了许多有用的方法。 [![godoc][GoDoc]](https://godoc.org/github.com/edermanoel94/rest-go)
|
||||
* [retry](https://github.com/shafreeck/retry) **star:10** 一个相当简单的库,以确保您的工作可以完成。 [![godoc][GoDoc]](https://godoc.org/github.com/shafreeck/retry)
|
||||
* [cmd](https://github.com/SimonBaeumer/cmd) **star:10** 用于在osx、windows和linux上执行shell命令的库。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/SimonBaeumer/cmd)
|
||||
* [rerate](https://github.com/abo/rerate) **star:12** 基于 Redis 的速率计数器和限速器 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/abo/rerate)
|
||||
* [ctxutil](https://github.com/posener/ctxutil) **star:10** 上下文工具。 [![godoc][GoDoc]](https://godoc.org/github.com/posener/ctxutil)
|
||||
* [cmd](https://github.com/SimonBaeumer/cmd) **star:10** 用于在osx、windows和linux上执行shell命令的库。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/SimonBaeumer/cmd)
|
||||
* [retry](https://github.com/shafreeck/retry) **star:10** 一个相当简单的库,以确保您的工作可以完成。 [![godoc][GoDoc]](https://godoc.org/github.com/shafreeck/retry)
|
||||
* [command](https://github.com/txgruppi/command) **star:9** 命令模式,支持线程安全的串行、并行调度。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/txgruppi/command)
|
||||
* [backscanner](https://github.com/icza/backscanner) **star:9** 类似 bufio 的扫描器,但它以相反的顺序读取和返回行,从给定的位置开始,然后返回。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/icza/backscanner)
|
||||
* [mimesniffer](https://github.com/aofei/mimesniffer) **star:9** 一个用于Go的MIME类型嗅探器。 [![godoc][GoDoc]](https://godoc.org/github.com/aofei/mimesniffer)
|
||||
* [command](https://github.com/txgruppi/command) **star:9** 命令模式,支持线程安全的串行、并行调度。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/txgruppi/command)
|
||||
* [sslice](https://github.com/yaa110/sslice) **star:5** 创建一个总是排序的切片。 [![godoc][GoDoc]](https://godoc.org/github.com/yaa110/sslice)
|
||||
* [shutdown](https://github.com/ztrue/shutdown) **star:5** ' os的应用程序关闭挂钩。信号的处理。 [![godoc][GoDoc]](https://godoc.org/github.com/ztrue/shutdown)
|
||||
* [slicer](https://github.com/leaanthony/slicer) **star:4** 使处理切片更容易。 [![godoc][GoDoc]](https://godoc.org/github.com/leaanthony/slicer)
|
||||
* [sslice](https://github.com/yaa110/sslice) **star:5** 创建一个总是排序的切片。 [![godoc][GoDoc]](https://godoc.org/github.com/yaa110/sslice)
|
||||
* [limiters](https://github.com/mennanov/limiters) **star:4** Golang中的分布式应用程序速率限制器,具有可配置的后端和分布式锁。 [![godoc][GoDoc]](https://godoc.org/github.com/mennanov/limiters)
|
||||
* [slicer](https://github.com/leaanthony/slicer) **star:4** 使处理切片更容易。 [![godoc][GoDoc]](https://godoc.org/github.com/leaanthony/slicer)
|
||||
* [silk](https://github.com/chrispassas/silk) **star:4** 阅读silk netflow文件。 [![godoc][GoDoc]](https://godoc.org/github.com/chrispassas/silk)
|
||||
* [retry](https://github.com/percolate/retry) **star:3** 一个简单但高度可配置的Go重试包。
|
||||
* [sliceconv](https://github.com/Henry-Sarabia/sliceconv) **star:3** 基本类型之间的片转换。 [![godoc][GoDoc]](https://godoc.org/github.com/Henry-Sarabia/sliceconv)
|
||||
* [go-problemdetails](https://github.com/mvmaasakkers/go-problemdetails) **star:3** 打包处理问题细节。 [![godoc][GoDoc]](https://godoc.org/github.com/mvmaasakkers/go-problemdetails)
|
||||
* [olaf](https://github.com/btnguyen2k/olaf) **star:1** Twitter Snowflake 在Go中实现。 [![godoc][GoDoc]](https://godoc.org/github.com/btnguyen2k/olaf)
|
||||
* [sliceconv](https://github.com/Henry-Sarabia/sliceconv) **star:3** 基本类型之间的片转换。 [![godoc][GoDoc]](https://godoc.org/github.com/Henry-Sarabia/sliceconv)
|
||||
* [retry](https://github.com/percolate/retry) **star:3** 一个简单但高度可配置的Go重试包。
|
||||
* [blank](https://github.com/Henry-Sarabia/blank) **star:1** 验证或删除字符串中的空白。 [![godoc][GoDoc]](https://godoc.org/github.com/Henry-Sarabia/blank)
|
||||
* [olaf](https://github.com/btnguyen2k/olaf) **star:1** Twitter Snowflake 在Go中实现。 [![godoc][GoDoc]](https://godoc.org/github.com/btnguyen2k/olaf)
|
||||
|
||||
## UUID
|
||||
|
||||
@@ -1892,7 +1892,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
|
||||
*用于版本控制的库。 (翻译出错了? 试试 [英文版](README_EN.md#version-control) 吧~)*
|
||||
|
||||
* [go-git](https://github.com/src-d/go-git) **star:4511** 纯Go中高度可扩展的Git实现。 [![star > 2000][Awesome]](https://github.com/src-d/go-git) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/src-d/go-git)
|
||||
* [go-git](https://github.com/src-d/go-git) **star:4511** 纯Go中高度可扩展的Git实现。 [![star > 2000][Awesome]](https://github.com/src-d/go-git) [![godoc][GoDoc]](https://godoc.org/github.com/src-d/go-git)
|
||||
* [git2go](https://github.com/libgit2/git2go) **star:1395** libgit2 的 Go 语言接口。 [![godoc][GoDoc]](https://godoc.org/github.com/libgit2/git2go)
|
||||
* [hercules](https://github.com/src-d/hercules) **star:694** 从Git存储库历史中获得高级见解。 [![godoc][GoDoc]](https://godoc.org/github.com/src-d/hercules)
|
||||
* [go-vcs](https://github.com/sourcegraph/go-vcs) **star:72** 在Go中操作和检查VCS存储库。 [![godoc][GoDoc]](https://godoc.org/github.com/sourcegraph/go-vcs)
|
||||
@@ -1945,7 +1945,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [YARF](https://github.com/yarf-framework/yarf) **star:51** 快速微框架,旨在以快速和简单的方式构建REST api和web服务。 [![godoc][GoDoc]](https://godoc.org/github.com/yarf-framework/yarf)
|
||||
* [Fireball](https://github.com/zpatrick/fireball) **star:49** 感觉更加自然的 web 框架。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/zpatrick/fireball)
|
||||
* [vox](https://github.com/aisk/vox) **star:43** 一个面向人类的golang web框架,深受Koa的启发。 [![godoc][GoDoc]](https://godoc.org/github.com/aisk/vox)
|
||||
* [patron](https://github.com/beatlabs/patron) **star:40** Patron是一个遵循最佳云实践的微服务框架,专注于提升开发效率。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/beatlabs/patron)
|
||||
* [patron](https://github.com/beatlabs/patron) **star:40** Patron是一个遵循最佳云实践的微服务框架,专注于提升开发效率。 [![godoc][GoDoc]](https://godoc.org/github.com/beatlabs/patron)
|
||||
* [aah](https://aahframework.org) 可伸缩、高性能、快速开发的Go Web框架。
|
||||
* [REST Layer](http://rest-layer.io) 框架,用于在数据库之上构建REST/GraphQL API,主要是通过代码进行配置。
|
||||
* [Resoursea](https://github.com/resoursea/api) **star:29** 用于快速编写基于资源的服务的REST框架。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/resoursea/api)
|
||||
@@ -1985,7 +1985,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
|
||||
### 路由器
|
||||
|
||||
* [mux](https://github.com/gorilla/mux) **star:10363** 强大的URL路由器和调度器为golang。 [![star > 2000][Awesome]](https://github.com/gorilla/mux) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/gorilla/mux)
|
||||
* [mux](https://github.com/gorilla/mux) **star:10363** 强大的URL路由器和调度器为golang。 [![star > 2000][Awesome]](https://github.com/gorilla/mux) [![godoc][GoDoc]](https://godoc.org/github.com/gorilla/mux)
|
||||
* [httprouter](https://github.com/julienschmidt/httprouter) **star:10192** 高性能路由。使用这个库和标准http处理工具可以构建一个非常高性能大web框架。 [![star > 2000][Awesome]](https://github.com/julienschmidt/httprouter) [![godoc][GoDoc]](https://godoc.org/github.com/julienschmidt/httprouter)
|
||||
* [chi](https://github.com/go-chi/chi) **star:6512** 小巧、快速、具有丰富表达力的 HTTP 路由,基于net/context.。 [![star > 2000][Awesome]](https://github.com/go-chi/chi) [![godoc][GoDoc]](https://godoc.org/github.com/go-chi/chi)
|
||||
* [gocraft/web](https://github.com/gocraft/web) **star:1399** Mux和中间件包在Go中。 [![godoc][GoDoc]](https://godoc.org/github.com/gocraft/web)
|
||||
@@ -2037,16 +2037,15 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [errcheck](https://github.com/kisielk/errcheck) **star:1353** Errcheck是一个用于检查Go程序中未检查错误的程序。 [![godoc][GoDoc]](https://godoc.org/github.com/kisielk/errcheck)
|
||||
* [gcvis](https://github.com/davecheney/gcvis) **star:930** 实时可视化跟踪 GC 数据。 [![godoc][GoDoc]](https://godoc.org/github.com/davecheney/gcvis)
|
||||
* [staticcheck](https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) 用于大量静态分析检查,您可能已经从 c# 的 ReSharper 等工具中习惯了这些检查。
|
||||
* [tarp](https://github.com/verygoodsoftwarenotvirus/tarp) 在源码中寻找没有直接单元测试的函数和方法。
|
||||
* [php-parser](https://github.com/z7zmey/php-parser) **star:676** 用 Go 编写的 PHP 解析器。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/z7zmey/php-parser)
|
||||
* [go-critic](https://github.com/go-critic/go-critic) **star:616** 源代码检查工具。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/go-critic/go-critic)
|
||||
* [goast-viewer](https://github.com/yuroyoro/goast-viewer) **star:394** 基于 Web 的 Golang AST 可视化工具。
|
||||
* [GoCover.io](http://gocover.io/) GoCover.io 提供了任意 golang 包的代码覆盖率服务。
|
||||
* [goimports](https://godoc.org/golang.org/x/tools/cmd/goimports) 来修复(添加,删除) Go 中自动导入的工具。
|
||||
* [GolangCI](https://golangci.com/) GolangCI 是一个针对 GitHub pull 请求的自动代码审查服务。服务是开源的,对开源项目是免费的。
|
||||
* [goast-viewer](https://github.com/yuroyoro/goast-viewer) **star:394** 基于 Web 的 Golang AST 可视化工具。
|
||||
* [go-cleanarch](https://github.com/roblaszczak/go-cleanarch) **star:293** go-cleanarch 的创建是为了验证 Clean 体系结构规则,比如 Go 项目中的依赖关系。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/roblaszczak/go-cleanarch)
|
||||
* [unconvert](https://github.com/mdempsky/unconvert) **star:271** 在源码中删除不必要的类型转换。 [![godoc][GoDoc]](https://godoc.org/github.com/mdempsky/unconvert)
|
||||
* [unused](https://github.com/dominikh/go-tools/tree/master/cmd/unused) 对未使用的常量、变量、函数和类型的代码进行检查。
|
||||
* [unconvert](https://github.com/mdempsky/unconvert) **star:271** 在源码中删除不必要的类型转换。 [![godoc][GoDoc]](https://godoc.org/github.com/mdempsky/unconvert)
|
||||
* [gostatus](https://github.com/shurcooL/gostatus) **star:241** 用于显示包含 Go 包的存储库的状态的命令行工具,。 [![godoc][GoDoc]](https://godoc.org/github.com/shurcooL/gostatus)
|
||||
* [go-mod-outdated](https://github.com/psampaz/go-mod-outdated) **star:226** 找出项目中过期的依赖项。 [![godoc][GoDoc]](https://godoc.org/github.com/psampaz/go-mod-outdated)
|
||||
* [dupl](https://github.com/mibk/dupl) **star:178** 用于代码克隆检测的工具。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/mibk/dupl)
|
||||
@@ -2058,6 +2057,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [goreturns](https://sourcegraph.com/github.com/sqs/goreturns) 添加 zero 返回声明,以匹配 func 返回类型。
|
||||
* [GoPlantUML](https://github.com/jfeliu007/goplantuml) **star:53** 生成文本plantump类图的库和CLI,其中包含关于结构和接口的信息,以及它们之间的关系。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/jfeliu007/goplantuml)
|
||||
* [go-outdated](https://github.com/firstrow/go-outdated) **star:45** 显示过期包的终端应用。 [![godoc][GoDoc]](https://godoc.org/github.com/firstrow/go-outdated) ![归档项目][Archived]
|
||||
* [tarp](https://github.com/verygoodsoftwarenotvirus/tarp) **star:14** 在源码中寻找没有直接单元测试的函数和方法。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/verygoodsoftwarenotvirus/tarp) ![归档项目][Archived]
|
||||
|
||||
## 编辑器插件
|
||||
|
||||
@@ -2090,13 +2090,13 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
## Go 工具
|
||||
|
||||
* [go-swagger](https://github.com/go-swagger/go-swagger) **star:4337** 基于 Go 的Swagger 2.0实现。 [![star > 2000][Awesome]](https://github.com/go-swagger/go-swagger) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/go-swagger/go-swagger)
|
||||
* [OctoLinker](https://github.com/OctoLinker/browser-extension) **star:3945** 借助的 OctoLinker 浏览器扩展,可以高效的地浏览 GitHub go文件。 [![star > 2000][Awesome]](https://github.com/OctoLinker/browser-extension) ![最近一周有更新][Green]
|
||||
* [go-callvis](https://github.com/TrueFurby/go-callvis) **star:2147** 使用 dot format 可视化 Go 程序的调用图。 [![star > 2000][Awesome]](https://github.com/TrueFurby/go-callvis) [![godoc][GoDoc]](https://godoc.org/github.com/TrueFurby/go-callvis)
|
||||
* [richgo](https://github.com/kyoh86/richgo) **star:408** 用文本装饰丰富 go test 的输出。 [![godoc][GoDoc]](https://godoc.org/github.com/kyoh86/richgo)
|
||||
* [depth](https://github.com/KyleBanks/depth) **star:403** 通过分析导入,将包依赖关系树可视化输出。 [![godoc][GoDoc]](https://godoc.org/github.com/KyleBanks/depth)
|
||||
* [gb](https://getgb.io/) 一个基于项目的易用的构建工具。
|
||||
* [rts](https://github.com/galeone/rts) **star:189** 从服务器响应生成Go结构。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/galeone/rts)
|
||||
* [godbg](https://github.com/tylerwince/godbg) **star:160** 实现了 Rusts 的 dbg! 宏,可以方便的在开发过程中快速、容易地调试。 [![godoc][GoDoc]](https://godoc.org/github.com/tylerwince/godbg)
|
||||
* [OctoLinker](https://github.com/OctoLinker/browser-extension) 借助的 OctoLinker 浏览器扩展,可以高效的地浏览 GitHub go文件。
|
||||
* [colorgo](https://github.com/songgao/colorgo) **star:99** 将 go 命令包装成彩色的 go build 输出。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/songgao/colorgo)
|
||||
* [go-pkg-complete](https://github.com/skelterjohn/go-pkg-complete) **star:37** Bash completion for go and wgo。 ![最近一年没有更新][Yellow]
|
||||
* [generator-go-lang](https://github.com/axelspringer/generator-go-lang) **star:14** 一个[Yeoman](http://yeoman.io)生成器,用于启动新的 Go 项目。
|
||||
@@ -2111,20 +2111,21 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [kubernetes](https://github.com/kubernetes/kubernetes) **star:59467** 来自谷歌的容器集群管理器。 [![star > 2000][Awesome]](https://github.com/kubernetes/kubernetes) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/kubernetes/kubernetes)
|
||||
* [Moby](https://github.com/moby/moby) **star:55354** Collaborative project for the container ecosystem to assemble container-based systems. [![star > 2000][Awesome]](https://github.com/moby/moby) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/moby/moby)
|
||||
* [traefik](https://github.com/containous/traefik) **star:25583** 反向代理和负载均衡器,支持多个后端。 [![star > 2000][Awesome]](https://github.com/containous/traefik) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/containous/traefik)
|
||||
* [gitea-github-migrator](https://git.jonasfranz.software/JonasFranzDEV/gitea-github-migrator) 将所有GitHub repositories、issues、milestones 和 labels 都迁移到 Gitea。
|
||||
* [Gitea](https://github.com/go-gitea/gitea) **star:16650** 从 Gogs fork,完全由社区驱动。 [![star > 2000][Awesome]](https://github.com/go-gitea/gitea) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/go-gitea/gitea) ![包含中文文档][CN]
|
||||
* [gitea-github-migrator](https://git.jonasfranz.software/JonasFranzDEV/gitea-github-migrator) 将所有GitHub repositories、issues、milestones 和 labels 都迁移到 Gitea。
|
||||
* [Vegeta](https://github.com/tsenart/vegeta) **star:12850** HTTP负载测试工具和库。超过9000 ! [![star > 2000][Awesome]](https://github.com/tsenart/vegeta) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/tsenart/vegeta)
|
||||
* [Packer](https://github.com/mitchellh/packer) **star:9485** 用于从一个源配置为多个平台创建相同的机器图像。 [![star > 2000][Awesome]](https://github.com/mitchellh/packer) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/mitchellh/packer)
|
||||
* [Hey](https://github.com/rakyll/hey) **star:6911** 压力测试工具,可用来代替 ApacheBench (ab)。 [![star > 2000][Awesome]](https://github.com/rakyll/hey) [![godoc][GoDoc]](https://godoc.org/github.com/rakyll/hey)
|
||||
* [GVM](https://github.com/moovweb/gvm) **star:4689** GVM 提供了一个接口来管理 Go 版本。 [![star > 2000][Awesome]](https://github.com/moovweb/gvm)
|
||||
* [Wide](https://wide.b3log.org/login) 为使用 Golang 的团队提供基于 web 的 IDE。
|
||||
* [webhook](https://github.com/adnanh/webhook) **star:4334** 允许用户创建在服务器上执行命令的 HTTP hooks。 [![star > 2000][Awesome]](https://github.com/adnanh/webhook) [![godoc][GoDoc]](https://godoc.org/github.com/adnanh/webhook)
|
||||
* [Wide](https://wide.b3log.org/login) 为使用 Golang 的团队提供基于 web 的 IDE。
|
||||
* [gaia](https://github.com/gaia-pipeline/gaia) **star:3823** 可用于任何编程语言来构建强大的管道。 [![star > 2000][Awesome]](https://github.com/gaia-pipeline/gaia) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/gaia-pipeline/gaia)
|
||||
* [gox](https://github.com/mitchellh/gox) **star:3482** 非常简单,没有多余的跨平台编译工具。 [![star > 2000][Awesome]](https://github.com/mitchellh/gox) [![godoc][GoDoc]](https://godoc.org/github.com/mitchellh/gox)
|
||||
* [bosun](https://github.com/bosun-monitor/bosun) **star:2878** 按照时间轴发出告警的框架。 [![star > 2000][Awesome]](https://github.com/bosun-monitor/bosun) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/bosun-monitor/bosun)
|
||||
* [bombardier](https://github.com/codesenberg/bombardier) **star:1859** 快速跨平台 HTTP 基准测试工具。 [![godoc][GoDoc]](https://godoc.org/github.com/codesenberg/bombardier)
|
||||
* [goxc](https://github.com/laher/goxc) **star:1633** 专注于跨平台编译和打包的 Go 构建工具。 [![godoc][GoDoc]](https://godoc.org/github.com/laher/goxc)
|
||||
* [fac](https://github.com/mkchoi212/fac) **star:1621** 修复 git 合并冲突。 [![godoc][GoDoc]](https://godoc.org/github.com/mkchoi212/fac)
|
||||
* [kala](https://github.com/ajvb/kala) **star:1372** 简单、现代和高性能的作业调度程序。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/ajvb/kala)
|
||||
* [kala](https://github.com/ajvb/kala) **star:1372** 简单、现代和高性能的作业调度程序。 [![godoc][GoDoc]](https://godoc.org/github.com/ajvb/kala)
|
||||
* [StatusOK](https://github.com/sanathp/statusok) **star:1210** 监视您的网站和REST api。当服务器宕机或响应时间超过预期时,通过Slack、电子邮件获得通知。 [![godoc][GoDoc]](https://godoc.org/github.com/sanathp/statusok)
|
||||
* [script](https://github.com/bitfield/script) **star:1202** 让DevOps编写类shell和系统管理任务变得更加容易。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/bitfield/script)
|
||||
* [s3gof3r](https://github.com/rlmcpherson/s3gof3r) **star:1016** 小型实用程序/库,针对大型对象在Amazon S3中的高速传输进行了优化。 [![godoc][GoDoc]](https://godoc.org/github.com/rlmcpherson/s3gof3r)
|
||||
@@ -2133,20 +2134,19 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [skm](https://github.com/TimothyYe/skm) **star:565** SKM是一个简单而强大的SSH密钥管理器,它可以帮助您轻松地管理多个SSH密钥! [![godoc][GoDoc]](https://godoc.org/github.com/TimothyYe/skm)
|
||||
* [Scaleway-cli](https://github.com/scaleway/scaleway-cli) **star:543** 从命令行管理 BareMetal 服务器(与使用Docker一样容易)。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/scaleway/scaleway-cli)
|
||||
* [aurora](https://github.com/xuri/aurora) **star:421** 基于web的跨平台 Beanstalkd 队列服务器控制台。
|
||||
* [govvv](https://github.com/ahmetalpbalkan/govvv) **star:406** 可轻松地添加版本信息到 Go 二进制文件。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/ahmetalpbalkan/govvv)
|
||||
* [gonative](https://github.com/inconshreveable/gonative) **star:313** 用原生 Go 创建一个跨平台的 Go 工具链。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/inconshreveable/gonative)
|
||||
* [govvv](https://github.com/ahmetalpbalkan/govvv) 可轻松地添加版本信息到 Go 二进制文件。
|
||||
* [Mora](https://github.com/emicklei/mora) **star:267** 用于访问 MongoDB 文档和元数据的 REST 服务器。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/emicklei/mora)
|
||||
* [lstags](https://github.com/ivanilves/lstags) **star:235** 提供了工具和API,可用来同步不同注册中心的Docker图像。 [![godoc][GoDoc]](https://godoc.org/github.com/ivanilves/lstags)
|
||||
* [dogo](https://github.com/liudng/dogo) **star:220** 监视源文件中的更改并自动编译和运行(restart)。 [![godoc][GoDoc]](https://godoc.org/github.com/liudng/dogo) ![包含中文文档][CN]
|
||||
* [godbg](https://github.com/sirnewton01/godbg) **star:218** 基于 web 的 gdb 前端应用程序。 ![最近一年没有更新][Yellow]
|
||||
* [Gogs](https://gogs.io/) 自托管的Git服务。
|
||||
* [godbg](https://github.com/sirnewton01/godbg) **star:218** 基于 web 的 gdb 前端应用程序。 ![最近一年没有更新][Yellow]
|
||||
* [Pewpew](https://github.com/bengadbois/pewpew) **star:213** 灵活的 HTTP 命令行压测工具。 [![godoc][GoDoc]](https://godoc.org/github.com/bengadbois/pewpew)
|
||||
* [manssh](https://github.com/xwjdsh/manssh) **star:207** manssh是一个命令行工具,可以方便地管理ssh别名配置。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/xwjdsh/manssh)
|
||||
* [aptly](https://github.com/smira/aptly) Debian存储库管理工具。
|
||||
* [gobrew](https://github.com/cryptojuice/gobrew) **star:176** gobrew 允许您轻松地在 go 的多个版本之间切换。 ![最近一年没有更新][Yellow]
|
||||
* [Blast](https://github.com/dave/blast) **star:170** 一个用于API负载测试和批处理作业的简单工具。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/dave/blast)
|
||||
* [ostent](https://github.com/ostrost/ostent) **star:163** 收集和显示系统指标,并可选 Graphite and/or fluxdb作为依赖。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/ostrost/ostent)
|
||||
* [Packer](https://github.com/mitchellh/packer) 用于从一个源配置为多个平台创建相同的机器图像。
|
||||
* [grapes](https://github.com/yaronsumel/grapes) **star:141** 旨在轻松地通过ssh分发命令的轻量级工具。 [![godoc][GoDoc]](https://godoc.org/github.com/yaronsumel/grapes)
|
||||
* [easyssh-proxy](https://github.com/appleboy/easyssh-proxy) **star:108** Golang package for easy remote execution through SSH and SCP downloading via `ProxyCommand`. [![godoc][GoDoc]](https://godoc.org/github.com/appleboy/easyssh-proxy)
|
||||
* [kcli](https://github.com/cswank/kcli) **star:91** 用于检查kafka主题/分区/消息的命令行工具。 [![godoc][GoDoc]](https://godoc.org/github.com/cswank/kcli)
|
||||
@@ -2166,27 +2166,29 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
|
||||
### 其他软件
|
||||
|
||||
* [hugo](http://gohugo.io/) 快速、现代的静态网站引擎。
|
||||
* [Gor](https://github.com/buger/gor) **star:11744** Http 流量复制工具,用于实时回放从生产环境到阶段/开发环境的流量。 [![star > 2000][Awesome]](https://github.com/buger/gor) [![godoc][GoDoc]](https://godoc.org/github.com/buger/gor)
|
||||
* [Seaweed File System](https://github.com/chrislusf/seaweedfs) **star:8681** 快速、简单、可伸缩的分布式文件系统,采用了O(1)磁盘查找。 [![star > 2000][Awesome]](https://github.com/chrislusf/seaweedfs) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/chrislusf/seaweedfs)
|
||||
* [restic](https://github.com/restic/restic) **star:7991** 消除重复项备份程序。 [![star > 2000][Awesome]](https://github.com/restic/restic) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/restic/restic)
|
||||
* [confd](https://github.com/kelseyhightower/confd) **star:6622** 使用 etcd 或 consul 的模板和数据管理本地应用程序配置文件。 [![star > 2000][Awesome]](https://github.com/kelseyhightower/confd) [![godoc][GoDoc]](https://godoc.org/github.com/kelseyhightower/confd)
|
||||
* [Comcast](https://github.com/tylertreat/Comcast) **star:6264** 模拟坏的网络连接。 [![star > 2000][Awesome]](https://github.com/tylertreat/Comcast) [![godoc][GoDoc]](https://godoc.org/github.com/tylertreat/Comcast)
|
||||
* [LiteIDE](https://github.com/visualfc/liteide) **star:5660** 简单的、开源的、跨平台的Go IDE。 [![star > 2000][Awesome]](https://github.com/visualfc/liteide) ![最近一周有更新][Green] ![包含中文文档][CN]
|
||||
* [drive](https://github.com/odeke-em/drive) **star:5094** 基于命令行的谷歌驱动器客户端。 [![star > 2000][Awesome]](https://github.com/odeke-em/drive) [![godoc][GoDoc]](https://godoc.org/github.com/odeke-em/drive)
|
||||
* [orange-cat](https://github.com/noraesae/orange-cat) 用Go编写的Markdown预览器。
|
||||
* [nes](https://github.com/fogleman/nes) **star:4241** 任天堂娱乐系统(NES)模拟器。 [![star > 2000][Awesome]](https://github.com/fogleman/nes) [![godoc][GoDoc]](https://godoc.org/github.com/fogleman/nes)
|
||||
* [toxiproxy](https://github.com/shopify/toxiproxy) **star:4137** 为自动化测试模拟网络和系统条件的代理。 [![star > 2000][Awesome]](https://github.com/shopify/toxiproxy) [![godoc][GoDoc]](https://godoc.org/github.com/shopify/toxiproxy)
|
||||
* [tsuru](https://tsuru.io/) Extensible and open source Platform as a Service software.
|
||||
* [toxiproxy](https://github.com/shopify/toxiproxy) **star:4137** 为自动化测试模拟网络和系统条件的代理。 [![star > 2000][Awesome]](https://github.com/shopify/toxiproxy) [![godoc][GoDoc]](https://godoc.org/github.com/shopify/toxiproxy)
|
||||
* [Pipe](https://github.com/b3log/pipe) **star:3741** 一个小巧漂亮的博客平台。 [![star > 2000][Awesome]](https://github.com/b3log/pipe) [![godoc][GoDoc]](https://godoc.org/github.com/b3log/pipe)
|
||||
* [Duplicacy](https://github.com/gilbertchen/duplicacy) **star:2756** 跨平台网络和云备份工具。 [![star > 2000][Awesome]](https://github.com/gilbertchen/duplicacy) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/gilbertchen/duplicacy)
|
||||
* [croc](https://github.com/schollz/croc) **star:2575** 轻松、安全地将文件或文件夹从一台计算机发送到另一台计算机。 [![star > 2000][Awesome]](https://github.com/schollz/croc) ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/schollz/croc)
|
||||
* [myLG](https://github.com/mehrdadrad/mylg) **star:2226** 命令行网络诊断工具。 [![star > 2000][Awesome]](https://github.com/mehrdadrad/mylg) ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/mehrdadrad/mylg)
|
||||
* [GoBoy](https://github.com/Humpheh/goboy) **star:2144** 用 Go 编写的任天堂Game Boy彩色模拟器。 [![star > 2000][Awesome]](https://github.com/Humpheh/goboy) [![godoc][GoDoc]](https://godoc.org/github.com/Humpheh/goboy)
|
||||
* [Stack Up](https://github.com/pressly/sup) **star:2024** Stack Up 是一个超级简单的部署工具 — 只面向Unix。 [![star > 2000][Awesome]](https://github.com/pressly/sup) [![godoc][GoDoc]](https://godoc.org/github.com/pressly/sup)
|
||||
* [syncthing](https://syncthing.net/) 开放,分散的文件同步工具和协议。
|
||||
* [lgo](https://github.com/yunabe/lgo) **star:1868** 与 Jupyter 可进行交互 Go 程序。它支持代码完成、代码检查以及与Go 100% 兼容性。 [![godoc][GoDoc]](https://godoc.org/github.com/yunabe/lgo)
|
||||
* [Stack Up](https://github.com/pressly/sup) **star:2024** Stack Up 是一个超级简单的部署工具 — 只面向Unix。 [![star > 2000][Awesome]](https://github.com/pressly/sup) [![godoc][GoDoc]](https://godoc.org/github.com/pressly/sup)
|
||||
* [limetext](http://limetext.org/) 一个强大而优雅的文本编辑器。
|
||||
* [lgo](https://github.com/yunabe/lgo) **star:1868** 与 Jupyter 可进行交互 Go 程序。它支持代码完成、代码检查以及与Go 100% 兼容性。 [![godoc][GoDoc]](https://godoc.org/github.com/yunabe/lgo)
|
||||
* [snap](https://github.com/intelsdi-x/snap) **star:1802** 强大的遥测框架。 [![godoc][GoDoc]](https://godoc.org/github.com/intelsdi-x/snap)
|
||||
* [Circuit](https://github.com/gocircuit/circuit) **star:1796** Circuit 是一个可编程平台即服务(PaaS)和/或基础设施即服务(IaaS),用于管理、发现、同步和编排包含云应用程序的服务和主机。 [![godoc][GoDoc]](https://godoc.org/github.com/gocircuit/circuit)
|
||||
* [borg](https://github.com/crufter/borg) **star:1431** 基于终端的bash代码段搜索引擎。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/crufter/borg)
|
||||
* [scc](https://github.com/boyter/scc) **star:1068** 一个非常快速准确的代码计数器,采用了复杂的计算和 COCOMO 预估。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/boyter/scc)
|
||||
* [Documize](https://github.com/documize/community) **star:917** 集成了SaaS工具数据的现代wiki软件。 ![最近一周有更新][Green]
|
||||
* [Go Package Store](https://github.com/shurcooL/Go-Package-Store) **star:880** App that displays updates for the Go packages in your GOPATH. [![godoc][GoDoc]](https://godoc.org/github.com/shurcooL/Go-Package-Store)
|
||||
@@ -2203,18 +2205,16 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [ipe](https://github.com/dimiro1/ipe) **star:285** Open source Pusher server implementation compatible with Pusher client libraries written in GO. [![godoc][GoDoc]](https://godoc.org/github.com/dimiro1/ipe)
|
||||
* [ide](https://github.com/thestrukture/ide) **star:252** 基于浏览器的IDE [![godoc][GoDoc]](https://godoc.org/github.com/thestrukture/ide)
|
||||
* [Cherry](https://github.com/rafael-santiago/cherry) **star:199** 微型网络聊天服务器。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/rafael-santiago/cherry)
|
||||
* [orange-cat](https://github.com/noraesae/orange-cat) **star:180** 用Go编写的Markdown预览器。 [![godoc][GoDoc]](https://godoc.org/github.com/noraesae/orange-cat)
|
||||
* [Orbit](https://github.com/gulien/orbit) **star:131** 一个根据模板来运行命令和生成文件的简单小工具。 [![godoc][GoDoc]](https://godoc.org/github.com/gulien/orbit)
|
||||
* [Juju](https://jujucharms.com/) Cloud-agnostic的服务部署和编制 —— 支持EC2、Azure、Openstack、MAAS等。
|
||||
* [joincap](https://github.com/assafmo/joincap) **star:125** 用于合并多个pcap文件的命令行实用程序。 [![godoc][GoDoc]](https://godoc.org/github.com/assafmo/joincap)
|
||||
* [Juju](https://jujucharms.com/) Cloud-agnostic的服务部署和编制 —— 支持EC2、Azure、Openstack、MAAS等。
|
||||
* [Docker](http://www.docker.com/) 面向开发人员和系统管理员的分布式应用程序的开放平台。
|
||||
* [DDNS](https://github.com/skibish/ddns) **star:111** 个人 DDNS 客户端。 [![godoc][GoDoc]](https://godoc.org/github.com/skibish/ddns)
|
||||
* [borg](https://github.com/crufter/borg) 基于终端的bash代码段搜索引擎。
|
||||
* [boxed](https://github.com/tejo/boxed) **star:72** 基于Dropbox的博客引擎。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/tejo/boxed)
|
||||
* [naclpipe](https://github.com/unix4fun/naclpipe) **star:20** 基于加密管的简单的NaCL EC25519工具。 [![godoc][GoDoc]](https://godoc.org/github.com/unix4fun/naclpipe)
|
||||
* [term-quiz](https://github.com/crazcalm/term-quiz) **star:17** 测试你的终端。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/crazcalm/term-quiz)
|
||||
* [Snitch](https://github.com/lucasgomide/snitch) **star:15** 当有人通过 Tsuru 部署任何应用程序时,会通知您的团队以及其他工具。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/lucasgomide/snitch)
|
||||
* [hugo](http://gohugo.io/) 快速、现代的静态网站引擎。
|
||||
* [Gor](https://github.com/buger/gor) Http 流量复制工具,用于实时回放从生产环境到阶段/开发环境的流量。
|
||||
* [GoLand](https://jetbrains.com/go) 功能齐全的跨平台 Go IDE。
|
||||
* [GoDocTooltip](https://github.com/diankong/GoDocTooltip) **star:12** 包含了 Go 使用手册文档的 Chrome 扩展。 ![最近一年没有更新][Yellow]
|
||||
|
||||
@@ -2224,15 +2224,15 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
|
||||
## 基准
|
||||
|
||||
* [go-http-routing-benchmark](https://github.com/julienschmidt/go-http-routing-benchmark) **star:1286** HTTP请求路由器基准测试和比较。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/julienschmidt/go-http-routing-benchmark)
|
||||
* [go-http-routing-benchmark](https://github.com/julienschmidt/go-http-routing-benchmark) **star:1286** HTTP请求路由器基准测试和比较。 [![godoc][GoDoc]](https://godoc.org/github.com/julienschmidt/go-http-routing-benchmark)
|
||||
* [go-web-framework-benchmark](https://github.com/smallnest/go-web-framework-benchmark) **star:1055** web框架基准测试。 [![godoc][GoDoc]](https://godoc.org/github.com/smallnest/go-web-framework-benchmark)
|
||||
* [skynet](https://github.com/atemerev/skynet) **star:933** 天网 1M 线程微基准测试。
|
||||
* [go_serialization_benchmarks](https://github.com/alecthomas/go_serialization_benchmarks) **star:901** Go序列化方法的基准测试。 [![godoc][GoDoc]](https://godoc.org/github.com/alecthomas/go_serialization_benchmarks)
|
||||
* [gocostmodel](https://github.com/PuerkitoBio/gocostmodel) Go语言常用基本操作的基准测试。
|
||||
* [speedtest-resize](https://github.com/fawick/speedtest-resize) **star:176** 对比各种图像大小调整算法性能。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/fawick/speedtest-resize)
|
||||
* [go-benchmarks](https://github.com/tylertreat/go-benchmarks) **star:128** Few miscellaneous Go microbenchmarks. Compare some language features to alternative approaches ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/tylertreat/go-benchmarks)
|
||||
* [gospeed](https://github.com/feyeleanor/GoSpeed) **star:96** 计算语言结构的速度的微观基准测试。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/feyeleanor/GoSpeed)
|
||||
* [autobench](https://github.com/davecheney/autobench) **star:89** 用来来比较不同Go版本之间的性能的框架。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/davecheney/autobench)
|
||||
* [gocostmodel](https://github.com/PuerkitoBio/gocostmodel) **star:52** Go语言常用基本操作的基准测试。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/PuerkitoBio/gocostmodel)
|
||||
* [golang-sql-benchmark](https://github.com/tyler-smith/golang-sql-benchmark) **star:49** 为流行的 Go 数据库/SQL实用程序收集基准测试。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/tyler-smith/golang-sql-benchmark)
|
||||
* [go-benchmark-app](https://github.com/mrLSD/go-benchmark-app) **star:20** 强大的HTTP基准测试工具,包含了Аb,Wrk,Siege工具。收集统计和各种参数指标,并比较相关结果。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/mrLSD/go-benchmark-app)
|
||||
* [kvbench](https://github.com/jimrobinson/kvbench) **star:16** K / V 类型数据库基准测试。 [![godoc][GoDoc]](https://godoc.org/github.com/jimrobinson/kvbench)
|
||||
@@ -2390,12 +2390,12 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [Building Go Web Applications and Microservices Using Gin](https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin) Get familiar with Gin and find out how it can help you reduce boilerplate code and build a request handling pipeline.
|
||||
* [Caching Slow Database Queries](https://medium.com/@rocketlaunchr.cloud/caching-slow-database-queries-1085d308a0c9) 如何缓存数据库的慢查询。
|
||||
* [Canceling MySQL](https://medium.com/@rocketlaunchr.cloud/canceling-mysql-in-go-827ed8f83b30) 如何取消MySQL查询。
|
||||
* [Go Cheat Sheet](https://github.com/a8m/go-lang-cheat-sheet) **star:4218** Go's reference card。 [![star > 2000][Awesome]](https://github.com/a8m/go-lang-cheat-sheet)
|
||||
* [Go database/sql tutorial](http://go-database-sql.org/) 数据库概论/ sql。
|
||||
* [Go Playground for iOS](https://itunes.apple.com/us/app/go-playground/id1437518275?ls=1&mt=8) 在你的移动设备上编辑你编辑和运行你的 Go 代码。
|
||||
* [Ethereum Development with Go](https://github.com/miguelmota/ethereum-development-with-go-book) **star:489** 一本讲述如何用 Go 进行以太开发的小册。 [![godoc][GoDoc]](https://godoc.org/github.com/miguelmota/ethereum-development-with-go-book) ![包含中文文档][CN]
|
||||
* [Games With Go](http://gameswithgo.org/) 关于编程和游戏开发系列教学视频。
|
||||
* [Go By Example](https://gobyexample.com/) 手把手教你 如何在 Go 应用程序中使用注释。
|
||||
* [Go Cheat Sheet](https://github.com/a8m/go-lang-cheat-sheet) Go's reference card。
|
||||
* [Go database/sql tutorial](http://go-database-sql.org/) 数据库概论/ sql。
|
||||
* [Go Playground for iOS](https://itunes.apple.com/us/app/go-playground/id1437518275?ls=1&mt=8) 在你的移动设备上编辑你编辑和运行你的 Go 代码。
|
||||
* [50 Shades of Go](http://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/) Go 初学者经常遇到的陷阱、误区、错误
|
||||
* [A Guide to Golang E-Commerce](https://snipcart.com/blog/golang-ecommerce-ponzu-cms-demo?utm_term=golang-ecommerce-ponzu-cms-demo) 教你如何用 Go 搭建一个电商平台 (包括demo)。
|
||||
* [A Tour of Go](http://tour.golang.org/) 互动的 Go 之旅。
|
||||
|
Reference in New Issue
Block a user