Merge pull request #5 from guozhen-robot/robot-1561822286

auto commit
This commit is contained in:
Gaozhen Ying 2019-06-29 23:57:19 +08:00 committed by GitHub
commit bcdb354d73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Awesome Go
**此项目是 [awesome-go](https://awesome-go.com/) 中文版,最后一次同步时间 : 2019-06-29 10:57:44(每隔1天同步一次)**
**此项目是 [awesome-go](https://awesome-go.com/) 中文版,最后一次同步时间 : 2019-06-29 23:22:38(每隔1天同步一次)**
**:star:项目地址 : [yinggaozhen/awesome-go-cn](https://github.com/yinggaozhen/awesome-go-cn):star:**
@ -118,7 +118,7 @@
* [go-sox](https://github.com/krig/go-sox) - **Star : 92** **最近提交 : 2018-06-21** 用于go的libsox绑定。
* [go_mediainfo](https://github.com/zhulik/go_mediainfo) - **Star : 24** **最近提交 : 2015-12-25** 用于go的libmediainfo绑定。
* [gosamplerate](https://github.com/dh1tw/gosamplerate) - **Star : 8** **最近提交 : 2018-06-04** 用于go的libsamplerate绑定。
* [id3v2](https://github.com/bogem/id3v2) - **Star : 105** **最近提交 : 2019-02-08** 快速稳定的ID3解析和编写Go库。
* [id3v2](https://github.com/bogem/id3v2) - **Star : 107** **最近提交 : 2019-02-08** 快速稳定的ID3解析和编写Go库。
* [malgo](https://github.com/gen2brain/malgo) - **Star : 68** **最近提交 : 2019-04-16** 迷你音频库。
* [minimp3](https://github.com/tosone/minimp3) - **Star : 25** **最近提交 : 2019-03-19** 轻量级MP3解码器库。
* [mix](https://github.com/go-mix/mix) - **Star : 95** **最近提交 : 2017-06-25** 基于顺序的Go-native音乐应用混音器。
@ -135,28 +135,28 @@
*用于实现验证方案的库。*
* [authboss](https://github.com/volatiletech/authboss) - **Star : 1887** **最近提交 : 2019-06-13** web模块化认证系统。它试图删除尽可能多的样板文件和“硬东西”以便每次在Go中启动一个新的web项目时您都可以插入、配置并开始构建您的应用程序而不必每次都构建一个身份验证系统。
* [authboss](https://github.com/volatiletech/authboss) - **Star : 1887** **最近提交 : 2019-06-29** web模块化认证系统。它试图删除尽可能多的样板文件和“硬东西”以便每次在Go中启动一个新的web项目时您都可以插入、配置并开始构建您的应用程序而不必每次都构建一个身份验证系统。
* [branca](https://github.com/hako/branca) - **Star : 67** **最近提交 : 2018-08-08** Golang实现Branca令牌。
* [casbin](https://github.com/hsluoyz/casbin) - **Star : 4640** **最近提交 : 2019-06-27** 支持ACL、RBAC、ABAC等访问控制模型的授权库。
* [cookiestxt](https://github.com/mengzhuo/cookiestxt) - **Star : 2** **最近提交 : 2017-10-09** 提供cookie .txt文件格式的解析器。
* [go-jose](https://github.com/square/go-jose) - **Star : 1087** **最近提交 : 2019-06-27** 相当完整地实现了JOSE工作组的JSON Web令牌、JSON Web签名和JSON Web加密规范。
* [go-oauth2-server](https://github.com/RichardKnop/go-oauth2-server) - **Star : 1245** **最近提交 : 2019-06-21** 独立的、符合规范的、用Golang编写的OAuth2服务器。
* [go-oauth2-server](https://github.com/RichardKnop/go-oauth2-server) - **Star : 1246** **最近提交 : 2019-06-21** 独立的、符合规范的、用Golang编写的OAuth2服务器。
* [gologin](https://github.com/dghubble/gologin) - **Star : 1027** **最近提交 : 2019-03-05** 用于使用OAuth1和OAuth2身份验证提供者登录的可链处理程序。
* [gorbac](https://github.com/mikespook/gorbac) - **Star : 895** **最近提交 : 2019-03-21** 在Golang中提供一个轻量级的基于角色的访问控制(RBAC)实现。
* [goth](https://github.com/markbates/goth) - **Star : 2211** **最近提交 : 2019-06-18** 提供使用OAuth和OAuth2的简单、干净和惯用的方法。处理多个提供程序的开箱即用。
* [goth](https://github.com/markbates/goth) - **Star : 2212** **最近提交 : 2019-06-18** 提供使用OAuth和OAuth2的简单、干净和惯用的方法。处理多个提供程序的开箱即用。
* [httpauth](https://github.com/goji/httpauth) - **Star : 175** **最近提交 : 2016-06-01** HTTP身份验证中间件。
* [jwt](https://github.com/robbert229/jwt) - **Star : 68** **最近提交 : 2018-11-09** 干净易用的JSON Web令牌实现(JWT)。
* [jwt](https://github.com/pascaldekloe/jwt) - **Star : 75** **最近提交 : 2019-05-26** 轻量级JSON Web令牌库。
* [jwt-auth](https://github.com/adam-hanna/jwt-auth) - **Star : 151** **最近提交 : 2019-01-30** JWT中间件为Golang http服务器提供了许多配置选项。
* [jwt-go](https://github.com/dgrijalva/jwt-go) - **Star : 5690** **最近提交 : 2019-06-25** JSON Web令牌(JWT)的Golang实现。
* [jwt-go](https://github.com/dgrijalva/jwt-go) - **Star : 5695** **最近提交 : 2019-06-25** JSON Web令牌(JWT)的Golang实现。
* [loginsrv](https://github.com/tarent/loginsrv) - **Star : 792** **最近提交 : 2019-06-03** JWT登录微服务带有可插入的后端如OAuth2 (Github)、htpasswd、osiam。
* [oauth2](https://github.com/golang/oauth2) - **Star : 2319** **最近提交 : 2019-06-18** goauth2的继任者。通用OAuth 2.0包附带JWT、谷歌api、计算引擎和应用程序引擎支持。
* [oauth2](https://github.com/golang/oauth2) - **Star : 2321** **最近提交 : 2019-06-18** goauth2的继任者。通用OAuth 2.0包附带JWT、谷歌api、计算引擎和应用程序引擎支持。
* [osin](https://github.com/openshift/osin) - **Star : 1533** **最近提交 : 2019-05-14** Golang OAuth2服务器库。
* [paseto](https://github.com/o1egl/paseto) - **Star : 220** **最近提交 : 2019-05-06** Golang实现了与平台无关的安全令牌(PASETO)。
* [permissions2](https://github.com/xyproto/permissions2) - **Star : 346** **最近提交 : 2019-06-13**用于跟踪用户、登录状态和权限。使用安全cookie和bcrypt。
* [rbac](https://github.com/zpatrick/rbac) - **Star : 24** **最近提交 : 2018-08-30** 用于Go应用程序的最小RBAC包。
* [rbac](https://github.com/zpatrick/rbac) - **Star : 25** **最近提交 : 2018-08-30** 用于Go应用程序的最小RBAC包。
* [securecookie](https://github.com/chmike/securecookie) - **Star : 31** **最近提交 : 2018-08-31** 高效安全的cookie编码/解码。
* [session](https://github.com/icza/session) - **Star : 87** **最近提交 : 2018-09-10** web服务器会话管理(包括支持谷歌应用程序引擎- GAE)。
* [session](https://github.com/icza/session) - **Star : 87** **最近提交 : 2019-06-29** web服务器会话管理(包括支持谷歌应用程序引擎- GAE)。
* [sessiongate-go](https://github.com/f0rmiga/sessiongate-go) - **Star : 8** **最近提交 : 2018-11-10** 使用SessionGate Redis模块进行会话管理。
* [sessions](https://github.com/adam-hanna/sessions) - **Star : 45** **最近提交 : 2019-05-14** 死简单高性能高定制会话服务的go http服务器。
* [signedvalue](https://github.com/sashka/signedvalue) - **Star : 7** **最近提交 : 2019-01-28** 与[Tornado's]兼容的带签名和时间戳字符串(https://github.com/tornado oweb/tornado)' create_signed_value ' ' decode_signed_value ',因此' set_secure_cookie '和' get_secure_cookie '。
@ -166,17 +166,17 @@
*用于构建和使用机器人的库。*
* [go-chat-bot](https://github.com/go-chat-bot/bot) - **Star : 452** **最近提交 : 2019-06-12** IRC, Slack和电报机器人用Go编写。
* [go-sarah](https://github.com/oklahomer/go-sarah) - **Star : 127** **最近提交 : 2019-06-23** 框架为所需的聊天服务构建bot包括LINE、Slack、Gitter等。
* [go-sarah](https://github.com/oklahomer/go-sarah) - **Star : 127** **最近提交 : 2019-06-29** 框架为所需的聊天服务构建bot包括LINE、Slack、Gitter等。
* [go-tgbot](https://github.com/olebedev/go-tgbot) - **Star : 82** **最近提交 : 2018-06-25** 由swagger文件、基于会话的路由器和中间件生成的纯Golang Telegram Bot API包装器。
* [Golang CryptoTrading Bot](https://github.com/saniales/golang-crypto-trading-bot) - **Star : 204** **最近提交 : 2019-02-11** 一个用于加密货币交易所的基于控制台的交易机器人的golang实现。
* [govkbot](https://github.com/nikepan/govkbot) - **Star : 22** **最近提交 : 2019-03-07** 简单的Go [VK](https://vk.com) bot库。
* [hanu](https://github.com/sbstjn/hanu) - **Star : 107** **最近提交 : 2018-09-04** 编写Slack机器人的框架。
* [Kelp](https://github.com/stellar/kelp) - **Star : 144** **最近提交 : 2019-06-28** 官方交易和做市机器人为[恒星](https://www.stellar.org/) DEX。开箱即用的作品用Golang编写兼容集中交易和定制交易策略。
* [Kelp](https://github.com/stellar/kelp) - **Star : 145** **最近提交 : 2019-06-28** 官方交易和做市机器人为[恒星](https://www.stellar.org/) DEX。开箱即用的作品用Golang编写兼容集中交易和定制交易策略。
* [margelet](https://github.com/zhulik/margelet) - **Star : 57** **最近提交 : 2016-09-18** 构建电报机器人的框架。
* [micha](https://github.com/onrik/micha) - **Star : 9** **最近提交 : 2018-02-15** Go 图书馆获取Telegram bot api。
* [slacker](https://github.com/shomali11/slacker) - **Star : 297** **最近提交 : 2019-06-08** 易于使用框架创建Slack机器人。
* [tbot](https://github.com/yanzay/tbot) - **Star : 211** **最近提交 : 2019-06-15** 带有类似于net/http API的Telegram bot服务器。
* [telebot](https://github.com/tucnak/telebot) - **Star : 920** **最近提交 : 2019-05-20** 用Go编写的Telegram bot框架。
* [telebot](https://github.com/tucnak/telebot) - **Star : 922** **最近提交 : 2019-05-20** 用Go编写的Telegram bot框架。
* [telegram-bot-api](https://github.com/Syfaro/telegram-bot-api) - **Star : 1553** **最近提交 : 2019-06-19** 简单干净的Telegram bot客户端。
* [Tenyks](https://github.com/kyleterry/tenyks) - **Star : 167** **最近提交 : 2017-03-05** 面向服务的IRC bot使用Redis和JSON进行消息传递。
@ -193,24 +193,24 @@
* [cli-init](https://github.com/tcnksm/gcli) - **Star : 867** **最近提交 : 2017-11-20** 开始构建Golang命令行应用程序的简单方法。
* [climax](http://github.com/tucnak/climax) - 另类CLI以“人面”以精神 Go 指挥。
* [cmdr](https://github.com/hedzr/cmdr) - **Star : 7** **最近提交 : 2019-06-24** 一个POSIX/GNU风格的、类似getopt的命令行UI Go库。
* [cobra](https://github.com/spf13/cobra) - **Star : 12510** **最近提交 : 2019-06-28** 指挥官为现代Go CLI互动。
* [commandeer](https://github.com/jaffee/commandeer) - **Star : 77** **最近提交 : 2019-03-02** 开发友好的CLI应用程序:基于struct字段和标记设置标志、默认值和用法。
* [complete](https://github.com/posener/complete) - **Star : 606** **最近提交 : 2019-06-09** 在Go + Go命令bash completion中编写bash补全。
* [cobra](https://github.com/spf13/cobra) - **Star : 12521** **最近提交 : 2019-06-29** 指挥官为现代Go CLI互动。
* [commandeer](https://github.com/jaffee/commandeer) - **Star : 77** **最近提交 : 2019-06-29** 开发友好的CLI应用程序:基于struct字段和标记设置标志、默认值和用法。
* [complete](https://github.com/posener/complete) - **Star : 607** **最近提交 : 2019-06-28** 在Go + Go命令bash completion中编写bash补全。
* [docopt.go](https://github.com/docopt/docopt.go) - **Star : 1132** **最近提交 : 2018-09-25** 命令行参数解析器,让您微笑。
* [env](https://github.com/codingconcepts/env) - **Star : 41** **最近提交 : 2019-06-14** 结构的基于标记的环境配置。
* [flag](https://github.com/cosiner/flag) - **Star : 100** **最近提交 : 2019-03-13** 简单但功能强大的命令行选项解析库用于支持Go子命令。
* [flaggy](https://github.com/integrii/flaggy) - **Star : 438** **最近提交 : 2019-05-23** 一个健壮的、惯用的标志包,具有出色的子命令支持。
* [flaggy](https://github.com/integrii/flaggy) - **Star : 439** **最近提交 : 2019-05-23** 一个健壮的、惯用的标志包,具有出色的子命令支持。
* [flagvar](https://github.com/sgreben/flagvar) - **Star : 31** **最近提交 : 2019-06-01** 一组Go标准“flag”包的标志参数类型。
* [go-arg](https://github.com/alexflint/go-arg) - **Star : 641** **最近提交 : 2019-05-04** 在Go中基于结构的参数解析。
* [go-commander](https://github.com/yitsushi/go-commander) - **Star : 14** **最近提交 : 2019-05-16** 使用库简化CLI工作流。
* [go-flags](https://github.com/jessevdk/go-flags) - **Star : 1486** **最近提交 : 2019-06-17** Go 命令行选项解析器。
* [go-getoptions](https://github.com/DavidGamba/go-getoptions) - **Star : 5** **最近提交 : 2019-06-28** Go 选择解析器启发Perl的灵活性的GetOpt::长。
* [go-flags](https://github.com/jessevdk/go-flags) - **Star : 1487** **最近提交 : 2019-06-17** Go 命令行选项解析器。
* [go-getoptions](https://github.com/DavidGamba/go-getoptions) - **Star : 5** **最近提交 : 2019-06-29** Go 选择解析器启发Perl的灵活性的GetOpt::长。
* [gocmd](https://github.com/devfacet/gocmd) - **Star : 33** **最近提交 : 2018-09-05** 使用库构建命令行应用程序。
* [hiboot cli](https://github.com/hidevopsio/hiboot/tree/master/pkg/app/cli) - 具有自动配置和依赖注入的cli应用程序框架。
* [job](https://github.com/liujianping/job) - **Star : 41** **最近提交 : 2019-05-23** 工作,把你的短期指令当作长期任务。
* [kingpin](https://github.com/alecthomas/kingpin) - **Star : 2487** **最近提交 : 2019-06-08** 支持子命令的命令行和标志解析器。
* [kingpin](https://github.com/alecthomas/kingpin) - **Star : 2490** **最近提交 : 2019-06-08** 支持子命令的命令行和标志解析器。
* [liner](https://github.com/peterh/liner) - **Star : 569** **最近提交 : 2019-05-28** 为命令行接口使用类似readline的库。
* [mitchellh/cli](https://github.com/mitchellh/cli) - **Star : 981** **最近提交 : 2018-11-25** 用于实现命令行接口的Go库。
* [mitchellh/cli](https://github.com/mitchellh/cli) - **Star : 982** **最近提交 : 2018-11-25** 用于实现命令行接口的Go库。
* [mow.cli](https://github.com/jawher/mow.cli) - **Star : 619** **最近提交 : 2019-05-10** Go库用于构建具有复杂标志和参数解析和验证的CLI应用程序。
* [pflag](https://github.com/spf13/pflag) - **Star : 726** **最近提交 : 2019-06-28** Drop-in替换Go的标志包实现POSIX/GNU-style——标志。
* [readline](https://github.com/chzyer/readline) - **Star : 1362** **最近提交 : 2019-05-27** 纯golang实现在MIT许可下提供了GNU-Readline的大部分特性。
@ -218,7 +218,7 @@
* [sflags](https://github.com/octago/sflags) - **Star : 84** **最近提交 : 2019-02-03** 基于结构的旗子生成器用于旗子、urfave/cli、pflag、cobra、kingpin和其他库。
* [strumt](https://github.com/antham/strumt) - **Star : 27** **最近提交 : 2019-03-02** 库创建提示链。
* [ukautz/clif](https://github.com/ukautz/clif) - **Star : 98** **最近提交 : 2019-02-18** 小命令行接口框架。
* [urfave/cli](https://github.com/urfave/cli) - **Star : 11029** **最近提交 : 2019-06-28** 在Go中构建命令行应用程序的简单、快速和有趣的包(以前是codegangsta/cli)。
* [urfave/cli](https://github.com/urfave/cli) - **Star : 11037** **最近提交 : 2019-06-28** 在Go中构建命令行应用程序的简单、快速和有趣的包(以前是codegangsta/cli)。
* [wlog](https://github.com/dixonwille/wlog) - **Star : 33** **最近提交 : 2017-07-21** 支持跨平台颜色和并发的简单日志记录接口。
* [wmenu](https://github.com/dixonwille/wmenu) - **Star : 80** **最近提交 : 2019-05-08** 易于使用的菜单结构为cli应用程序提示用户作出选择。
@ -226,11 +226,11 @@
*用于构建控制台应用程序和控制台用户界面的库。*
* [asciigraph](https://github.com/guptarohit/asciigraph) - **Star : 1106** **最近提交 : 2019-04-01** Go 包使轻量级ASCII线图╭┈╯在命令行应用程序中没有其他依赖项。
* [aurora](https://github.com/logrusorgru/aurora) - **Star : 594** **最近提交 : 2019-04-28** 支持fmt.Printf/Sprintf的ANSI终端颜色。
* [asciigraph](https://github.com/guptarohit/asciigraph) - **Star : 1107** **最近提交 : 2019-04-01** Go 包使轻量级ASCII线图╭┈╯在命令行应用程序中没有其他依赖项。
* [aurora](https://github.com/logrusorgru/aurora) - **Star : 596** **最近提交 : 2019-04-28** 支持fmt.Printf/Sprintf的ANSI终端颜色。
* [cfmt](https://github.com/mingrammer/cfmt) - **Star : 67** **最近提交 : 2018-12-08** 上下文fmt的灵感来自于引导颜色类。
* [chalk](https://github.com/ttacon/chalk) - **Star : 302** **最近提交 : 2016-06-27** 直观的软件包美化终端/控制台输出。
* [color](https://github.com/fatih/color) - **Star : 2975** **最近提交 : 2018-10-11** 多功能包装,彩色终端输出。
* [color](https://github.com/fatih/color) - **Star : 2977** **最近提交 : 2018-10-11** 多功能包装,彩色终端输出。
* [colourize](https://github.com/TreyBastian/colourize) - **Star : 15** **最近提交 : 2016-05-10** Go 图书馆的ANSI彩色文本在终端。
* [ctc](https://github.com/wzshiming/ctc) - **Star : 9** **最近提交 : 2018-10-31** 非侵入性跨平台终端颜色库不需要修改打印方法。
* [go-ataman](https://github.com/workanator/go-ataman) - **Star : 8** **最近提交 : 2017-09-25** Go 库渲染ANSI彩色文本模板在终端。
@ -2025,7 +2025,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [godbg](https://github.com/sirnewton01/godbg) - **Star : 220** **最近提交 : 2018-07-09** 基于web的gdb前端应用程序。
* [Gogs](https://gogs.io/) - 一个在Go编程语言中自托管的Git服务。
* [gonative](https://github.com/inconshreveable/gonative) - **Star : 312** **最近提交 : 2016-07-22** 该工具创建了一个Go构建可以跨编译到所有平台同时仍然使用启用了cgi的stdlib包版本。
* [govvv](https://github.com/ahmetalpbalkan/govvv) - “ Go 构建“包装器轻松地添加版本信息到二进制文件。
* [govvv](https://github.com/ahmetalpbalkan/govvv) - **Star : 372** **最近提交 : 2018-04-10** “ Go 构建“包装器轻松地添加版本信息到二进制文件。
* [gox](https://github.com/mitchellh/gox) - **Star : 3320** **最近提交 : 2019-05-10** 非常简单,没有多余的交叉编译工具。
* [goxc](https://github.com/laher/goxc) - **Star : 1627** **最近提交 : 2018-06-17** 为Go构建工具重点是交叉编译和打包。
* [grapes](https://github.com/yaronsumel/grapes) - **Star : 133** **最近提交 : 2019-04-25** 轻量级工具旨在轻松地通过ssh分发命令。
@ -2040,7 +2040,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [Moby](https://github.com/moby/moby) - **Star : 53911** **最近提交 : 2019-06-29** 为容器生态系统组装基于容器的系统的协作项目。
* [Mora](https://github.com/emicklei/mora) - **Star : 263** **最近提交 : 2017-01-10** 用于访问MongoDB文档和元数据的REST服务器。
* [ostent](https://github.com/ostrost/ostent) - **Star : 164** **最近提交 : 2018-04-04** 收集和显示系统指标,并可选地中继到石墨和/或fluxdb。
* [Packer](https://github.com/mitchellh/packer) - 封隔器是一种工具,用于从一个源配置为多个平台创建相同的机器图像。
* [Packer](https://github.com/mitchellh/packer) - **Star : 9056** **最近提交 : 2019-06-29** 封隔器是一种工具,用于从一个源配置为多个平台创建相同的机器图像。
* [Pewpew](https://github.com/bengadbois/pewpew) - **Star : 199** **最近提交 : 2018-10-27** 灵活的HTTP命令行压力测试器。
* [Pomerium](https://github.com/pomerium/pomerium) - **Star : 463** **最近提交 : 2019-06-29** Pomerium是一个可识别身份的访问代理。
* [Rodent](https://github.com/alouche/rodent) - **Star : 30** **最近提交 : 2017-04-22** 啮齿动物帮助您管理Go版本、项目和跟踪依赖项。
@ -2057,7 +2057,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [winrm-cli](https://github.com/masterzen/winrm-cli) - **Star : 64** **最近提交 : 2019-04-30** 在Windows机器上远程执行命令的Cli工具。
### 其他软件
* [borg](https://github.com/crufter/borg) - 基于终端的bash代码段搜索引擎。
* [borg](https://github.com/crufter/borg) - **Star : 1415** **最近提交 : 2018-02-08** 基于终端的bash代码段搜索引擎。
* [boxed](https://github.com/tejo/boxed) - **Star : 72** **最近提交 : 2018-08-10** 基于Dropbox的博客引擎。
* [Cherry](https://github.com/rafael-santiago/cherry) - **Star : 192** **最近提交 : 2017-06-24** 微型网络聊天服务器在围棋。
* [Circuit](https://github.com/gocircuit/circuit) - **Star : 1775** **最近提交 : 2019-05-17** 电路是一个可编程平台即服务(PaaS)和/或基础设施即服务(IaaS),用于管理、发现、同步和编排包含云应用程序的服务和主机。
@ -2076,7 +2076,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [GoDNS](https://github.com/timothyye/godns) - **Star : 417** **最近提交 : 2019-05-24** 一个动态DNS客户端工具支持DNSPod & HE.net用Go编写。
* [GoDocTooltip](https://github.com/diankong/GoDocTooltip) - **Star : 12** **最近提交 : 2016-01-30** Chrome扩展的Go Doc网站其中显示的功能描述作为工具提示在功能列表。
* [GoLand](https://jetbrains.com/go) - 功能齐全的跨平台Go IDE。
* [Gor](https://github.com/buger/gor) - Http流量复制工具用于实时回放从生产环境到阶段/开发环境的流量。
* [Gor](https://github.com/buger/gor) - **Star : 11177** **最近提交 : 2019-06-12** Http流量复制工具用于实时回放从生产环境到阶段/开发环境的流量。
* [hugo](http://gohugo.io/) - 快速和现代静态网站引擎。
* [ide](https://github.com/thestrukture/ide) - **Star : 249** **最近提交 : 2019-05-27** 浏览器访问的IDE。为Go with Go而设计。
* [ipe](https://github.com/dimiro1/ipe) - **Star : 273** **最近提交 : 2018-12-19** 与用GO编写的Pusher客户机库兼容的开源Pusher服务器实现。
@ -2090,12 +2090,12 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [myLG](https://github.com/mehrdadrad/mylg) - **Star : 2181** **最近提交 : 2018-10-29** 用Go编写的命令行网络诊断工具。
* [naclpipe](https://github.com/unix4fun/naclpipe) - **Star : 20** **最近提交 : 2018-11-18** 简单的NaCL EC25519基于加密管工具编写的Go。
* [nes](https://github.com/fogleman/nes) - **Star : 4096** **最近提交 : 2019-06-17** 任天堂娱乐系统(NES)模拟器用围棋编写。
* [orange-cat](https://github.com/noraesae/orange-cat) - 用Go编写的Markdown预览器。
* [orange-cat](https://github.com/noraesae/orange-cat) - **Star : 178** **最近提交 : 2019-01-14** 用Go编写的Markdown预览器。
* [Orbit](https://github.com/gulien/orbit) - **Star : 128** **最近提交 : 2018-06-17** 一个运行命令和从模板生成文件的简单工具。
* [peg](https://github.com/pointlander/peg) - **Star : 587** **最近提交 : 2019-06-21** Peg解析表达式语法是Packrat解析器生成器的实现。
* [Pipe](https://github.com/b3log/pipe) - **Star : 2589** **最近提交 : 2019-06-24** 一个小巧漂亮的博客平台。
* [restic](https://github.com/restic/restic) - **Star : 7169** **最近提交 : 2019-06-28** 消除重复项备份程序。
* [rkt](https://github.com/coreos/rkt) - 与init系统集成的应用程序容器运行时与其他容器格式(如Docker)兼容,并支持其他执行引擎(如KVM)。
* [rkt](https://github.com/coreos/rkt) - **Star : 8696** **最近提交 : 2019-06-29** 与init系统集成的应用程序容器运行时与其他容器格式(如Docker)兼容,并支持其他执行引擎(如KVM)。
* [scc](https://github.com/boyter/scc) - **Star : 761** **最近提交 : 2019-06-28** 一个非常快速准确的代码计数器与复杂性计算和COCOMO估计。
* [Seaweed File System](https://github.com/chrislusf/seaweedfs) - **Star : 8009** **最近提交 : 2019-06-29** 快速、简单、可伸缩的分布式文件系统与O(1)磁盘查找。
* [shell2http](https://github.com/msoap/shell2http) - **Star : 396** **最近提交 : 2019-03-02** 通过http服务器执行shell命令(用于原型或远程控制)。
@ -2121,7 +2121,7 @@ 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 : 1253** **最近提交 : 2019-03-07** Go HTTP请求路由器基准和比较。
* [go-web-framework-benchmark](https://github.com/smallnest/go-web-framework-benchmark) - **Star : 974** **最近提交 : 2019-03-31** Go web框架基准测试。
* [go_serialization_benchmarks](https://github.com/alecthomas/go_serialization_benchmarks) - **Star : 841** **最近提交 : 2019-04-17** Go序列化方法的基准测试。
* [gocostmodel](https://github.com/PuerkitoBio/gocostmodel) - Go语言常用基本操作的基准测试。
* [gocostmodel](https://github.com/PuerkitoBio/gocostmodel) - **Star : 52** **最近提交 : 2015-01-04** Go语言常用基本操作的基准测试。
* [golang-micro-benchmarks](https://github.com/amscanne/golang-micro-benchmarks) - **Star : 17** **最近提交 : 2019-03-02** 小集合的Go微基准。其目的是将一些语言特性与其他特性进行比较。
* [golang-sql-benchmark](https://github.com/tyler-smith/golang-sql-benchmark) - **Star : 49** **最近提交 : 2018-03-22** 为流行的Go数据库/SQL实用程序收集基准测试。
* [gospeed](https://github.com/feyeleanor/GoSpeed) - **Star : 93** **最近提交 : 2018-09-24** 使用微基准测试来计算语言结构的速度。