Merge pull request #88 from guozhen-robot/robot-1565920107

auto commit
This commit is contained in:
Gaozhen Ying 2019-08-16 09:50:04 +08:00 committed by GitHub
commit 03b876ddc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 86 additions and 86 deletions

View File

@ -8,7 +8,7 @@
[CN]: https://cdn.jsdelivr.net/gh/yinggaozhen/awesome-go-cn@1.1/docs/Cn.svg "包含中文文档"
[Archived]: https://cdn.jsdelivr.net/gh/yinggaozhen/awesome-go-cn@1.2.1/docs/archived.svg "项目已归档"
**此项目是 [awesome-go](https://awesome-go.com/) 中文版,最后一次同步时间 : 2019-08-15 10:00:55(每隔1天同步一次)**
**此项目是 [awesome-go](https://awesome-go.com/) 中文版,最后一次同步时间 : 2019-08-16 09:45:30(每隔1天同步一次)**
[![chinese](https://yinggaozhen.github.io/docs/english.svg)](README_EN.md) [![Build Status](https://travis-ci.org/avelino/awesome-go.svg?branch=master)](https://travis-ci.org/avelino/awesome-go) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Slack Widget](https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=red)](http://gophers.slack.com/messages/awesome) [![Netlify Status](https://api.netlify.com/api/v1/badges/83a6dcbe-0da6-433e-b586-f68109286bd5/deploy-status)](https://app.netlify.com/sites/awesome-go/deploys)
@ -201,7 +201,7 @@
* [tbot](https://github.com/yanzay/tbot) **star:220** 带有类似于net/http API的Telegram bot服务器。 ![star > 100][Bronze]
* [Tenyks](https://github.com/kyleterry/tenyks) **star:168** 面向服务的IRC bot使用Redis和JSON进行消息传递。 ![star > 100][Bronze] ![最近一年没有更新][Yellow]
* [Kelp](https://github.com/stellar/kelp) **star:162** 官方交易和做市机器人为[Stellar](https://www.stellar.org/) DEX。开箱即用的作品用 Golang 编写,兼容集中交易和定制交易策略。 ![star > 100][Bronze]
* [go-sarah](https://github.com/oklahomer/go-sarah) **star:137** 此框架提供了聊天机器人相关的服务包括LINE、Slack、Gitter等。 ![star > 100][Bronze] ![最近一周有更新][Green]
* [go-sarah](https://github.com/oklahomer/go-sarah) **star:137** 此框架提供了聊天机器人相关的服务包括LINE、Slack、Gitter等。 ![star > 100][Bronze]
* [hanu](https://github.com/sbstjn/hanu) **star:109** 用于编写Slack机器人的框架。 ![star > 100][Bronze]
* [go-tgbot](https://github.com/olebedev/go-tgbot) **star:86** 由swagger文件、基于会话的路由器和中间件生成的纯Golang Telegram Bot API包装器。 ![最近一年没有更新][Yellow]
* [margelet](https://github.com/zhulik/margelet) **star:56** 构建电报机器人的框架。 ![最近一年没有更新][Yellow]
@ -378,7 +378,7 @@
* [levenshtein](https://github.com/agext/levenshtein) **star:33** Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.
* [goconcurrentqueue](https://github.com/enriquebris/goconcurrentqueue) **star:30** 并行FIFO队列。
* [concurrent-writer](https://github.com/free/concurrent-writer) **star:24** 具备高并发能力,可替换 bufio.Writer。 ![最近一年没有更新][Yellow]
* [crunch](https://github.com/superwhiskers/crunch) **star:19** 打包实现缓冲区,以便轻松处理各种数据类型。 ![最近一周有更新][Green]
* [crunch](https://github.com/superwhiskers/crunch) **star:19** 打包实现缓冲区,以便轻松处理各种数据类型。
* [goset](https://github.com/zoumo/goset) **star:16** 一个有用的Go集合实现。 ![最近一周有更新][Green]
* [pipeline](https://github.com/hyfather/pipeline) **star:15** 实现了 fan-in 和 fan-out 的管道功能。
* [go-ef](https://github.com/amallia/go-ef) **star:11** 实现了 Elias-Fano 编码。 ![最近一年没有更新][Yellow]
@ -417,7 +417,7 @@
* [VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics) **star:1032** 开源快速可伸缩的时间序列数据库。支持PromQL。 ![star > 1000][Silver] ![最近一周有更新][Green]
* [GCache](https://github.com/bluele/gcache) **star:907** 支持过期缓存、LFU、LRU和ARC的缓存库。 ![star > 100][Bronze]
* [nutsdb](https://github.com/xujiajun/nutsdb) **star:894** Nutsdb是一个用纯Go编写的简单、快速、可嵌入、持久的键/值存储。它支持完全序列化的事务和许多数据结构,如列表、集合、排序集。 ![star > 100][Bronze] ![包含中文文档][CN]
* [CovenantSQL](https://github.com/CovenantSQL/CovenantSQL) **star:879** 区块链领域的一个SQL数据库。 ![star > 100][Bronze] ![最近一周有更新][Green]
* [CovenantSQL](https://github.com/CovenantSQL/CovenantSQL) **star:879** 区块链领域的一个SQL数据库。 ![star > 100][Bronze]
* [diskv](https://github.com/peterbourgon/diskv) **star:755** 支持磁盘备份的可持久化 K/V 存储。 ![star > 100][Bronze]
* [moss](https://github.com/couchbase/moss) **star:718** Moss是一个用100% Go编写的简单LSM键值存储引擎。 ![star > 100][Bronze]
* [eliasdb](https://github.com/krotik/eliasdb) **star:532** 无其他依赖项支持REST API短语搜索和sql类似的查询语言的事务图数据库。 ![star > 100][Bronze]
@ -448,7 +448,7 @@
* [soda](https://github.com/gobuffalo/pop/tree/master/soda) 数据库迁移、创建、ORM等。用于MySQL、PostgreSQL和SQLite。
* [go-pg-migrations](https://github.com/robinjoseph08/go-pg-migrations) **star:23** 用Go -pg/pg编写的迁移包。
* [go-fixtures](https://github.com/RichardKnop/go-fixtures) **star:20** 类似 Django fixture用于 Go 建立内置数据库/sql库。
* [avro](https://github.com/khezen/avro) **star:6** 发现SQL schemas并将其转换为AVRO schemas。 ![最近一周有更新][Green]
* [avro](https://github.com/khezen/avro) **star:6** 发现SQL schemas并将其转换为AVRO schemas。
*数据库工具。 (翻译出错了? 试试 [英文版](README_EN.md#database) 吧~)*
@ -510,9 +510,9 @@
* [gorethink](https://github.com/dancannon/gorethink) **star:1462** RethinkDB 驱动。 ![star > 1000][Silver]
* [neoism](https://github.com/jmcvetta/neoism) **star:357** Golang 的 Neo4j 客户端。 ![star > 100][Bronze]
* [aerospike-client-go](https://github.com/aerospike/aerospike-client-go) **star:305** Aerospike 客户端。 ![star > 100][Bronze] ![最近一周有更新][Green]
* [gocb](https://github.com/couchbase/gocb) **star:293** 官方Couchbase Go SDK。 ![star > 100][Bronze] ![最近一周有更新][Green]
* [gocb](https://github.com/couchbase/gocb) **star:293** 官方Couchbase Go SDK。 ![star > 100][Bronze]
* [gocql](http://gocql.github.io) Apache Cassandra 的 Go 驱动。
* [go-couchbase](https://github.com/couchbase/go-couchbase) **star:292** Couchbase客户端。 ![star > 100][Bronze] ![最近一周有更新][Green]
* [go-couchbase](https://github.com/couchbase/go-couchbase) **star:292** Couchbase客户端。 ![star > 100][Bronze]
* [redeo](https://github.com/bsm/redeo) **star:261** 与 redis 协议兼容的 TCP 服务器/服务。 ![star > 100][Bronze] ![最近一周有更新][Green]
* [go-rejson](https://github.com/nitishm/go-rejson) **star:90** 实现了基于 Redigo 客户端的redislabs' ReJSON 模块。可简单地将结构体存储为JSON对象并对其进行操作。
* [Neo4j-GO](https://github.com/davemeehan/Neo4j-GO) **star:72** Neo4j REST 客户端。 ![最近一年没有更新][Yellow]
@ -531,7 +531,7 @@
* Search and Analytic Databases.
* [bleve](https://github.com/blevesearch/bleve) **star:5861** 基于 Go 的现代文本索引库。 ![star > 5000][Gold] ![最近一周有更新][Green]
* [riot](https://github.com/go-ego/riot) **star:4706** 基于 Go 的 开源、分布式、简单高效的搜索引擎。 ![star > 1000][Silver] ![最近一周有更新][Green] ![包含中文文档][CN]
* [riot](https://github.com/go-ego/riot) **star:4706** 基于 Go 的 开源、分布式、简单高效的搜索引擎。 ![star > 1000][Silver] ![包含中文文档][CN]
* [elastic](https://github.com/olivere/elastic) **star:4173** Elasticsearch 客户端。 ![star > 1000][Silver] ![最近一周有更新][Green]
* [go-elasticsearch](https://github.com/elastic/go-elasticsearch) **star:1602** 官方 Elasticsearch 客户端。 ![star > 1000][Silver]
* [elastigo](https://github.com/mattbaird/elastigo) **star:951** Elasticsearch 客户端。 ![star > 100][Bronze]
@ -587,7 +587,7 @@
* [hprose](https://github.com/hprose/hprose-golang) **star:1009** 支持25+种语言RPC库。 ![star > 1000][Silver] ![包含中文文档][CN]
* [ringpop-go](https://github.com/uber/ringpop-go) **star:575** 可伸缩的容错、应用分层的的Go应用程序。 ![star > 100][Bronze]
* [gorpc](https://github.com/valyala/gorpc) **star:554** 简单、快速和可伸缩的RPC库。 ![star > 100][Bronze] ![最近一年没有更新][Yellow]
* [go-health](https://github.com/InVisionApp/go-health) **star:482** 用于在服务中启用异步依赖项健康检查的库。 ![star > 100][Bronze] ![最近一周有更新][Green]
* [go-health](https://github.com/InVisionApp/go-health) **star:482** 用于在服务中启用异步依赖项健康检查的库。 ![star > 100][Bronze]
* [digota](https://github.com/digota/digota) **star:301** 基于 grpc 的电子商务微服务。 ![star > 100][Bronze]
* [dot](https://github.com/dotchain/dot/) 基于 transformation/OT 的分布式同步。
* [sleuth](https://github.com/ursiform/sleuth) **star:300** 用于HTTP服务之间进行无中心p2p自动发现和RPC通信的库(使用[ZeroMQ](https://github.com/zeromq/libzmq))。 ![star > 100][Bronze] ![最近一年没有更新][Yellow]
@ -614,7 +614,7 @@
* [MailHog](https://github.com/mailhog/MailHog) **star:5190** 电子邮件和SMTP测试工具对外提供了 web 和 API 接口。 ![star > 5000][Gold]
* [chasquid](https://blitiri.com.ar/p/chasquid) 用Go编写的SMTP服务器。
* [hermes](https://github.com/matcornic/hermes) **star:1624** 可生成干净的、响应式的HTML电子邮件。 ![star > 1000][Silver]
* [email](https://github.com/jordan-wright/email) **star:1097** 一个强大和灵活的电子邮件库。 ![star > 1000][Silver] ![最近一周有更新][Green]
* [email](https://github.com/jordan-wright/email) **star:1097** 一个强大和灵活的电子邮件库。 ![star > 1000][Silver]
* [go-imap](https://github.com/emersion/go-imap) **star:737** 用于客户端和服务器的IMAP库。 ![star > 100][Bronze]
* [SendGrid](https://github.com/sendgrid/sendgrid-go) **star:521** SendGrid 的 Go语言库用于发送电子邮件。 ![star > 100][Bronze]
* [Hectane](https://github.com/hectane/hectane) **star:169** 轻量级的SMTP客户机提供了HTTP API。 ![star > 100][Bronze] ![最近一年没有更新][Yellow]
@ -733,7 +733,7 @@
* [raylib-go](https://github.com/gen2brain/raylib-go) **star:384** 实现了 [raylib](http://www.raylib.com/),一个简单易用的库,用于学习视频游戏编程。 ![star > 100][Bronze]
* [go-astar](https://github.com/beefsack/go-astar) **star:327** 实现了A\*路径查找算法。 ![star > 100][Bronze] ![最近一年没有更新][Yellow]
* [GarageEngine](https://github.com/vova616/GarageEngine) **star:313** 用 OpenGL 编写的 2D 游戏引擎。 ![star > 100][Bronze]
* [Pitaya](https://github.com/topfreegames/pitaya) **star:301** 可伸缩的游戏服务器框架支持集群和客户端库的iOS, Android, Unity。 ![star > 100][Bronze] ![最近一周有更新][Green]
* [Pitaya](https://github.com/topfreegames/pitaya) **star:301** 可伸缩的游戏服务器框架支持集群和客户端库的iOS, Android, Unity。 ![star > 100][Bronze]
* [go3d](https://github.com/ungerik/go3d) **star:164** 以性能为主的2D/3D数学相关包。 ![star > 100][Bronze]
* [glop](https://github.com/runningwild/glop) **star:77** Glop (Game Library Of Power) 是一个相当简单的跨平台游戏库。 ![最近一年没有更新][Yellow]
* [go-collada](https://github.com/GlenKelley/go-collada) **star:12** 处理Collada文件。 ![最近一年没有更新][Yellow]
@ -1040,7 +1040,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [Beaver](https://github.com/Clivern/Beaver) **star:729** 一个实时消息服务器可用于在web和手机app端构建一个可伸缩的应用内通知多人游戏聊天应用。 ![star > 100][Bronze]
* [EventBus](https://github.com/asaskevich/EventBus) **star:563** 具有异步兼容性的轻量级事件总线。 ![star > 100][Bronze]
* [golongpoll](https://github.com/jcuga/golongpoll) **star:429** HTTP longpoll服务器库使web发布-订阅变得简单。 ![star > 100][Bronze]
* [dbus](https://github.com/godbus/dbus) **star:360** D-Bus的Go bindings。 ![star > 100][Bronze] ![最近一周有更新][Green]
* [dbus](https://github.com/godbus/dbus) **star:360** D-Bus的Go bindings。 ![star > 100][Bronze]
* [Glue](https://github.com/desertbit/glue) **star:320** 健壮的Go和Javascript Socket库(替代Socket.io)。 ![star > 100][Bronze]
* [emitter](https://github.com/olebedev/emitter) **star:310** 使用Go的方式发出事件, 带有通配符、谓词、取消可能性和许多其他优点。 ![star > 100][Bronze]
* [pubsub](https://github.com/tuxychandru/pubsub) **star:280** 简单的pubsub的go包。 ![star > 100][Bronze]
@ -1096,7 +1096,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*用于组织项目的非正式模式集。 (翻译出错了? 试试 [英文版](README_EN.md#project-layout) 吧~)*
* [golang-standards/project-layout](https://github.com/golang-standards/project-layout) **star:9283** Go生态系统中历史和新兴的项目布局模式集合。 ![star > 5000][Gold] ![最近一周有更新][Green]
* [golang-standards/project-layout](https://github.com/golang-standards/project-layout) **star:9283** Go生态系统中历史和新兴的项目布局模式集合。 ![star > 5000][Gold]
* [scaffold](https://github.com/catchplay/scaffold) **star:26** 快速生成Go项目布局的脚手架。让您专注于已实现的业务逻辑。
* [go-sample](https://github.com/zitryss/go-sample) **star:25** 带有实际代码的Go应用程序项目的示例布局。
@ -1205,7 +1205,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [quic-go](https://github.com/lucas-clemente/quic-go) **star:2942** 在纯Go中实现了QUIC协议。 ![star > 1000][Silver] ![最近一周有更新][Green]
* [gopacket](https://github.com/google/gopacket) **star:2894** Go library for packet processing with libpcap bindings. ![star > 1000][Silver] ![最近一周有更新][Green]
* [webrtc](https://github.com/pions/webrtc) **star:2292** WebRTC API的纯Go实现。 ![star > 1000][Silver] ![最近一周有更新][Green]
* [kcp-go](https://github.com/xtaci/kcp-go) **star:2254** 快速可靠的ARQ协议。 ![star > 1000][Silver] ![最近一周有更新][Green]
* [kcp-go](https://github.com/xtaci/kcp-go) **star:2254** 快速可靠的ARQ协议。 ![star > 1000][Silver]
* [gobgp](https://github.com/osrg/gobgp) **star:1696** 基于 Go 的 BGP 实现。 ![star > 1000][Silver] ![最近一周有更新][Green]
* [ssh](https://github.com/gliderlabs/ssh) **star:1114** 用于构建SSH服务器的高级API(封装密码/ SSH)。 ![star > 1000][Silver]
* [fortio](https://github.com/fortio/fortio) **star:890** 负载测试库和命令行工具高级的echo服务器和web UI。允许指定一组每秒查询的负载并记录延迟直方图和其他有用的统计数据并将它们作图。支持Tcp、Http、gRPC。 ![star > 100][Bronze]
@ -1218,7 +1218,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [grab](https://github.com/cavaliercoder/grab) **star:547** 用于管理文件下载。 ![star > 100][Bronze]
* [ftp](https://github.com/jlaffaye/ftp) **star:531** 实现了[RFC 959](http://tools.ietf.org/html/rfc959)中描述的ftp客户端。 ![star > 100][Bronze] ![最近一周有更新][Green]
* [lhttp](https://github.com/fanux/lhttp) **star:513** 强大的websocket框架可以让你更容易的构建IM服务器。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] ![包含中文文档][CN]
* [gosnmp](https://github.com/soniah/gosnmp) **star:440** 用于执行 SNMP 操作的原生 Go 库。 ![star > 100][Bronze] ![最近一周有更新][Green]
* [gosnmp](https://github.com/soniah/gosnmp) **star:440** 用于执行 SNMP 操作的原生 Go 库。 ![star > 100][Bronze]
* [gotcp](https://github.com/gansidui/gotcp) **star:418** 用于快速编写 tcp 应用程序。 ![star > 100][Bronze] ![最近一年没有更新][Yellow]
* [cidranger](https://github.com/yl2chen/cidranger) **star:388** 快速得 IP 到 CIDR 查找。 ![star > 100][Bronze]
* [peerdiscovery](https://github.com/schollz/peerdiscovery) **star:365** 基于UDP组播的跨平台本地对等点发现库。 ![star > 100][Bronze]
@ -1277,7 +1277,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*Libraries that implement Object-Relational Mapping or datamapping techniques. (翻译出错了? 试试 [英文版](README_EN.md#orm) 吧~)*
* [GORM](https://github.com/jinzhu/gorm) **star:14783** 一个出色的 ORM 库。主要目标是对开发人员友好。 ![star > 5000][Gold] ![最近一周有更新][Green]
* [GORM](https://github.com/jinzhu/gorm) **star:14783** 一个出色的 ORM 库。主要目标是对开发人员友好。 ![star > 5000][Gold]
* [Xorm](https://github.com/go-xorm/xorm) **star:5238** 基于 Go 的简单而强大的ORM。 ![star > 5000][Gold] ![最近一周有更新][Green] ![包含中文文档][CN]
* [gorp](https://github.com/go-gorp/gorp) **star:3082** 基于 Go 的关系持久性 ORM-ish 库。 ![star > 1000][Silver]
* [go-pg](https://github.com/go-pg/pg) **star:3024** 用于 PostgreSQL 的ORM。侧重于 PostgreSQL 的特性和性能。 ![star > 1000][Silver] ![最近一周有更新][Green]
@ -1332,7 +1332,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
## 查询语言
* [graphql-go](https://github.com/graphql-go/graphql) **star:5260** 为Go实现GraphQL。 ![star > 5000][Gold] ![最近一周有更新][Green]
* [graphql](https://github.com/neelance/graphql-go) **star:2807** 关注易用性的GraphQL服务器。 ![star > 1000][Silver] ![最近一周有更新][Green]
* [graphql](https://github.com/neelance/graphql-go) **star:2807** 关注易用性的GraphQL服务器。 ![star > 1000][Silver]
* [gojsonq](https://github.com/thedevsaddam/gojsonq) **star:865** 一个用来查询JSON数据的Go包。 ![star > 100][Bronze]
* [jsonql](https://github.com/elgs/jsonql) **star:201** Golang中的JSON查询表达式库。 ![star > 100][Bronze]
* [rql](https://github.com/a8m/rql) **star:111** 用于REST API的资源查询语言。 ![star > 100][Bronze]
@ -1394,7 +1394,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [acmetool](https://github.com/hlandau/acme) **star:1695** ACME(让我们用自动更新加密)客户端工具。 ![star > 1000][Silver] ![最近一年没有更新][Yellow]
* [memguard](https://github.com/awnumar/memguard) **star:1530** 一个用于处理内存中敏感值的纯Go库。 ![star > 1000][Silver] ![最近一周有更新][Green]
* [secure](https://github.com/unrolled/secure) **star:1213** Go 语言 HTTP 中间件,为 Go 提供了一些安全功能 ![star > 1000][Silver]
* [acra](https://github.com/cossacklabs/acra) **star:452** 网络加密代理保护基于数据库的应用程序免受数据泄漏:强选择性加密SQL注入预防入侵检测系统。 ![star > 100][Bronze] ![最近一周有更新][Green]
* [acra](https://github.com/cossacklabs/acra) **star:452** 网络加密代理保护基于数据库的应用程序免受数据泄漏:强选择性加密SQL注入预防入侵检测系统。 ![star > 100][Bronze]
* [nacl](https://github.com/kevinburke/nacl) **star:451** Go 实现NaCL API的集合。 ![star > 100][Bronze]
* [BadActor](https://github.com/jaredfolkins/badactor) **star:247** 一个驻留在内存中的,应用驱动的监控程序,受 fail2ban 的启发 ![star > 100][Bronze] ![最近一年没有更新][Yellow]
* [passlib](https://github.com/hlandau/passlib) **star:226** 不过时的密码哈希库。 ![star > 100][Bronze]
@ -1442,7 +1442,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [flipt](https://github.com/markphelps/flipt) **star:992** 一个用Go和Vue.js编写的自包含特性标志解决方案 ![star > 100][Bronze]
* [SFTPGo](https://github.com/drakkan/sftpgo) **star:899** 功能齐全高度可配置的SFTP服务器软件。 ![star > 100][Bronze] ![最近一周有更新][Green]
* [yakvs](https://git.sci4me.com/sci4me/yakvs) 小型化、网络化、基于内存的键值存储
* [Flagr](https://github.com/checkr/flagr) **star:830** Flagr是一个开源特性标记和A/B测试服务。 ![star > 100][Bronze] ![最近一周有更新][Green]
* [Flagr](https://github.com/checkr/flagr) **star:830** Flagr是一个开源特性标记和A/B测试服务。 ![star > 100][Bronze]
* [Fider](https://github.com/getfider/fider) **star:798** Fider是一个收集和组织客户反馈的开放平台。 ![star > 100][Bronze]
* [jackal](https://github.com/ortuman/jackal) **star:719** 用Go编写的XMPP服务器。 ![star > 100][Bronze]
* [discovery](https://github.com/Bilibili/discovery) **star:679** 用于弹性中间层负载平衡和故障转移的注册表。 ![star > 100][Bronze] ![最近一周有更新][Green]
@ -1513,7 +1513,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [go-testdeep](https://github.com/maxatome/go-testdeep) **star:55** 极具灵活性的golang深度比较扩展了go测试包。
* [gospecify](https://github.com/stesla/gospecify) **star:51** 支持 BDD 语法 。对于任何使用过 rspec 等库的人来说应该非常熟悉。 ![最近一年没有更新][Yellow]
* [restit](https://github.com/yookoala/restit) **star:49** 帮助编写 RESTful API 集成测试的 Go 语言微型框架.。 ![最近一年没有更新][Yellow]
* [commander](https://github.com/SimonBaeumer/commander) **star:32** 用于在windows、linux和osx上测试cli应用程序的工具。 ![最近一周有更新][Green]
* [commander](https://github.com/SimonBaeumer/commander) **star:32** 用于在windows、linux和osx上测试cli应用程序的工具。
* [gomatch](https://github.com/jfilipczyk/gomatch) **star:30** 为针对模式测试JSON而创建的库。
* [gomega](http://onsi.github.io/gomega/) 类似 Rspec 的 matcher/assertion 库
* [Hamcrest](https://github.com/rdrdr/hamcrest) **star:26** 用于声明性 Matcher 对象的连贯框架,当将其应用于输入值时,将产生自描述结果。 ![最近一年没有更新][Yellow]
@ -1543,7 +1543,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [mockhttp](https://github.com/tv42/mockhttp) **star:22** Go http.ResponseWriter的模拟对象。 ![最近一年没有更新][Yellow]
* Fuzzing and delta-debugging/reducing/shrinking.
* [go-fuzz](https://github.com/dvyukov/go-fuzz) **star:2895** 随机测试系统。 ![star > 1000][Silver] ![最近一周有更新][Green]
* [go-fuzz](https://github.com/dvyukov/go-fuzz) **star:2895** 随机测试系统。 ![star > 1000][Silver]
* [gofuzz](https://github.com/google/gofuzz) **star:534** 用于生成随机值来初始化 Go 语言对象的库 ![star > 100][Bronze]
* [Tavor](https://github.com/zimmski/tavor) **star:212** 通用模糊测试框架 ![star > 100][Bronze]
@ -1573,7 +1573,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [go-toml](https://github.com/pelletier/go-toml) **star:611** 使用带有查询支持和方便的cli工具的TOML格式库。 ![star > 100][Bronze]
* [commonregex](https://github.com/mingrammer/commonregex) **star:553** 一组用于Go的公共正则表达式。 ![star > 100][Bronze]
* [slug](https://github.com/gosimple/slug) **star:381** URL 友好的 slug 化工具,支持多种语言 ![star > 100][Bronze]
* [mxj](https://github.com/clbanning/mxj) **star:332** 将XML编码/解码为JSON或map[string]接口{};使用点符号路径和通配符提取值。替换x2j和j2x包。 ![star > 100][Bronze] ![最近一周有更新][Green]
* [mxj](https://github.com/clbanning/mxj) **star:332** 将XML编码/解码为JSON或map[string]接口{};使用点符号路径和通配符提取值。替换x2j和j2x包。 ![star > 100][Bronze]
* [gommon/bytes](https://github.com/labstack/gommon/tree/master/bytes) 格式化二进制为字符串。
* [gographviz](https://github.com/awalterschulze/gographviz) **star:302** 解析Graphviz DOT语言。 ![star > 100][Bronze]
* [dataflowkit](https://github.com/slotix/dataflowkit) **star:292** Web抓取框架将网站转换为结构化数据。 ![star > 100][Bronze]
@ -1713,7 +1713,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [Task](https://github.com/go-task/task) **star:1950** 简单的“Go”的选择。 ![star > 1000][Silver] ![最近一周有更新][Green]
* [minify](https://github.com/tdewolff/minify) **star:1864** 用于HTML、CSS、JS、XML、JSON和SVG文件格式的快速缩小器。 ![star > 1000][Silver]
* [mmake](https://github.com/tj/mmake) **star:1447** 现代 Make 工具 ![star > 1000][Silver]
* [Storm](https://github.com/asdine/storm) **star:1361** 一个简单又强大的用于 BoltDB 的工具 ![star > 1000][Silver] ![最近一周有更新][Green]
* [Storm](https://github.com/asdine/storm) **star:1361** 一个简单又强大的用于 BoltDB 的工具 ![star > 1000][Silver]
* [mole](https://github.com/davrodpin/mole) **star:1301** cli应用程序可以轻松创建ssh隧道。 ![star > 1000][Silver]
* [go-funk](https://github.com/thoas/go-funk) **star:1199** 现代 Go 语言工具库,提供了很多有用的工具 (map, find, contains, filter, chunk, reverse, ...) ![star > 1000][Silver]
* [mc](https://github.com/minio/mc) **star:1122** Minio Client 提供了一组工具,用于操作 Amazon S3 兼容云存储和文件系统。 ![star > 1000][Silver] ![最近一周有更新][Green]
@ -1889,7 +1889,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [Aero](https://github.com/aerogo/aero) **star:158** 高性能的Go web框架在Lighthouse中达到最高分。 ![star > 100][Bronze]
* [Gem](https://github.com/go-gem/gem) **star:153** 简单快速的web框架对REST API友好。 ![star > 100][Bronze] ![最近一年没有更新][Yellow]
* [go-rest](https://github.com/ungerik/go-rest) **star:116** 小型的 REST 框架。 ![star > 100][Bronze] ![最近一年没有更新][Yellow]
* [hiboot](https://github.com/hidevopsio/hiboot) **star:87** hiboot是一个高性能的web应用程序框架支持自动配置和依赖注入。 ![最近一周有更新][Green] ![包含中文文档][CN]
* [hiboot](https://github.com/hidevopsio/hiboot) **star:87** hiboot是一个高性能的web应用程序框架支持自动配置和依赖注入。 ![包含中文文档][CN]
* [WebGo](https://github.com/bnkamalesh/webgo) **star:75** 构建web应用程序的微框架;处理程序链接、中间件和上下文注入。与标准库兼容的HTTP处理程序(即http.HandlerFunc)。
* [Golax](https://github.com/fulldump/golax) **star:71** 一个非Sinatra快速HTTP框架支持谷歌自定义方法、深度拦截器、递归等。 ![最近一年没有更新][Yellow]
* [Microservice](https://github.com/claygod/microservice) **star:57** 创建微服务的框架用Golang编写。
@ -1911,7 +1911,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
#### 仿真中间件
* [Tollbooth](https://github.com/didip/tollbooth) **star:1254** 限制速率的 HTTP 请求处理程序。 ![star > 1000][Silver]
* [CORS](https://github.com/rs/cors) **star:1225** 轻松地向API添加CORS功能。 ![star > 1000][Silver] ![最近一周有更新][Green]
* [CORS](https://github.com/rs/cors) **star:1225** 轻松地向API添加CORS功能。 ![star > 1000][Silver]
* [Limiter](https://github.com/ulule/limiter) **star:795** 简单的速度限制中间件。 ![star > 100][Bronze]
* [go-server-timing](https://github.com/mitchellh/go-server-timing) **star:749** 添加/解析Server-Timing头。 ![star > 100][Bronze]
* [ln-paywall](https://github.com/philippgille/ln-paywall) **star:90** 使用Lightning Network(比特币)实现基于每个请求的api货币化中间件。
@ -1988,14 +1988,13 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [GoLint](https://github.com/golang/lint) **star:3166** Go 源码的 linter。 ![star > 1000][Silver]
* [errcheck](https://github.com/kisielk/errcheck) **star:1322** Errcheck是一个用于检查Go程序中未检查错误的程序。 ![star > 1000][Silver]
* [gcvis](https://github.com/davecheney/gcvis) **star:920** 实时可视化跟踪 GC 数据。 ![star > 100][Bronze]
* [php-parser](https://github.com/z7zmey/php-parser) **star:645** 用 Go 编写的 PHP 解析器。 ![star > 100][Bronze] ![最近一周有更新][Green]
* [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:645** 用 Go 编写的 PHP 解析器。 ![star > 100][Bronze] ![最近一周有更新][Green]
* [go-critic](https://github.com/go-critic/go-critic) **star:579** 源代码检查工具。 ![star > 100][Bronze]
* [GolangCI](https://golangci.com/) GolangCI 是一个针对 GitHub pull 请求的自动代码审查服务。服务是开源的,对开源项目是免费的。
* [goimports](https://godoc.org/golang.org/x/tools/cmd/goimports) 来修复(添加,删除) Go 中自动导入的工具。
* [goast-viewer](https://github.com/yuroyoro/goast-viewer) **star:378** 基于 Web 的 Golang AST 可视化工具。 ![star > 100][Bronze]
* [GolangCI](https://golangci.com/) GolangCI 是一个针对 GitHub pull 请求的自动代码审查服务。服务是开源的,对开源项目是免费的。
* [GoCover.io](http://gocover.io/) GoCover.io 提供了任意 golang 包的代码覆盖率服务。
* [goast-viewer](https://github.com/yuroyoro/goast-viewer) **star:378** 基于 Web 的 Golang AST 可视化工具。 ![star > 100][Bronze]
* [go-cleanarch](https://github.com/roblaszczak/go-cleanarch) **star:282** go-cleanarch 的创建是为了验证 Clean 体系结构规则,比如 Go 项目中的依赖关系。 ![star > 100][Bronze] ![最近一年没有更新][Yellow]
* [unconvert](https://github.com/mdempsky/unconvert) **star:258** 在源码中删除不必要的类型转换。 ![star > 100][Bronze]
* [unused](https://github.com/dominikh/go-tools/tree/master/cmd/unused) 对未使用的常量、变量、函数和类型的代码进行检查。
@ -2007,6 +2006,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [lint](https://github.com/surullabs/lint) **star:63** 将 linters 作为测试的一部分。
* [validate](https://github.com/mccoyst/validate) **star:62** 使用 tags 自动验证结构体字段。 ![最近一年没有更新][Yellow]
* [go-outdated](https://github.com/firstrow/go-outdated) **star:44** 显示过期包的终端应用。 ![归档项目][Archived]
* [tarp](https://github.com/verygoodsoftwarenotvirus/tarp) **star:14** 在源码中寻找没有直接单元测试的函数和方法。 ![最近一年没有更新][Yellow] ![归档项目][Archived]
## 编辑器插件
@ -2039,13 +2039,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:4011** 基于 Go 的Swagger 2.0实现。 ![star > 1000][Silver] ![最近一周有更新][Green]
* [OctoLinker](https://github.com/OctoLinker/browser-extension) **star:3813** 借助的 OctoLinker 浏览器扩展,可以高效的地浏览 GitHub go文件。 ![star > 1000][Silver] ![最近一周有更新][Green]
* [go-callvis](https://github.com/TrueFurby/go-callvis) **star:1999** 使用 dot format 可视化 Go 程序的调用图。 ![star > 1000][Silver]
* [richgo](https://github.com/kyoh86/richgo) **star:390** 用文本装饰丰富 go test 的输出。 ![star > 100][Bronze]
* [depth](https://github.com/KyleBanks/depth) **star:381** 通过分析导入,将包依赖关系树可视化输出。 ![star > 100][Bronze]
* [gb](https://getgb.io/) 一个基于项目的易用的构建工具。
* [rts](https://github.com/galeone/rts) **star:185** 从服务器响应生成Go结构。 ![star > 100][Bronze] ![最近一年没有更新][Yellow]
* [godbg](https://github.com/tylerwince/godbg) **star:156** 实现了 Rusts 的 dbg! 宏,可以方便的在开发过程中快速、容易地调试。 ![star > 100][Bronze]
* [OctoLinker](https://github.com/OctoLinker/browser-extension) 借助的 OctoLinker 浏览器扩展,可以高效的地浏览 GitHub go文件。
* [colorgo](https://github.com/songgao/colorgo) **star:98** 将 go 命令包装成彩色的 go build 输出。 ![最近一年没有更新][Yellow]
* [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:13** 一个[Yeoman](http://yeoman.io)生成器,用于启动新的 Go 项目。
@ -2060,9 +2060,10 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [kubernetes](https://github.com/kubernetes/kubernetes) **star:56639** 来自谷歌的容器集群管理器。 ![star > 5000][Gold] ![最近一周有更新][Green]
* [Moby](https://github.com/moby/moby) **star:54541** Collaborative project for the container ecosystem to assemble container-based systems. ![star > 5000][Gold] ![最近一周有更新][Green]
* [traefik](https://github.com/containous/traefik) **star:23881** 反向代理和负载均衡器,支持多个后端。 ![star > 5000][Gold] ![最近一周有更新][Green]
* [Gitea](https://github.com/go-gitea/gitea) **star:15422** 从 Gogs fork完全由社区驱动。 ![star > 5000][Gold] ![最近一周有更新][Green] ![包含中文文档][CN]
* [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:15422** 从 Gogs fork完全由社区驱动。 ![star > 5000][Gold] ![最近一周有更新][Green] ![包含中文文档][CN]
* [Vegeta](https://github.com/tsenart/vegeta) **star:12250** HTTP负载测试工具和库。超过9000 ! ![star > 5000][Gold]
* [Packer](https://github.com/mitchellh/packer) **star:9259** 用于从一个源配置为多个平台创建相同的机器图像。 ![star > 5000][Gold] ![最近一周有更新][Green]
* [Hey](https://github.com/rakyll/hey) **star:6373** 压力测试工具,可用来代替 ApacheBench (ab)。 ![star > 5000][Gold]
* [GVM](https://github.com/moovweb/gvm) **star:4491** GVM 提供了一个接口来管理 Go 版本。 ![star > 1000][Silver]
* [Wide](https://wide.b3log.org/login) 为使用 Golang 的团队提供基于 web 的 IDE。
@ -2077,13 +2078,13 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [StatusOK](https://github.com/sanathp/statusok) **star:1164** 监视您的网站和REST api。当服务器宕机或响应时间超过预期时通过Slack、电子邮件获得通知。 ![star > 1000][Silver]
* [s3gof3r](https://github.com/rlmcpherson/s3gof3r) **star:1000** 小型实用程序/库针对大型对象在Amazon S3中的高速传输进行了优化。 ![star > 1000][Silver]
* [script](https://github.com/bitfield/script) **star:932** 让DevOps编写类shell和系统管理任务变得更加容易。 ![star > 100][Bronze]
* [go-selfupdate](https://github.com/sanbornm/go-selfupdate) **star:675** 允许你的 Go应用程序 进行自我更新。 ![star > 100][Bronze] ![最近一周有更新][Green]
* [go-selfupdate](https://github.com/sanbornm/go-selfupdate) **star:675** 允许你的 Go应用程序 进行自我更新。 ![star > 100][Bronze]
* [skm](https://github.com/TimothyYe/skm) **star:550** SKM是一个简单而强大的SSH密钥管理器它可以帮助您轻松地管理多个SSH密钥! ![star > 100][Bronze]
* [Scaleway-cli](https://github.com/scaleway/scaleway-cli) **star:539** 从命令行管理 BareMetal 服务器(与使用Docker一样容易)。 ![star > 100][Bronze] ![最近一周有更新][Green]
* [Pomerium](https://github.com/pomerium/pomerium) **star:527** Pomerium是一个可识别身份的访问代理。 ![star > 100][Bronze] ![最近一周有更新][Green]
* [aurora](https://github.com/xuri/aurora) **star:405** 基于web的跨平台 Beanstalkd 队列服务器控制台。 ![star > 100][Bronze]
* [govvv](https://github.com/ahmetalpbalkan/govvv) **star:391** 可轻松地添加版本信息到 Go 二进制文件。 ![star > 100][Bronze] ![最近一年没有更新][Yellow]
* [gonative](https://github.com/inconshreveable/gonative) **star:312** 用原生 Go 创建一个跨平台的 Go 工具链。 ![star > 100][Bronze] ![最近一年没有更新][Yellow]
* [govvv](https://github.com/ahmetalpbalkan/govvv) 可轻松地添加版本信息到 Go 二进制文件。
* [Mora](https://github.com/emicklei/mora) **star:267** 用于访问 MongoDB 文档和元数据的 REST 服务器。 ![star > 100][Bronze] ![最近一年没有更新][Yellow]
* [lstags](https://github.com/ivanilves/lstags) **star:220** 提供了工具和API可用来同步不同注册中心的Docker图像。 ![star > 100][Bronze]
* [Gogs](https://gogs.io/) 自托管的Git服务。
@ -2095,7 +2096,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [gobrew](https://github.com/cryptojuice/gobrew) **star:175** gobrew 允许您轻松地在 go 的多个版本之间切换。 ![star > 100][Bronze] ![最近一年没有更新][Yellow]
* [Blast](https://github.com/dave/blast) **star:167** 一个用于API负载测试和批处理作业的简单工具。 ![star > 100][Bronze] ![最近一年没有更新][Yellow]
* [ostent](https://github.com/ostrost/ostent) **star:164** 收集和显示系统指标,并可选 Graphite and/or fluxdb作为依赖。 ![star > 100][Bronze] ![最近一年没有更新][Yellow]
* [Packer](https://github.com/mitchellh/packer) 用于从一个源配置为多个平台创建相同的机器图像。
* [grapes](https://github.com/yaronsumel/grapes) **star:135** 旨在轻松地通过ssh分发命令的轻量级工具。 ![star > 100][Bronze]
* [easyssh-proxy](https://github.com/appleboy/easyssh-proxy) **star:101** Golang package for easy remote execution through SSH and SCP downloading via `ProxyCommand`. ![star > 100][Bronze]
* [kcli](https://github.com/cswank/kcli) **star:79** 用于检查kafka主题/分区/消息的命令行工具。
@ -2112,27 +2112,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:11405** Http 流量复制工具,用于实时回放从生产环境到阶段/开发环境的流量。 ![star > 5000][Gold]
* [rkt](https://github.com/coreos/rkt) **star:8753** 一个应用容器,与其他容器格式(如Docker)兼容,并支持其他执行引擎(如KVM)。 ![star > 5000][Gold] ![最近一周有更新][Green]
* [Seaweed File System](https://github.com/chrislusf/seaweedfs) **star:8289** 快速、简单、可伸缩的分布式文件系统采用了O(1)磁盘查找。 ![star > 5000][Gold] ![最近一周有更新][Green]
* [rkt](https://github.com/coreos/rkt) 一个应用容器,与其他容器格式(如Docker)兼容,并支持其他执行引擎(如KVM)。
* [restic](https://github.com/restic/restic) **star:7538** 消除重复项备份程序。 ![star > 5000][Gold] ![最近一周有更新][Green]
* [confd](https://github.com/kelseyhightower/confd) **star:6442** 使用 etcd 或 consul 的模板和数据管理本地应用程序配置文件。 ![star > 5000][Gold]
* [Comcast](https://github.com/tylertreat/Comcast) **star:6181** 模拟坏的网络连接。 ![star > 5000][Gold]
* [LiteIDE](https://github.com/visualfc/liteide) **star:5513** 简单的、开源的、跨平台的Go IDE。 ![star > 5000][Gold] ![最近一周有更新][Green] ![包含中文文档][CN]
* [drive](https://github.com/odeke-em/drive) **star:4977** 基于命令行的谷歌驱动器客户端。 ![star > 1000][Silver]
* [orange-cat](https://github.com/noraesae/orange-cat) 用Go编写的Markdown预览器。
* [nes](https://github.com/fogleman/nes) **star:4138** 任天堂娱乐系统(NES)模拟器。 ![star > 1000][Silver]
* [toxiproxy](https://github.com/shopify/toxiproxy) **star:3958** 为自动化测试模拟网络和系统条件的代理。 ![star > 1000][Silver]
* [tsuru](https://tsuru.io/) Extensible and open source Platform as a Service software.
* [toxiproxy](https://github.com/shopify/toxiproxy) **star:3958** 为自动化测试模拟网络和系统条件的代理。 ![star > 1000][Silver]
* [Pipe](https://github.com/b3log/pipe) **star:3046** 一个小巧漂亮的博客平台。 ![star > 1000][Silver] ![最近一周有更新][Green]
* [Duplicacy](https://github.com/gilbertchen/duplicacy) **star:2700** 跨平台网络和云备份工具。 ![star > 1000][Silver]
* [myLG](https://github.com/mehrdadrad/mylg) **star:2202** 命令行网络诊断工具。 ![star > 1000][Silver]
* [GoBoy](https://github.com/Humpheh/goboy) **star:2109** 用 Go 编写的任天堂Game Boy彩色模拟器。 ![star > 1000][Silver]
* [syncthing](https://syncthing.net/) 开放,分散的文件同步工具和协议。
* [Stack Up](https://github.com/pressly/sup) **star:1997** Stack Up 是一个超级简单的部署工具 — 只面向Unix。 ![star > 1000][Silver]
* [limetext](http://limetext.org/) 一个强大而优雅的文本编辑器
* [syncthing](https://syncthing.net/) 开放,分散的文件同步工具和协议
* [lgo](https://github.com/yunabe/lgo) **star:1805** 与 Jupyter 可进行交互 Go 程序。它支持代码完成、代码检查以及与Go 100% 兼容性。 ![star > 1000][Silver]
* [limetext](http://limetext.org/) 一个强大而优雅的文本编辑器。
* [snap](https://github.com/intelsdi-x/snap) **star:1803** 强大的遥测框架。 ![star > 1000][Silver]
* [Circuit](https://github.com/gocircuit/circuit) **star:1787** Circuit 是一个可编程平台即服务(PaaS)和/或基础设施即服务(IaaS),用于管理、发现、同步和编排包含云应用程序的服务和主机。 ![star > 1000][Silver]
* [borg](https://github.com/crufter/borg) **star:1419** 基于终端的bash代码段搜索引擎。 ![star > 1000][Silver] ![最近一年没有更新][Yellow]
* [Go Package Store](https://github.com/shurcooL/Go-Package-Store) **star:878** App that displays updates for the Go packages in your GOPATH. ![star > 100][Bronze] ![最近一周有更新][Green]
* [Documize](https://github.com/documize/community) **star:833** 集成了SaaS工具数据的现代wiki软件。 ![star > 100][Bronze] ![最近一周有更新][Green]
* [scc](https://github.com/boyter/scc) **star:777** 一个非常快速准确的代码计数器,采用了复杂的计算和 COCOMO 预估。 ![star > 100][Bronze] ![最近一周有更新][Green]
@ -2149,20 +2151,18 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [ipe](https://github.com/dimiro1/ipe) **star:277** Open source Pusher server implementation compatible with Pusher client libraries written in GO. ![star > 100][Bronze]
* [ide](https://github.com/thestrukture/ide) **star:252** 基于浏览器的IDE ![star > 100][Bronze] ![最近一周有更新][Green]
* [Cherry](https://github.com/rafael-santiago/cherry) **star:192** 微型网络聊天服务器。 ![star > 100][Bronze] ![最近一年没有更新][Yellow]
* [orange-cat](https://github.com/noraesae/orange-cat) **star:178** 用Go编写的Markdown预览器。 ![star > 100][Bronze]
* [Orbit](https://github.com/gulien/orbit) **star:128** 一个根据模板来运行命令和生成文件的简单小工具。 ![star > 100][Bronze] ![最近一年没有更新][Yellow]
* [Juju](https://jujucharms.com/) Cloud-agnostic的服务部署和编制 —— 支持EC2、Azure、Openstack、MAAS等。
* [joincap](https://github.com/assafmo/joincap) **star:122** 用于合并多个pcap文件的命令行实用程序。 ![star > 100][Bronze]
* [Docker](http://www.docker.com/) 面向开发人员和系统管理员的分布式应用程序的开放平台。
* [DDNS](https://github.com/skibish/ddns) **star:98** 个人 DDNS 客户端。 ![最近一周有更新][Green]
* [boxed](https://github.com/tejo/boxed) **star:72** 基于Dropbox的博客引擎。 ![最近一年没有更新][Yellow]
* [borg](https://github.com/crufter/borg) 基于终端的bash代码段搜索引擎。
* [naclpipe](https://github.com/unix4fun/naclpipe) **star:20** 基于加密管的简单的NaCL EC25519工具。
* [term-quiz](https://github.com/crazcalm/term-quiz) **star:17** 测试你的终端。
* [Snitch](https://github.com/lucasgomide/snitch) **star:15** 当有人通过 Tsuru 部署任何应用程序时,会通知您的团队以及其他工具。 ![最近一年没有更新][Yellow]
* [GoLand](https://jetbrains.com/go) 功能齐全的跨平台 Go IDE。
* [GoDocTooltip](https://github.com/diankong/GoDocTooltip) **star:12** 包含了 Go 使用手册文档的 Chrome 扩展。 ![最近一年没有更新][Yellow]
* [hugo](http://gohugo.io/) 快速、现代的静态网站引擎。
* [Gor](https://github.com/buger/gor) Http 流量复制工具,用于实时回放从生产环境到阶段/开发环境的流量。
# 资源
@ -2174,11 +2174,11 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [go-web-framework-benchmark](https://github.com/smallnest/go-web-framework-benchmark) **star:1008** web框架基准测试。 ![star > 1000][Silver]
* [skynet](https://github.com/atemerev/skynet) **star:915** 天网 1M 线程微基准测试。 ![star > 100][Bronze]
* [go_serialization_benchmarks](https://github.com/alecthomas/go_serialization_benchmarks) **star:876** Go序列化方法的基准测试。 ![star > 100][Bronze]
* [gocostmodel](https://github.com/PuerkitoBio/gocostmodel) Go语言常用基本操作的基准测试。
* [speedtest-resize](https://github.com/fawick/speedtest-resize) **star:172** 对比各种图像大小调整算法性能。 ![star > 100][Bronze] ![最近一年没有更新][Yellow]
* [go-benchmarks](https://github.com/tylertreat/go-benchmarks) **star:123** Few miscellaneous Go microbenchmarks. Compare some language features to alternative approaches ![star > 100][Bronze] ![最近一年没有更新][Yellow]
* [gospeed](https://github.com/feyeleanor/GoSpeed) **star:93** 计算语言结构的速度的微观基准测试。
* [autobench](https://github.com/davecheney/autobench) **star:89** 用来来比较不同Go版本之间的性能的框架。 ![最近一年没有更新][Yellow]
* [gocostmodel](https://github.com/PuerkitoBio/gocostmodel) **star:52** Go语言常用基本操作的基准测试。 ![最近一年没有更新][Yellow]
* [golang-sql-benchmark](https://github.com/tyler-smith/golang-sql-benchmark) **star:49** 为流行的 Go 数据库/SQL实用程序收集基准测试。 ![最近一年没有更新][Yellow]
* [go-benchmark-app](https://github.com/mrLSD/go-benchmark-app) **star:19** 强大的HTTP基准测试工具包含了АbWrkSiege工具。收集统计和各种参数指标并比较相关结果。 ![最近一年没有更新][Yellow]
* [kvbench](https://github.com/jimrobinson/kvbench) **star:14** K / V 类型数据库基准测试。 ![最近一年没有更新][Yellow]

View File

@ -8,7 +8,7 @@
[CN]: https://cdn.jsdelivr.net/gh/yinggaozhen/awesome-go-cn@1.1/docs/Cn.svg "Contains Chinese documents"
[Archived]: https://cdn.jsdelivr.net/gh/yinggaozhen/awesome-go-cn@1.2.1/docs/archived.svg "The project has been archived"
**This project is [awesome-go](https://awesome-go.com/) Chinese version, last sync time : 2019-08-15 10:26:42(Synchronize every day)**
**This project is [awesome-go](https://awesome-go.com/) Chinese version, last sync time : 2019-08-16 09:47:10(Synchronize every day)**
[![english](https://yinggaozhen.github.io/docs/chinese.svg)](README.md) [![Build Status](https://travis-ci.org/avelino/awesome-go.svg?branch=master)](https://travis-ci.org/avelino/awesome-go) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Slack Widget](https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=red)](http://gophers.slack.com/messages/awesome) [![Netlify Status](https://api.netlify.com/api/v1/badges/83a6dcbe-0da6-433e-b586-f68109286bd5/deploy-status)](https://app.netlify.com/sites/awesome-go/deploys)
@ -201,7 +201,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [tbot](https://github.com/yanzay/tbot) **star:220** Telegram bot server with API similar to net/http. ![star > 100][Bronze]
* [Tenyks](https://github.com/kyleterry/tenyks) **star:168** Service oriented IRC bot using Redis and JSON for messaging. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow]
* [Kelp](https://github.com/stellar/kelp) **star:162** official trading and market-making bot for the [Stellar](https://www.stellar.org/) DEX. Works out-of-the-box, written in Golang, compatible with centralized exchanges and custom trading strategies. ![star > 100][Bronze]
* [go-sarah](https://github.com/oklahomer/go-sarah) **star:137** Framework to build bot for desired chat services including LINE, Slack, Gitter and more. ![star > 100][Bronze] ![There was an update last week][Green]
* [go-sarah](https://github.com/oklahomer/go-sarah) **star:137** Framework to build bot for desired chat services including LINE, Slack, Gitter and more. ![star > 100][Bronze]
* [hanu](https://github.com/sbstjn/hanu) **star:109** Framework for writing Slack bots. ![star > 100][Bronze]
* [go-tgbot](https://github.com/olebedev/go-tgbot) **star:86** Pure Golang Telegram Bot API wrapper, generated from swagger file, session-based router and middleware. ![It hasn't been updated in the last year][Yellow]
* [margelet](https://github.com/zhulik/margelet) **star:56** Framework for building Telegram bots. ![It hasn't been updated in the last year][Yellow]
@ -378,7 +378,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [levenshtein](https://github.com/agext/levenshtein) **star:33** Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.
* [goconcurrentqueue](https://github.com/enriquebris/goconcurrentqueue) **star:30** Concurrent FIFO queue.
* [concurrent-writer](https://github.com/free/concurrent-writer) **star:24** Highly concurrent drop-in replacement for `bufio.Writer`. ![It hasn't been updated in the last year][Yellow]
* [crunch](https://github.com/superwhiskers/crunch) **star:19** Go package implementing buffers for handling various datatypes easily. ![There was an update last week][Green]
* [crunch](https://github.com/superwhiskers/crunch) **star:19** Go package implementing buffers for handling various datatypes easily.
* [goset](https://github.com/zoumo/goset) **star:16** A useful Set collection implementation for Go. ![There was an update last week][Green]
* [pipeline](https://github.com/hyfather/pipeline) **star:15** An implementation of pipelines with fan-in and fan-out.
* [go-ef](https://github.com/amallia/go-ef) **star:11** A Go implementation of the Elias-Fano encoding. ![It hasn't been updated in the last year][Yellow]
@ -417,7 +417,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics) **star:1032** fast, resource-effective and scalable open source time series database. May be used as long-term remote storage for Prometheus. Supports PromQL. ![star > 1000][Silver] ![There was an update last week][Green]
* [GCache](https://github.com/bluele/gcache) **star:907** Cache library with support for expirable Cache, LFU, LRU and ARC. ![star > 100][Bronze]
* [nutsdb](https://github.com/xujiajun/nutsdb) **star:894** Nutsdb is a simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set. ![star > 100][Bronze] ![Contains Chinese documents][CN]
* [CovenantSQL](https://github.com/CovenantSQL/CovenantSQL) **star:879** CovenantSQL is a SQL database on blockchain. ![star > 100][Bronze] ![There was an update last week][Green]
* [CovenantSQL](https://github.com/CovenantSQL/CovenantSQL) **star:879** CovenantSQL is a SQL database on blockchain. ![star > 100][Bronze]
* [diskv](https://github.com/peterbourgon/diskv) **star:755** Home-grown disk-backed key-value store. ![star > 100][Bronze]
* [moss](https://github.com/couchbase/moss) **star:718** Moss is a simple LSM key-value storage engine written in 100% Go. ![star > 100][Bronze]
* [eliasdb](https://github.com/krotik/eliasdb) **star:532** Dependency-free, transactional graph database with REST API, phrase search and SQL-like query language. ![star > 100][Bronze]
@ -448,7 +448,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [soda](https://github.com/gobuffalo/pop/tree/master/soda) Database migration, creation, ORM, etc... for MySQL, PostgreSQL, and SQLite.
* [go-pg-migrations](https://github.com/robinjoseph08/go-pg-migrations) **star:23** A Go package to help write migrations with go-pg/pg.
* [go-fixtures](https://github.com/RichardKnop/go-fixtures) **star:20** Django style fixtures for Golang's excellent built-in database/sql library.
* [avro](https://github.com/khezen/avro) **star:6** Discover SQL schemas and convert them to AVRO schemas. Query SQL records into AVRO bytes. ![There was an update last week][Green]
* [avro](https://github.com/khezen/avro) **star:6** Discover SQL schemas and convert them to AVRO schemas. Query SQL records into AVRO bytes.
*Database tools.*
@ -510,9 +510,9 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [gorethink](https://github.com/dancannon/gorethink) **star:1462** Go language driver for RethinkDB. ![star > 1000][Silver]
* [neoism](https://github.com/jmcvetta/neoism) **star:357** Neo4j client for Golang. ![star > 100][Bronze]
* [aerospike-client-go](https://github.com/aerospike/aerospike-client-go) **star:305** Aerospike client in Go language. ![star > 100][Bronze] ![There was an update last week][Green]
* [gocb](https://github.com/couchbase/gocb) **star:293** Official Couchbase Go SDK. ![star > 100][Bronze] ![There was an update last week][Green]
* [gocb](https://github.com/couchbase/gocb) **star:293** Official Couchbase Go SDK. ![star > 100][Bronze]
* [gocql](http://gocql.github.io) Go language driver for Apache Cassandra.
* [go-couchbase](https://github.com/couchbase/go-couchbase) **star:292** Couchbase client in Go. ![star > 100][Bronze] ![There was an update last week][Green]
* [go-couchbase](https://github.com/couchbase/go-couchbase) **star:292** Couchbase client in Go. ![star > 100][Bronze]
* [redeo](https://github.com/bsm/redeo) **star:261** Redis-protocol compatible TCP servers/services. ![star > 100][Bronze] ![There was an update last week][Green]
* [go-rejson](https://github.com/nitishm/go-rejson) **star:90** Golang client for redislabs' ReJSON module using Redigo golang client. Store and manipulate structs as JSON objects in redis with ease.
* [Neo4j-GO](https://github.com/davemeehan/Neo4j-GO) **star:72** Neo4j REST Client in golang. ![It hasn't been updated in the last year][Yellow]
@ -531,7 +531,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* Search and Analytic Databases.
* [bleve](https://github.com/blevesearch/bleve) **star:5861** Modern text indexing library for go. ![star > 5000][Gold] ![There was an update last week][Green]
* [riot](https://github.com/go-ego/riot) **star:4706** Go Open Source, Distributed, Simple and efficient Search Engine. ![star > 1000][Silver] ![There was an update last week][Green] ![Contains Chinese documents][CN]
* [riot](https://github.com/go-ego/riot) **star:4706** Go Open Source, Distributed, Simple and efficient Search Engine. ![star > 1000][Silver] ![Contains Chinese documents][CN]
* [elastic](https://github.com/olivere/elastic) **star:4173** Elasticsearch client for Go. ![star > 1000][Silver] ![There was an update last week][Green]
* [go-elasticsearch](https://github.com/elastic/go-elasticsearch) **star:1602** Official Elasticsearch client for Go. ![star > 1000][Silver]
* [elastigo](https://github.com/mattbaird/elastigo) **star:951** Elasticsearch client library. ![star > 100][Bronze]
@ -587,7 +587,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [hprose](https://github.com/hprose/hprose-golang) **star:1009** Very newbility RPC Library, support 25+ languages now. ![star > 1000][Silver] ![Contains Chinese documents][CN]
* [ringpop-go](https://github.com/uber/ringpop-go) **star:575** Scalable, fault-tolerant application-layer sharding for Go applications. ![star > 100][Bronze]
* [gorpc](https://github.com/valyala/gorpc) **star:554** Simple, fast and scalable RPC library for high load. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow]
* [go-health](https://github.com/InVisionApp/go-health) **star:482** Library for enabling asynchronous dependency health checks in your service. ![star > 100][Bronze] ![There was an update last week][Green]
* [go-health](https://github.com/InVisionApp/go-health) **star:482** Library for enabling asynchronous dependency health checks in your service. ![star > 100][Bronze]
* [digota](https://github.com/digota/digota) **star:301** grpc ecommerce microservice. ![star > 100][Bronze]
* [dot](https://github.com/dotchain/dot/) distributed sync using operational transformation/OT.
* [sleuth](https://github.com/ursiform/sleuth) **star:300** Library for master-less p2p auto-discovery and RPC between HTTP services (using [ZeroMQ](https://github.com/zeromq/libzmq)). ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow]
@ -614,7 +614,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [MailHog](https://github.com/mailhog/MailHog) **star:5190** Email and SMTP testing with web and API interface. ![star > 5000][Gold]
* [chasquid](https://blitiri.com.ar/p/chasquid) SMTP server written in Go.
* [hermes](https://github.com/matcornic/hermes) **star:1624** Golang package that generates clean, responsive HTML e-mails. ![star > 1000][Silver]
* [email](https://github.com/jordan-wright/email) **star:1097** A robust and flexible email library for Go. ![star > 1000][Silver] ![There was an update last week][Green]
* [email](https://github.com/jordan-wright/email) **star:1097** A robust and flexible email library for Go. ![star > 1000][Silver]
* [go-imap](https://github.com/emersion/go-imap) **star:737** IMAP library for clients and servers. ![star > 100][Bronze]
* [SendGrid](https://github.com/sendgrid/sendgrid-go) **star:521** SendGrid's Go library for sending email. ![star > 100][Bronze]
* [Hectane](https://github.com/hectane/hectane) **star:169** Lightweight SMTP client providing an HTTP API. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow]
@ -733,7 +733,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [raylib-go](https://github.com/gen2brain/raylib-go) **star:384** Go bindings for [raylib](http://www.raylib.com/), a simple and easy-to-use library to learn videogames programming. ![star > 100][Bronze]
* [go-astar](https://github.com/beefsack/go-astar) **star:327** Go implementation of the A\* path finding algorithm. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow]
* [GarageEngine](https://github.com/vova616/GarageEngine) **star:313** 2d game engine written in Go working on OpenGL. ![star > 100][Bronze]
* [Pitaya](https://github.com/topfreegames/pitaya) **star:301** Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through the C SDK. ![star > 100][Bronze] ![There was an update last week][Green]
* [Pitaya](https://github.com/topfreegames/pitaya) **star:301** Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through the C SDK. ![star > 100][Bronze]
* [go3d](https://github.com/ungerik/go3d) **star:164** Performance oriented 2D/3D math package for Go. ![star > 100][Bronze]
* [glop](https://github.com/runningwild/glop) **star:77** Glop (Game Library Of Power) is a fairly simple cross-platform game library. ![It hasn't been updated in the last year][Yellow]
* [go-collada](https://github.com/GlenKelley/go-collada) **star:12** Go package for working with the Collada file format. ![It hasn't been updated in the last year][Yellow]
@ -1040,7 +1040,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [Beaver](https://github.com/Clivern/Beaver) **star:729** A real time messaging server to build a scalable in-app notifications, multiplayer games, chat apps in web and mobile apps. ![star > 100][Bronze]
* [EventBus](https://github.com/asaskevich/EventBus) **star:563** The lightweight event bus with async compatibility. ![star > 100][Bronze]
* [golongpoll](https://github.com/jcuga/golongpoll) **star:429** HTTP longpoll server library that makes web pub-sub simple. ![star > 100][Bronze]
* [dbus](https://github.com/godbus/dbus) **star:360** Native Go bindings for D-Bus. ![star > 100][Bronze] ![There was an update last week][Green]
* [dbus](https://github.com/godbus/dbus) **star:360** Native Go bindings for D-Bus. ![star > 100][Bronze]
* [Glue](https://github.com/desertbit/glue) **star:320** Robust Go and Javascript Socket Library (Alternative to Socket.io). ![star > 100][Bronze]
* [emitter](https://github.com/olebedev/emitter) **star:310** Emits events using Go way, with wildcard, predicates, cancellation possibilities and many other good wins. ![star > 100][Bronze]
* [pubsub](https://github.com/tuxychandru/pubsub) **star:280** Simple pubsub package for go. ![star > 100][Bronze]
@ -1096,7 +1096,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*Unofficial set of patterns for structuring projects.*
* [golang-standards/project-layout](https://github.com/golang-standards/project-layout) **star:9283** Set of common historical and emerging project layout patterns in the Go ecosystem. ![star > 5000][Gold] ![There was an update last week][Green]
* [golang-standards/project-layout](https://github.com/golang-standards/project-layout) **star:9283** Set of common historical and emerging project layout patterns in the Go ecosystem. ![star > 5000][Gold]
* [scaffold](https://github.com/catchplay/scaffold) **star:26** Scaffold generates starter Go project layout. Lets you focus on business logic implemeted.
* [go-sample](https://github.com/zitryss/go-sample) **star:25** A sample layout for Go application projects with the real code.
@ -1205,7 +1205,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [quic-go](https://github.com/lucas-clemente/quic-go) **star:2942** An implementation of the QUIC protocol in pure Go. ![star > 1000][Silver] ![There was an update last week][Green]
* [gopacket](https://github.com/google/gopacket) **star:2894** Go library for packet processing with libpcap bindings. ![star > 1000][Silver] ![There was an update last week][Green]
* [webrtc](https://github.com/pions/webrtc) **star:2292** A pure Go implementation of the WebRTC API. ![star > 1000][Silver] ![There was an update last week][Green]
* [kcp-go](https://github.com/xtaci/kcp-go) **star:2254** KCP - Fast and Reliable ARQ Protocol. ![star > 1000][Silver] ![There was an update last week][Green]
* [kcp-go](https://github.com/xtaci/kcp-go) **star:2254** KCP - Fast and Reliable ARQ Protocol. ![star > 1000][Silver]
* [gobgp](https://github.com/osrg/gobgp) **star:1696** BGP implemented in the Go Programming Language. ![star > 1000][Silver] ![There was an update last week][Green]
* [ssh](https://github.com/gliderlabs/ssh) **star:1114** Higher-level API for building SSH servers (wraps crypto/ssh). ![star > 1000][Silver]
* [fortio](https://github.com/fortio/fortio) **star:890** Load testing library and command line tool, advanced echo server and web UI. Allows to specify a set query-per-second load and record latency histograms and other useful stats and graph them. Tcp, Http, gRPC. ![star > 100][Bronze]
@ -1218,7 +1218,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [grab](https://github.com/cavaliercoder/grab) **star:547** Go package for managing file downloads. ![star > 100][Bronze]
* [ftp](https://github.com/jlaffaye/ftp) **star:531** Package ftp implements a FTP client as described in [RFC 959](http://tools.ietf.org/html/rfc959). ![star > 100][Bronze] ![There was an update last week][Green]
* [lhttp](https://github.com/fanux/lhttp) **star:513** Powerful websocket framework, build your IM server more easily. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] ![Contains Chinese documents][CN]
* [gosnmp](https://github.com/soniah/gosnmp) **star:440** Native Go library for performing SNMP actions. ![star > 100][Bronze] ![There was an update last week][Green]
* [gosnmp](https://github.com/soniah/gosnmp) **star:440** Native Go library for performing SNMP actions. ![star > 100][Bronze]
* [gotcp](https://github.com/gansidui/gotcp) **star:418** Go package for quickly writing tcp applications. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow]
* [cidranger](https://github.com/yl2chen/cidranger) **star:388** Fast IP to CIDR lookup for Go. ![star > 100][Bronze]
* [peerdiscovery](https://github.com/schollz/peerdiscovery) **star:365** Pure Go library for cross-platform local peer discovery using UDP multicast. ![star > 100][Bronze]
@ -1277,7 +1277,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*Libraries that implement Object-Relational Mapping or datamapping techniques.*
* [GORM](https://github.com/jinzhu/gorm) **star:14783** The fantastic ORM library for Golang, aims to be developer friendly. ![star > 5000][Gold] ![There was an update last week][Green]
* [GORM](https://github.com/jinzhu/gorm) **star:14783** The fantastic ORM library for Golang, aims to be developer friendly. ![star > 5000][Gold]
* [Xorm](https://github.com/go-xorm/xorm) **star:5238** Simple and powerful ORM for Go. ![star > 5000][Gold] ![There was an update last week][Green] ![Contains Chinese documents][CN]
* [gorp](https://github.com/go-gorp/gorp) **star:3082** Go Relational Persistence, ORM-ish library for Go. ![star > 1000][Silver]
* [go-pg](https://github.com/go-pg/pg) **star:3024** PostgreSQL ORM with focus on PostgreSQL specific features and performance. ![star > 1000][Silver] ![There was an update last week][Green]
@ -1332,7 +1332,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
## Query Language
* [graphql-go](https://github.com/graphql-go/graphql) **star:5260** Implementation of GraphQL for Go. ![star > 5000][Gold] ![There was an update last week][Green]
* [graphql](https://github.com/neelance/graphql-go) **star:2807** GraphQL server with a focus on ease of use. ![star > 1000][Silver] ![There was an update last week][Green]
* [graphql](https://github.com/neelance/graphql-go) **star:2807** GraphQL server with a focus on ease of use. ![star > 1000][Silver]
* [gojsonq](https://github.com/thedevsaddam/gojsonq) **star:865** A simple Go package to Query over JSON Data. ![star > 100][Bronze]
* [jsonql](https://github.com/elgs/jsonql) **star:201** JSON query expression library in Golang. ![star > 100][Bronze]
* [rql](https://github.com/a8m/rql) **star:111** Resource Query Language for REST API. ![star > 100][Bronze]
@ -1394,7 +1394,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [acmetool](https://github.com/hlandau/acme) **star:1695** ACME (Let's Encrypt) client tool with automatic renewal. ![star > 1000][Silver] ![It hasn't been updated in the last year][Yellow]
* [memguard](https://github.com/awnumar/memguard) **star:1530** A pure Go library for handling sensitive values in memory. ![star > 1000][Silver] ![There was an update last week][Green]
* [secure](https://github.com/unrolled/secure) **star:1213** HTTP middleware for Go that facilitates some quick security wins. ![star > 1000][Silver]
* [acra](https://github.com/cossacklabs/acra) **star:452** Network encryption proxy to protect database-based applications from data leaks: strong selective encryption, SQL injections prevention, intrusion detection system. ![star > 100][Bronze] ![There was an update last week][Green]
* [acra](https://github.com/cossacklabs/acra) **star:452** Network encryption proxy to protect database-based applications from data leaks: strong selective encryption, SQL injections prevention, intrusion detection system. ![star > 100][Bronze]
* [nacl](https://github.com/kevinburke/nacl) **star:451** Go implementation of the NaCL set of API's. ![star > 100][Bronze]
* [BadActor](https://github.com/jaredfolkins/badactor) **star:247** In-memory, application-driven jailer built in the spirit of fail2ban. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow]
* [passlib](https://github.com/hlandau/passlib) **star:226** Futureproof password hashing library. ![star > 100][Bronze]
@ -1442,7 +1442,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [flipt](https://github.com/markphelps/flipt) **star:992** A self contained feature flag solution written in Go and Vue.js ![star > 100][Bronze]
* [SFTPGo](https://github.com/drakkan/sftpgo) **star:899** Full featured and highly configurable SFTP server software. ![star > 100][Bronze] ![There was an update last week][Green]
* [yakvs](https://git.sci4me.com/sci4me/yakvs) Small, networked, in-memory key-value store.
* [Flagr](https://github.com/checkr/flagr) **star:830** Flagr is an open-source feature flagging and A/B testing service. ![star > 100][Bronze] ![There was an update last week][Green]
* [Flagr](https://github.com/checkr/flagr) **star:830** Flagr is an open-source feature flagging and A/B testing service. ![star > 100][Bronze]
* [Fider](https://github.com/getfider/fider) **star:798** Fider is an open platform to collect and organize customer feedback. ![star > 100][Bronze]
* [jackal](https://github.com/ortuman/jackal) **star:719** An XMPP server written in Go. ![star > 100][Bronze]
* [discovery](https://github.com/Bilibili/discovery) **star:679** A registry for resilient mid-tier load balancing and failover. ![star > 100][Bronze] ![There was an update last week][Green]
@ -1513,7 +1513,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [go-testdeep](https://github.com/maxatome/go-testdeep) **star:55** Extremely flexible golang deep comparison, extends the go testing package.
* [gospecify](https://github.com/stesla/gospecify) **star:51** This provides a BDD syntax for testing your Go code. It should be familiar to anybody who has used libraries such as rspec. ![It hasn't been updated in the last year][Yellow]
* [restit](https://github.com/yookoala/restit) **star:49** Go micro framework to help writing RESTful API integration test. ![It hasn't been updated in the last year][Yellow]
* [commander](https://github.com/SimonBaeumer/commander) **star:32** Tool for testing cli applications on windows, linux and osx. ![There was an update last week][Green]
* [commander](https://github.com/SimonBaeumer/commander) **star:32** Tool for testing cli applications on windows, linux and osx.
* [gomatch](https://github.com/jfilipczyk/gomatch) **star:30** library created for testing JSON against patterns.
* [gomega](http://onsi.github.io/gomega/) Rspec like matcher/assertion library.
* [Hamcrest](https://github.com/rdrdr/hamcrest) **star:26** fluent framework for declarative Matcher objects that, when applied to input values, produce self-describing results. ![It hasn't been updated in the last year][Yellow]
@ -1543,7 +1543,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [mockhttp](https://github.com/tv42/mockhttp) **star:22** Mock object for Go http.ResponseWriter. ![It hasn't been updated in the last year][Yellow]
* Fuzzing and delta-debugging/reducing/shrinking.
* [go-fuzz](https://github.com/dvyukov/go-fuzz) **star:2895** Randomized testing system. ![star > 1000][Silver] ![There was an update last week][Green]
* [go-fuzz](https://github.com/dvyukov/go-fuzz) **star:2895** Randomized testing system. ![star > 1000][Silver]
* [gofuzz](https://github.com/google/gofuzz) **star:534** Library for populating go objects with random values. ![star > 100][Bronze]
* [Tavor](https://github.com/zimmski/tavor) **star:212** Generic fuzzing and delta-debugging framework. ![star > 100][Bronze]
@ -1573,7 +1573,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [go-toml](https://github.com/pelletier/go-toml) **star:611** Go library for the TOML format with query support and handy cli tools. ![star > 100][Bronze]
* [commonregex](https://github.com/mingrammer/commonregex) **star:553** A collection of common regular expressions for Go. ![star > 100][Bronze]
* [slug](https://github.com/gosimple/slug) **star:381** URL-friendly slugify with multiple languages support. ![star > 100][Bronze]
* [mxj](https://github.com/clbanning/mxj) **star:332** Encode / decode XML as JSON or map[string]interface{}; extract values with dot-notation paths and wildcards. Replaces x2j and j2x packages. ![star > 100][Bronze] ![There was an update last week][Green]
* [mxj](https://github.com/clbanning/mxj) **star:332** Encode / decode XML as JSON or map[string]interface{}; extract values with dot-notation paths and wildcards. Replaces x2j and j2x packages. ![star > 100][Bronze]
* [gommon/bytes](https://github.com/labstack/gommon/tree/master/bytes) Format bytes to string.
* [gographviz](https://github.com/awalterschulze/gographviz) **star:302** Parses the Graphviz DOT language. ![star > 100][Bronze]
* [dataflowkit](https://github.com/slotix/dataflowkit) **star:292** Web scraping Framework to turn websites into structured data. ![star > 100][Bronze]
@ -1713,7 +1713,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [Task](https://github.com/go-task/task) **star:1950** simple "Make" alternative. ![star > 1000][Silver] ![There was an update last week][Green]
* [minify](https://github.com/tdewolff/minify) **star:1864** Fast minifiers for HTML, CSS, JS, XML, JSON and SVG file formats. ![star > 1000][Silver]
* [mmake](https://github.com/tj/mmake) **star:1447** Modern Make. ![star > 1000][Silver]
* [Storm](https://github.com/asdine/storm) **star:1361** Simple and powerful toolkit for BoltDB. ![star > 1000][Silver] ![There was an update last week][Green]
* [Storm](https://github.com/asdine/storm) **star:1361** Simple and powerful toolkit for BoltDB. ![star > 1000][Silver]
* [mole](https://github.com/davrodpin/mole) **star:1301** cli app to easily create ssh tunnels. ![star > 1000][Silver]
* [go-funk](https://github.com/thoas/go-funk) **star:1199** Modern Go utility library which provides helpers (map, find, contains, filter, chunk, reverse, ...). ![star > 1000][Silver]
* [mc](https://github.com/minio/mc) **star:1122** Minio Client provides minimal tools to work with Amazon S3 compatible cloud storage and filesystems. ![star > 1000][Silver] ![There was an update last week][Green]
@ -1889,7 +1889,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [Aero](https://github.com/aerogo/aero) **star:158** High-performance web framework for Go, reaches top scores in Lighthouse. ![star > 100][Bronze]
* [Gem](https://github.com/go-gem/gem) **star:153** Simple and fast web framework, friendly to REST API. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow]
* [go-rest](https://github.com/ungerik/go-rest) **star:116** Small and evil REST framework for Go. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow]
* [hiboot](https://github.com/hidevopsio/hiboot) **star:87** hiboot is a high performance web application framework with auto configuration and dependency injection support. ![There was an update last week][Green] ![Contains Chinese documents][CN]
* [hiboot](https://github.com/hidevopsio/hiboot) **star:87** hiboot is a high performance web application framework with auto configuration and dependency injection support. ![Contains Chinese documents][CN]
* [WebGo](https://github.com/bnkamalesh/webgo) **star:75** A micro-framework to build web apps; with handler chaining, middleware and context injection. With standard library compliant HTTP handlers(i.e. http.HandlerFunc).
* [Golax](https://github.com/fulldump/golax) **star:71** A non Sinatra fast HTTP framework with support for Google custom methods, deep interceptors, recursion and more. ![It hasn't been updated in the last year][Yellow]
* [Microservice](https://github.com/claygod/microservice) **star:57** The framework for the creation of microservices, written in Golang.
@ -1911,7 +1911,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
#### Actual middlewares
* [Tollbooth](https://github.com/didip/tollbooth) **star:1254** Rate limit HTTP request handler. ![star > 1000][Silver]
* [CORS](https://github.com/rs/cors) **star:1225** Easily add CORS capabilities to your API. ![star > 1000][Silver] ![There was an update last week][Green]
* [CORS](https://github.com/rs/cors) **star:1225** Easily add CORS capabilities to your API. ![star > 1000][Silver]
* [Limiter](https://github.com/ulule/limiter) **star:795** Dead simple rate limit middleware for Go. ![star > 100][Bronze]
* [go-server-timing](https://github.com/mitchellh/go-server-timing) **star:749** Add/parse Server-Timing header. ![star > 100][Bronze]
* [ln-paywall](https://github.com/philippgille/ln-paywall) **star:90** Go middleware for monetizing APIs on a per-request basis with the Lightning Network (Bitcoin).
@ -1988,14 +1988,13 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [GoLint](https://github.com/golang/lint) **star:3166** Golint is a linter for Go source code. ![star > 1000][Silver]
* [errcheck](https://github.com/kisielk/errcheck) **star:1322** Errcheck is a program for checking for unchecked errors in Go programs. ![star > 1000][Silver]
* [gcvis](https://github.com/davecheney/gcvis) **star:920** Visualise Go program GC trace data in real time. ![star > 100][Bronze]
* [php-parser](https://github.com/z7zmey/php-parser) **star:645** A Parser for PHP written in Go. ![star > 100][Bronze] ![There was an update last week][Green]
* [staticcheck](https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) staticcheck is `go vet` on steroids, applying a ton of static analysis checks you might be used to from tools like ReSharper for C#.
* [tarp](https://github.com/verygoodsoftwarenotvirus/tarp) tarp finds functions and methods without direct unit tests in Go source code.
* [php-parser](https://github.com/z7zmey/php-parser) **star:645** A Parser for PHP written in Go. ![star > 100][Bronze] ![There was an update last week][Green]
* [go-critic](https://github.com/go-critic/go-critic) **star:579** source code linter that brings checks that are currently not implemented in other linters. ![star > 100][Bronze]
* [GolangCI](https://golangci.com/) GolangCI is an automated Golang code review service for GitHub pull requests. Service is open source and it's free for open source projects.
* [goimports](https://godoc.org/golang.org/x/tools/cmd/goimports) Tool to fix (add, remove) your Go imports automatically.
* [goast-viewer](https://github.com/yuroyoro/goast-viewer) **star:378** Web based Golang AST visualizer. ![star > 100][Bronze]
* [GolangCI](https://golangci.com/) GolangCI is an automated Golang code review service for GitHub pull requests. Service is open source and it's free for open source projects.
* [GoCover.io](http://gocover.io/) GoCover.io offers the code coverage of any golang package as a service.
* [goast-viewer](https://github.com/yuroyoro/goast-viewer) **star:378** Web based Golang AST visualizer. ![star > 100][Bronze]
* [go-cleanarch](https://github.com/roblaszczak/go-cleanarch) **star:282** go-cleanarch was created to validate Clean Architecture rules, like a The Dependency Rule and interaction between packages in your Go projects. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow]
* [unconvert](https://github.com/mdempsky/unconvert) **star:258** Remove unnecessary type conversions from Go source. ![star > 100][Bronze]
* [unused](https://github.com/dominikh/go-tools/tree/master/cmd/unused) unused checks Go code for unused constants, variables, functions and types.
@ -2007,6 +2006,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [lint](https://github.com/surullabs/lint) **star:63** Run linters as part of go test.
* [validate](https://github.com/mccoyst/validate) **star:62** Automatically validates struct fields with tags. ![It hasn't been updated in the last year][Yellow]
* [go-outdated](https://github.com/firstrow/go-outdated) **star:44** Console application that displays outdated packages. ![Archived][Archived]
* [tarp](https://github.com/verygoodsoftwarenotvirus/tarp) **star:14** tarp finds functions and methods without direct unit tests in Go source code. ![It hasn't been updated in the last year][Yellow] ![Archived][Archived]
## Editor Plugins
@ -2039,13 +2039,13 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
## Go Tools
* [go-swagger](https://github.com/go-swagger/go-swagger) **star:4011** Swagger 2.0 implementation for go. Swagger is a simple yet powerful representation of your RESTful API. ![star > 1000][Silver] ![There was an update last week][Green]
* [OctoLinker](https://github.com/OctoLinker/browser-extension) **star:3813** Navigate through go files efficiently with the OctoLinker browser extension for GitHub. ![star > 1000][Silver] ![There was an update last week][Green]
* [go-callvis](https://github.com/TrueFurby/go-callvis) **star:1999** Visualize call graph of your Go program using dot format. ![star > 1000][Silver]
* [richgo](https://github.com/kyoh86/richgo) **star:390** Enrich `go test` outputs with text decorations. ![star > 100][Bronze]
* [depth](https://github.com/KyleBanks/depth) **star:381** Visualize dependency trees of any package by analyzing imports. ![star > 100][Bronze]
* [gb](https://getgb.io/) An easy to use project based build tool for the Go programming language.
* [rts](https://github.com/galeone/rts) **star:185** RTS: response to struct. Generates Go structs from server responses. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow]
* [godbg](https://github.com/tylerwince/godbg) **star:156** Implementation of Rusts `dbg!` macro for quick and easy debugging during development. ![star > 100][Bronze]
* [OctoLinker](https://github.com/OctoLinker/browser-extension) Navigate through go files efficiently with the OctoLinker browser extension for GitHub.
* [colorgo](https://github.com/songgao/colorgo) **star:98** Wrapper around `go` command for colorized `go build` output. ![It hasn't been updated in the last year][Yellow]
* [go-pkg-complete](https://github.com/skelterjohn/go-pkg-complete) **star:37** Bash completion for go and wgo. ![It hasn't been updated in the last year][Yellow]
* [generator-go-lang](https://github.com/axelspringer/generator-go-lang) **star:13** A [Yeoman](http://yeoman.io) generator to get new Go projects started.
@ -2060,9 +2060,10 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [kubernetes](https://github.com/kubernetes/kubernetes) **star:56639** Container Cluster Manager from Google. ![star > 5000][Gold] ![There was an update last week][Green]
* [Moby](https://github.com/moby/moby) **star:54541** Collaborative project for the container ecosystem to assemble container-based systems. ![star > 5000][Gold] ![There was an update last week][Green]
* [traefik](https://github.com/containous/traefik) **star:23881** Reverse proxy and load balancer with support for multiple backends. ![star > 5000][Gold] ![There was an update last week][Green]
* [Gitea](https://github.com/go-gitea/gitea) **star:15422** Fork of Gogs, entirely community driven. ![star > 5000][Gold] ![There was an update last week][Green] ![Contains Chinese documents][CN]
* [gitea-github-migrator](https://git.jonasfranz.software/JonasFranzDEV/gitea-github-migrator) Migrate all your GitHub repositories, issues, milestones and labels to your Gitea instance.
* [Gitea](https://github.com/go-gitea/gitea) **star:15422** Fork of Gogs, entirely community driven. ![star > 5000][Gold] ![There was an update last week][Green] ![Contains Chinese documents][CN]
* [Vegeta](https://github.com/tsenart/vegeta) **star:12250** HTTP load testing tool and library. It's over 9000! ![star > 5000][Gold]
* [Packer](https://github.com/mitchellh/packer) **star:9259** Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. ![star > 5000][Gold] ![There was an update last week][Green]
* [Hey](https://github.com/rakyll/hey) **star:6373** Hey is a tiny program that sends some load to a web application. ![star > 5000][Gold]
* [GVM](https://github.com/moovweb/gvm) **star:4491** GVM provides an interface to manage Go versions. ![star > 1000][Silver]
* [Wide](https://wide.b3log.org/login) Web-based IDE for Teams using Golang.
@ -2077,13 +2078,13 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [StatusOK](https://github.com/sanathp/statusok) **star:1164** Monitor your Website and REST APIs.Get Notified through Slack, E-mail when your server is down or response time is more than expected. ![star > 1000][Silver]
* [s3gof3r](https://github.com/rlmcpherson/s3gof3r) **star:1000** Small utility/library optimized for high speed transfer of large objects into and out of Amazon S3. ![star > 1000][Silver]
* [script](https://github.com/bitfield/script) **star:932** Making it easy to write shell-like scripts in Go for DevOps and system administration tasks. ![star > 100][Bronze]
* [go-selfupdate](https://github.com/sanbornm/go-selfupdate) **star:675** Enable your Go applications to self update. ![star > 100][Bronze] ![There was an update last week][Green]
* [go-selfupdate](https://github.com/sanbornm/go-selfupdate) **star:675** Enable your Go applications to self update. ![star > 100][Bronze]
* [skm](https://github.com/TimothyYe/skm) **star:550** SKM is a simple and powerful SSH Keys Manager, it helps you to manage your multiple SSH keys easily! ![star > 100][Bronze]
* [Scaleway-cli](https://github.com/scaleway/scaleway-cli) **star:539** Manage BareMetal Servers from Command Line (as easily as with Docker). ![star > 100][Bronze] ![There was an update last week][Green]
* [Pomerium](https://github.com/pomerium/pomerium) **star:527** Pomerium is an identity-aware access proxy. ![star > 100][Bronze] ![There was an update last week][Green]
* [aurora](https://github.com/xuri/aurora) **star:405** Cross-platform web-based Beanstalkd queue server console. ![star > 100][Bronze]
* [govvv](https://github.com/ahmetalpbalkan/govvv) **star:391** “go build” wrapper to easily add version information into Go binaries. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow]
* [gonative](https://github.com/inconshreveable/gonative) **star:312** Tool which creates a build of Go that can cross compile to all platforms while still using the Cgo-enabled versions of the stdlib packages. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow]
* [govvv](https://github.com/ahmetalpbalkan/govvv) “go build” wrapper to easily add version information into Go binaries.
* [Mora](https://github.com/emicklei/mora) **star:267** REST server for accessing MongoDB documents and meta data. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow]
* [lstags](https://github.com/ivanilves/lstags) **star:220** Tool and API to sync Docker images across different registries. ![star > 100][Bronze]
* [Gogs](https://gogs.io/) A Self Hosted Git Service in the Go Programming Language.
@ -2095,7 +2096,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [gobrew](https://github.com/cryptojuice/gobrew) **star:175** gobrew lets you easily switch between multiple versions of go. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow]
* [Blast](https://github.com/dave/blast) **star:167** A simple tool for API load testing and batch jobs. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow]
* [ostent](https://github.com/ostrost/ostent) **star:164** collects and displays system metrics and optionally relays to Graphite and/or InfluxDB. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow]
* [Packer](https://github.com/mitchellh/packer) Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
* [grapes](https://github.com/yaronsumel/grapes) **star:135** Lightweight tool designed to distribute commands over ssh with ease. ![star > 100][Bronze]
* [easyssh-proxy](https://github.com/appleboy/easyssh-proxy) **star:101** Golang package for easy remote execution through SSH and SCP downloading via `ProxyCommand`. ![star > 100][Bronze]
* [kcli](https://github.com/cswank/kcli) **star:79** Command line tool for inspecting kafka topics/partitions/messages.
@ -2112,27 +2112,29 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
### Other Software
* [hugo](http://gohugo.io/) Fast and Modern Static Website Engine.
* [Gor](https://github.com/buger/gor) **star:11405** Http traffic replication tool, for replaying traffic from production to stage/dev environments in real-time. ![star > 5000][Gold]
* [rkt](https://github.com/coreos/rkt) **star:8753** App Container runtime that integrates with init systems, is compatible with other container formats like Docker, and supports alternative execution engines like KVM. ![star > 5000][Gold] ![There was an update last week][Green]
* [Seaweed File System](https://github.com/chrislusf/seaweedfs) **star:8289** Fast, Simple and Scalable Distributed File System with O(1) disk seek. ![star > 5000][Gold] ![There was an update last week][Green]
* [rkt](https://github.com/coreos/rkt) App Container runtime that integrates with init systems, is compatible with other container formats like Docker, and supports alternative execution engines like KVM.
* [restic](https://github.com/restic/restic) **star:7538** De-duplicating backup program. ![star > 5000][Gold] ![There was an update last week][Green]
* [confd](https://github.com/kelseyhightower/confd) **star:6442** Manage local application configuration files using templates and data from etcd or consul. ![star > 5000][Gold]
* [Comcast](https://github.com/tylertreat/Comcast) **star:6181** Simulate bad network connections. ![star > 5000][Gold]
* [LiteIDE](https://github.com/visualfc/liteide) **star:5513** LiteIDE is a simple, open source, cross-platform Go IDE. ![star > 5000][Gold] ![There was an update last week][Green] ![Contains Chinese documents][CN]
* [drive](https://github.com/odeke-em/drive) **star:4977** Google Drive client for the commandline. ![star > 1000][Silver]
* [orange-cat](https://github.com/noraesae/orange-cat) Markdown previewer written in Go.
* [nes](https://github.com/fogleman/nes) **star:4138** Nintendo Entertainment System (NES) emulator written in Go. ![star > 1000][Silver]
* [toxiproxy](https://github.com/shopify/toxiproxy) **star:3958** Proxy to simulate network and system conditions for automated tests. ![star > 1000][Silver]
* [tsuru](https://tsuru.io/) Extensible and open source Platform as a Service software.
* [toxiproxy](https://github.com/shopify/toxiproxy) **star:3958** Proxy to simulate network and system conditions for automated tests. ![star > 1000][Silver]
* [Pipe](https://github.com/b3log/pipe) **star:3046** A small and beautiful blogging platform. ![star > 1000][Silver] ![There was an update last week][Green]
* [Duplicacy](https://github.com/gilbertchen/duplicacy) **star:2700** A cross-platform network and cloud backup tool based on the idea of lock-free deduplication. ![star > 1000][Silver]
* [myLG](https://github.com/mehrdadrad/mylg) **star:2202** Command Line Network Diagnostic tool written in Go. ![star > 1000][Silver]
* [GoBoy](https://github.com/Humpheh/goboy) **star:2109** Nintendo Game Boy Color emulator written in Go. ![star > 1000][Silver]
* [syncthing](https://syncthing.net/) Open, decentralized file synchronization tool and protocol.
* [Stack Up](https://github.com/pressly/sup) **star:1997** Stack Up, a super simple deployment tool - just Unix - think of it like 'make' for a network of servers. ![star > 1000][Silver]
* [limetext](http://limetext.org/) Lime Text is a powerful and elegant text editor primarily developed in Go that aims to be a Free and open-source software successor to Sublime Text.
* [syncthing](https://syncthing.net/) Open, decentralized file synchronization tool and protocol.
* [lgo](https://github.com/yunabe/lgo) **star:1805** Interactive Go programming with Jupyter. It supports code completion, code inspection and 100% Go compatibility. ![star > 1000][Silver]
* [limetext](http://limetext.org/) Lime Text is a powerful and elegant text editor primarily developed in Go that aims to be a Free and open-source software successor to Sublime Text.
* [snap](https://github.com/intelsdi-x/snap) **star:1803** Powerful telemetry framework. ![star > 1000][Silver]
* [Circuit](https://github.com/gocircuit/circuit) **star:1787** Circuit is a programmable platform-as-a-service (PaaS) and/or Infrastructure-as-a-Service (IaaS), for management, discovery, synchronization and orchestration of services and hosts comprising cloud applications. ![star > 1000][Silver]
* [borg](https://github.com/crufter/borg) **star:1419** Terminal based search engine for bash snippets. ![star > 1000][Silver] ![It hasn't been updated in the last year][Yellow]
* [Go Package Store](https://github.com/shurcooL/Go-Package-Store) **star:878** App that displays updates for the Go packages in your GOPATH. ![star > 100][Bronze] ![There was an update last week][Green]
* [Documize](https://github.com/documize/community) **star:833** Modern wiki software that integrates data from SaaS tools. ![star > 100][Bronze] ![There was an update last week][Green]
* [scc](https://github.com/boyter/scc) **star:777** Sloc Cloc and Code, a very fast accurate code counter with complexity calculations and COCOMO estimates. ![star > 100][Bronze] ![There was an update last week][Green]
@ -2149,20 +2151,18 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [ipe](https://github.com/dimiro1/ipe) **star:277** Open source Pusher server implementation compatible with Pusher client libraries written in GO. ![star > 100][Bronze]
* [ide](https://github.com/thestrukture/ide) **star:252** Browser accessible IDE. Designed for Go with Go. ![star > 100][Bronze] ![There was an update last week][Green]
* [Cherry](https://github.com/rafael-santiago/cherry) **star:192** Tiny webchat server in Go. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow]
* [orange-cat](https://github.com/noraesae/orange-cat) **star:178** Markdown previewer written in Go. ![star > 100][Bronze]
* [Orbit](https://github.com/gulien/orbit) **star:128** A simple tool for running commands and generating files from templates. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow]
* [Juju](https://jujucharms.com/) Cloud-agnostic service deployment and orchestration - supports EC2, Azure, Openstack, MAAS and more.
* [joincap](https://github.com/assafmo/joincap) **star:122** Command-line utility for merging multiple pcap files together. ![star > 100][Bronze]
* [Docker](http://www.docker.com/) Open platform for distributed applications for developers and sysadmins.
* [DDNS](https://github.com/skibish/ddns) **star:98** Personal DDNS client with Digital Ocean Networking DNS as backend. ![There was an update last week][Green]
* [boxed](https://github.com/tejo/boxed) **star:72** Dropbox based blog engine. ![It hasn't been updated in the last year][Yellow]
* [borg](https://github.com/crufter/borg) Terminal based search engine for bash snippets.
* [naclpipe](https://github.com/unix4fun/naclpipe) **star:20** Simple NaCL EC25519 based crypto pipe tool written in Go.
* [term-quiz](https://github.com/crazcalm/term-quiz) **star:17** Quizzes for your terminal.
* [Snitch](https://github.com/lucasgomide/snitch) **star:15** Simple way to notify your team and many tools when someone has deployed any application via Tsuru. ![It hasn't been updated in the last year][Yellow]
* [GoLand](https://jetbrains.com/go) Full featured cross-platform Go IDE.
* [GoDocTooltip](https://github.com/diankong/GoDocTooltip) **star:12** Chrome extension for Go Doc sites, which shows function description as tooltip at function list. ![It hasn't been updated in the last year][Yellow]
* [hugo](http://gohugo.io/) Fast and Modern Static Website Engine.
* [Gor](https://github.com/buger/gor) Http traffic replication tool, for replaying traffic from production to stage/dev environments in real-time.
# Resources
@ -2174,11 +2174,11 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [go-web-framework-benchmark](https://github.com/smallnest/go-web-framework-benchmark) **star:1008** Go web framework benchmark. ![star > 1000][Silver]
* [skynet](https://github.com/atemerev/skynet) **star:915** Skynet 1M threads microbenchmark. ![star > 100][Bronze]
* [go_serialization_benchmarks](https://github.com/alecthomas/go_serialization_benchmarks) **star:876** Benchmarks of Go serialization methods. ![star > 100][Bronze]
* [gocostmodel](https://github.com/PuerkitoBio/gocostmodel) Benchmarks of common basic operations for the Go language.
* [speedtest-resize](https://github.com/fawick/speedtest-resize) **star:172** Compare various Image resize algorithms for the Go language. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow]
* [go-benchmarks](https://github.com/tylertreat/go-benchmarks) **star:123** Few miscellaneous Go microbenchmarks. Compare some language features to alternative approaches. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow]
* [gospeed](https://github.com/feyeleanor/GoSpeed) **star:93** Go micro-benchmarks for calculating the speed of language constructs.
* [autobench](https://github.com/davecheney/autobench) **star:89** Framework to compare the performance between different Go versions. ![It hasn't been updated in the last year][Yellow]
* [gocostmodel](https://github.com/PuerkitoBio/gocostmodel) **star:52** Benchmarks of common basic operations for the Go language. ![It hasn't been updated in the last year][Yellow]
* [golang-sql-benchmark](https://github.com/tyler-smith/golang-sql-benchmark) **star:49** Collection of benchmarks for popular Go database/SQL utilities. ![It hasn't been updated in the last year][Yellow]
* [go-benchmark-app](https://github.com/mrLSD/go-benchmark-app) **star:19** Powerful HTTP-benchmark tool mixed with Аb, Wrk, Siege tools. Gathering statistics and various parameters for benchmarks and comparison results. ![It hasn't been updated in the last year][Yellow]
* [kvbench](https://github.com/jimrobinson/kvbench) **star:14** Key/Value database benchmark. ![It hasn't been updated in the last year][Yellow]