From c3cdb4aa94c0b96228d45220beed1822860953b8 Mon Sep 17 00:00:00 2001 From: guozhen Date: Thu, 5 Sep 2019 21:28:20 +0800 Subject: [PATCH] auto commit --- README.md | 100 +++++++++++++++++++++++++-------------------------- README_EN.md | 78 ++++++++++++++++++++-------------------- 2 files changed, 89 insertions(+), 89 deletions(-) diff --git a/README.md b/README.md index 828f809..27af764 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ [Archived]: https://cdn.jsdelivr.net/gh/yinggaozhen/awesome-go-cn@1.2.1/docs/archived.svg "项目已归档" [GoDoc]: https://cdn.jsdelivr.net/gh/yinggaozhen/awesome-go-cn@1.3.0/docs/DOC.svg "godoc文档地址" -**此项目是 [awesome-go](https://awesome-go.com/) 中文版,最后一次同步时间 : 2019-09-05 09:50:24(每隔1天同步一次)** +**此项目是 [awesome-go](https://awesome-go.com/) 中文版,最后一次同步时间 : 2019-09-05 21:21:31(每隔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) +[![chinese](https://cdn.jsdelivr.net/gh/yinggaozhen/awesome-go-cn@1.3.0/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) [![patreon avelino](https://c5.patreon.com/external/logo/become_a_patron_button@2x.png)](https://www.patreon.com/avelinosource) 为Awesome Go打赏~ @@ -139,14 +139,14 @@ *用于操作音频的库。 (翻译出错了? 试试 [英文版](README_EN.md#audio-and-music) 吧~)* -* [Oto](https://github.com/hajimehoshi/oto) **star:450** 多平台的 low-level 声音播放库。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/hajimehoshi/oto) -* [PortAudio](https://github.com/gordonklaus/portaudio) **star:306** 基于 Go 的PortAudio audio I/O库。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/gordonklaus/portaudio) +* [Oto](https://github.com/hajimehoshi/oto) **star:449** 多平台的 low-level 声音播放库。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/hajimehoshi/oto) +* [PortAudio](https://github.com/gordonklaus/portaudio) **star:307** 基于 Go 的PortAudio audio I/O库。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/gordonklaus/portaudio) * [music-theory](https://github.com/go-music-theory/music-theory) **star:258** 基于 Go 的音乐理论模型。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/go-music-theory/music-theory) * [waveform](https://github.com/mdlayher/waveform) **star:248** 通过音频流生成波形图像的包。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/mdlayher/waveform) * [portmidi](https://github.com/rakyll/portmidi) **star:207** PortMidi的 Go 语言实现接口. ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/rakyll/portmidi) -* [id3v2](https://github.com/bogem/id3v2) **star:112** 快速稳定的 ID3 解析及写入Go库。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/bogem/id3v2) +* [id3v2](https://github.com/bogem/id3v2) **star:113** 快速稳定的 ID3 解析及写入Go库。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/bogem/id3v2) * [flac](https://github.com/mewkiz/flac) **star:102** 原生 Go FLAC编码器/解码器,支持FLAC流。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/mewkiz/flac) -* [mix](https://github.com/go-mix/mix) **star:98** 基于序列的 Go 原生音乐混音器。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/go-mix/mix) +* [mix](https://github.com/go-mix/mix) **star:99** 基于序列的 Go 原生音乐混音器。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/go-mix/mix) * [mp3](https://github.com/tcolgate/mp3) **star:98** 原生 Go MP3解码器。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/tcolgate/mp3) * [go-sox](https://github.com/krig/go-sox) **star:92** libsox 的 Go 语言实现接口。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/krig/go-sox) * [flac](https://github.com/eaburns/flac) **star:84** 原生 Go FLAC解码器,将FLAC文件解码为字节片。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/eaburns/flac) @@ -163,15 +163,15 @@ *用于实现验证方案的库。 (翻译出错了? 试试 [英文版](README_EN.md#authentication-and-oauth) 吧~)* -* [jwt-go](https://github.com/dgrijalva/jwt-go) **star:6157** JSON Web令牌(JWT)。 ![star > 5000][Gold] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/dgrijalva/jwt-go) +* [jwt-go](https://github.com/dgrijalva/jwt-go) **star:6161** JSON Web令牌(JWT)。 ![star > 5000][Gold] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/dgrijalva/jwt-go) * [casbin](https://github.com/hsluoyz/casbin) **star:5128** 支持ACL、RBAC、ABAC等访问控制模型的授权库。 ![star > 5000][Gold] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/hsluoyz/casbin) -* [oauth2](https://github.com/golang/oauth2) **star:2426** goauth2的继任者。通用OAuth 2.0包,附带JWT、谷歌api、计算引擎和应用程序引擎支持。 ![star > 1000][Silver] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/golang/oauth2) -* [goth](https://github.com/markbates/goth) **star:2312** 提供了 OAuth 和 OAuth2 的简单清晰易用的方法。可开箱即用处理多个提供程序。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/markbates/goth) +* [oauth2](https://github.com/golang/oauth2) **star:2429** goauth2的继任者。通用OAuth 2.0包,附带JWT、谷歌api、计算引擎和应用程序引擎支持。 ![star > 1000][Silver] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/golang/oauth2) +* [goth](https://github.com/markbates/goth) **star:2316** 提供了 OAuth 和 OAuth2 的简单清晰易用的方法。可开箱即用处理多个提供程序。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/markbates/goth) * [authboss](https://github.com/volatiletech/authboss) **star:1958** web模块化认证系统。它试图删除尽可能多的模板文件和硬编码,以便每次新建一个新的web项目时,您都可以插入、配置并开始构建您的应用程序,而不必每次都构建一个身份验证系统。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/volatiletech/authboss) -* [osin](https://github.com/openshift/osin) **star:1548** OAuth2服务器库。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/openshift/osin) -* [go-oauth2-server](https://github.com/RichardKnop/go-oauth2-server) **star:1305** 用 Golang 编写的独立且符合规范的OAuth2服务器。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/RichardKnop/go-oauth2-server) +* [osin](https://github.com/openshift/osin) **star:1549** OAuth2服务器库。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/openshift/osin) +* [go-oauth2-server](https://github.com/RichardKnop/go-oauth2-server) **star:1307** 用 Golang 编写的独立且符合规范的OAuth2服务器。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/RichardKnop/go-oauth2-server) * [go-jose](https://github.com/square/go-jose) **star:1151** 相当完整地实现了JOSE工作组的JSON Web令牌、JSON Web签名和JSON Web加密规范。 ![star > 1000][Silver] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/square/go-jose) -* [gologin](https://github.com/dghubble/gologin) **star:1061** 用于使用OAuth1和OAuth2身份验证提供者登录的可链处理程序。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/dghubble/gologin) +* [gologin](https://github.com/dghubble/gologin) **star:1063** 用于使用OAuth1和OAuth2身份验证提供者登录的可链处理程序。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/dghubble/gologin) * [gorbac](https://github.com/mikespook/gorbac) **star:924** 轻量级的基于角色的访问控制(RBAC)实现。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/mikespook/gorbac) * [loginsrv](https://github.com/tarent/loginsrv) **star:826** JWT登录微服务带有可插拔的后端服务,如OAuth2 (Github)、htpasswd、osiam。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/tarent/loginsrv) * [scs](https://github.com/alexedwards/scs) **star:540** HTTP服务器的会话管理器。 ![star > 100][Bronze] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/alexedwards/scs) @@ -186,7 +186,7 @@ * [jwt](https://github.com/robbert229/jwt) **star:72** 简单易用的JSON Web令牌实现(JWT)。 [![godoc][GoDoc]](https://godoc.org/github.com/robbert229/jwt) * [sessions](https://github.com/adam-hanna/sessions) **star:47** 非常简单,高性能,可深度定制的会话服务,主要用于的 go http 服务器。 [![godoc][GoDoc]](https://godoc.org/github.com/adam-hanna/sessions) * [sjwt](https://github.com/brianvoe/sjwt) **star:34** 简单的jwt生成器和解析器。 [![godoc][GoDoc]](https://godoc.org/github.com/brianvoe/sjwt) -* [securecookie](https://github.com/chmike/securecookie) **star:33** 高效安全的cookie编码/解码。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/chmike/securecookie) +* [securecookie](https://github.com/chmike/securecookie) **star:34** 高效安全的cookie编码/解码。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/chmike/securecookie) * [rbac](https://github.com/zpatrick/rbac) **star:29** 最小的RBAC包。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/zpatrick/rbac) * [sessiongate-go](https://github.com/f0rmiga/sessiongate-go) **star:8** 使用SessionGate Redis模块进行会话管理。 [![godoc][GoDoc]](https://godoc.org/github.com/f0rmiga/sessiongate-go) * [signedvalue](https://github.com/sashka/signedvalue) **star:7** 与[Tornado's](https://github.com/tornadooweb/tornado) 完全兼容的签名和时间戳字符串实现。 [![godoc][GoDoc]](https://godoc.org/github.com/sashka/signedvalue) @@ -235,7 +235,7 @@ * [cli](https://github.com/mkideal/cli) **star:481** 基于golang结构标签,功能丰富易于使用的命令行包。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/mkideal/cli) * [flaggy](https://github.com/integrii/flaggy) **star:457** 一个健壮的、易用的标志包,具有出色的子命令支持。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/integrii/flaggy) * [ops](https://github.com/nanovms/ops) **star:272** Unikernel 构建器/协调器。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/nanovms/ops) -* [argparse](https://github.com/akamensky/argparse) **star:119** 命令行参数分析器,灵感来自Python的argparse模块。 ![star > 100][Bronze] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/akamensky/argparse) +* [argparse](https://github.com/akamensky/argparse) **star:119** 命令行参数分析器,灵感来自Python的argparse模块。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/akamensky/argparse) * [flag](https://github.com/cosiner/flag) **star:100** 简单但功能强大的命令行选项解析库,用于支持Go子命令。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/cosiner/flag) * [ukautz/clif](https://github.com/ukautz/clif) **star:98** 简小的命令行接口框架。 [![godoc][GoDoc]](https://godoc.org/github.com/ukautz/clif) * [commandeer](https://github.com/jaffee/commandeer) **star:93** 开发友好的CLI应用程序。 [![godoc][GoDoc]](https://godoc.org/github.com/jaffee/commandeer) @@ -364,7 +364,7 @@ * [merkletree](https://github.com/cbergoon/merkletree) **star:148** 实现了merkle树,提供了对数据结构内容的有效和安全的验证。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/cbergoon/merkletree) * [bloom](https://github.com/zhenjl/bloom) **star:128** 在Go中实现了Bloom过滤器。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/zhenjl/bloom) * [binpacker](https://github.com/zhuangsirui/binpacker) **star:128** 帮助用户构建自定义二进制流的二进制封装器和解包器 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/zhuangsirui/binpacker) -* [go-adaptive-radix-tree](https://github.com/plar/go-adaptive-radix-tree) **star:104** 自适应基数树。 ![star > 100][Bronze] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/plar/go-adaptive-radix-tree) +* [go-adaptive-radix-tree](https://github.com/plar/go-adaptive-radix-tree) **star:104** 自适应基数树。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/plar/go-adaptive-radix-tree) * [skiplist](https://github.com/MauriceGit/skiplist) **star:102** 高性能的 Go 跳表实现。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/MauriceGit/skiplist) * [ttlcache](https://github.com/diegobernardes/ttlcache) **star:101** 基于内存的LRU算法实现。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/diegobernardes/ttlcache) * [go-rquad](https://github.com/aurelien-rainone/go-rquad) **star:100** 区域四叉树具有高效的点定位和邻域查找功能。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/aurelien-rainone/go-rquad) @@ -618,7 +618,7 @@ * [chasquid](https://blitiri.com.ar/p/chasquid) 用Go编写的SMTP服务器。 * [hermes](https://github.com/matcornic/hermes) **star:1636** 可生成干净的、响应式的HTML电子邮件。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/matcornic/hermes) * [email](https://github.com/jordan-wright/email) **star:1108** 一个强大和灵活的电子邮件库。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/jordan-wright/email) -* [go-imap](https://github.com/emersion/go-imap) **star:747** 用于客户端和服务器的IMAP库。 ![star > 100][Bronze] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/emersion/go-imap) +* [go-imap](https://github.com/emersion/go-imap) **star:747** 用于客户端和服务器的IMAP库。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/emersion/go-imap) * [SendGrid](https://github.com/sendgrid/sendgrid-go) **star:524** SendGrid 的 Go语言库,用于发送电子邮件。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/sendgrid/sendgrid-go) * [Hectane](https://github.com/hectane/hectane) **star:168** 轻量级的SMTP客户机,提供了HTTP API。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/hectane/hectane) * [douceur](https://github.com/aymerick/douceur) **star:161** 在HTML邮件中支持CSS内联。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/aymerick/douceur) @@ -783,7 +783,7 @@ *管理和处理 Goroutines 的工具。 (翻译出错了? 试试 [英文版](README_EN.md#goroutines) 吧~)* -* [goworker](https://github.com/benmanns/goworker) **star:2268** 基于 go 的后台 worker。 ![star > 1000][Silver] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/benmanns/goworker) +* [goworker](https://github.com/benmanns/goworker) **star:2268** 基于 go 的后台 worker。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/benmanns/goworker) * [ants](https://github.com/panjf2000/ants) **star:1998** 一个高性能的协程池。 ![star > 1000][Silver] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/panjf2000/ants) ![包含中文文档][CN] * [tunny](https://github.com/Jeffail/tunny) **star:1375** golang 的协程池。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/Jeffail/tunny) * [grpool](https://github.com/ivpusic/grpool) **star:508** 轻量级协程池。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/ivpusic/grpool) @@ -1004,7 +1004,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [goRecommend](https://github.com/timkaye11/goRecommend) **star:144** 用Go编写的推荐算法库。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/timkaye11/goRecommend) * [shield](https://github.com/eaigner/shield) **star:124** 贝叶斯文本分类器,具有灵活的tokenizers和存储后端。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/eaigner/shield) * [go-fann](https://github.com/white-pony/go-fann) **star:99** 快速人工神经网络(FANN)库的Go bindings。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/white-pony/go-fann) -* [Goptuna](https://github.com/c-bata/goptuna) **star:87** Bayesian optimization framework for black-box functions written in Go. Everything will be optimized. ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/c-bata/goptuna) +* [Goptuna](https://github.com/c-bata/goptuna) **star:87** Bayesian optimization framework for black-box functions written in Go. Everything will be optimized. [![godoc][GoDoc]](https://godoc.org/github.com/c-bata/goptuna) * [goga](https://github.com/tomcraven/goga) **star:78** Go的遗传算法库。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/tomcraven/goga) * [libsvm](https://github.com/datastream/libsvm) **star:63** 基于LIBSVM 3.14实现。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/datastream/libsvm) * [neural-go](https://github.com/schuyler/neural-go) **star:61** 多层感知器网络在Go中的实现,使用反向传播算法进行训练。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/schuyler/neural-go) @@ -1078,7 +1078,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [excelize](https://github.com/360EntSecGroup-Skylar/excelize) **star:4589** 用于读写Microsoft Excel™(XLSX)文件的Go语言库。 ![star > 1000][Silver] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/360EntSecGroup-Skylar/excelize) * [xlsx](https://github.com/tealeg/xlsx) **star:3478** 用以简化在Go程序中读取使用最新版本Microsoft Excel的XML格式文件的库。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/tealeg/xlsx) * [xlsx](https://github.com/plandem/xlsx) **star:80** 在Go程序以快速和安全的方式读取/更新现有的Microsoft Excel文件。 [![godoc][GoDoc]](https://godoc.org/github.com/plandem/xlsx) -* [go-excel](https://github.com/szyhf/go-excel) **star:47** 一个简单轻便的阅读器,可以将类关系型数据库(relate-db-like)的excel作为表来读取。 ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/szyhf/go-excel) +* [go-excel](https://github.com/szyhf/go-excel) **star:47** 一个简单轻便的阅读器,可以将类关系型数据库(relate-db-like)的excel作为表来读取。 [![godoc][GoDoc]](https://godoc.org/github.com/szyhf/go-excel) * [goxlsxwriter](https://github.com/fterrag/goxlsxwriter) **star:13** libxlsxwriter的Go binding, 用于编写XLSX (Microsoft Excel)文件。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/fterrag/goxlsxwriter) ## 杂项 @@ -1394,7 +1394,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [lego](https://github.com/xenolf/lego) **star:3572** 纯 Go ACME 客户端库及命令行工具 ![star > 1000][Silver] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/xenolf/lego) * [Cameradar](https://github.com/Ullaakut/cameradar) **star:1851** 工具和库,以远程入侵RTSP流从监控摄像头。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/Ullaakut/cameradar) -* [acmetool](https://github.com/hlandau/acme) **star:1698** ACME(让我们用自动更新加密)客户端工具。 ![star > 1000][Silver] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/hlandau/acme) +* [acmetool](https://github.com/hlandau/acme) **star:1698** ACME(让我们用自动更新加密)客户端工具。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/hlandau/acme) * [memguard](https://github.com/awnumar/memguard) **star:1564** 一个用于处理内存中敏感值的纯Go库。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/awnumar/memguard) * [secure](https://github.com/unrolled/secure) **star:1224** Go 语言 HTTP 中间件,为 Go 提供了一些安全功能 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/unrolled/secure) * [acra](https://github.com/cossacklabs/acra) **star:458** 网络加密代理保护基于数据库的应用程序免受数据泄漏:强选择性加密,SQL注入预防,入侵检测系统。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/cossacklabs/acra) @@ -1542,7 +1542,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [httpmock](https://github.com/jarcoal/httpmock) **star:609** 轻松模拟来自外部资源的HTTP响应。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/jarcoal/httpmock) * [counterfeiter](https://github.com/maxbrunsfeld/counterfeiter) **star:366** 用于生成自包含 mock 对象的工具 ![star > 100][Bronze] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/maxbrunsfeld/counterfeiter) * [minimock](https://github.com/gojuno/minimock) **star:271** Go接口的模拟生成器。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/gojuno/minimock) - * [go-txdb](https://github.com/DATA-DOG/go-txdb) **star:173** 基于单事务的数据库驱动,主要用于测试目的 ![star > 100][Bronze] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/DATA-DOG/go-txdb) + * [go-txdb](https://github.com/DATA-DOG/go-txdb) **star:173** 基于单事务的数据库驱动,主要用于测试目的 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/DATA-DOG/go-txdb) * [govcr](https://github.com/seborama/govcr) **star:83** HTTP mock : 离线测试时记录和重放浏览器的动作 [![godoc][GoDoc]](https://godoc.org/github.com/seborama/govcr) * [mockhttp](https://github.com/tv42/mockhttp) **star:22** Go http.ResponseWriter的模拟对象。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/tv42/mockhttp) @@ -1574,7 +1574,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [bluemonday](https://github.com/microcosm-cc/bluemonday) **star:1271** HTML 清理工具 ![star > 1000][Silver] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/microcosm-cc/bluemonday) * [inject](https://github.com/facebookgo/inject) **star:1150** 包注入提供了一个基于反射的注入器。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/facebookgo/inject) ![归档项目][Archived] * [gofeed](https://github.com/mmcdole/gofeed) **star:1117** 在Go中解析RSS和Atom feeds。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/mmcdole/gofeed) - * [go-toml](https://github.com/pelletier/go-toml) **star:619** 使用带有查询支持和方便的cli工具的TOML格式库。 ![star > 100][Bronze] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/pelletier/go-toml) + * [go-toml](https://github.com/pelletier/go-toml) **star:619** 使用带有查询支持和方便的cli工具的TOML格式库。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/pelletier/go-toml) * [commonregex](https://github.com/mingrammer/commonregex) **star:555** 一组用于Go的公共正则表达式。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/mingrammer/commonregex) * [slug](https://github.com/gosimple/slug) **star:391** URL 友好的 slug 化工具,支持多种语言 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/gosimple/slug) * [mxj](https://github.com/clbanning/mxj) **star:336** 将XML编码/解码为JSON或map[string]接口{};使用点符号路径和通配符提取值。替换x2j和j2x包。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/clbanning/mxj) @@ -1689,7 +1689,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [tumblr](https://github.com/mattcunningham/gumblr) **star:6** Tumblr v2 API 的 Go 语言封装。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/mattcunningham/gumblr) * [google-email-audit-api](https://github.com/ngs/go-google-email-audit-api) **star:6** [谷歌G Suite Email Audit API](https://developer.google.com/admin-sdk/email-audit/) 的客户端。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/ngs/go-google-email-audit-api) * [zooz](https://github.com/gojuno/go-zooz) **star:5** Zooz API 的 Go 语言客户端。 [![godoc][GoDoc]](https://godoc.org/github.com/gojuno/go-zooz) -* [go-sophos](https://github.com/esurdam/go-sophos) **star:5** 无任何依赖的[Sophos UTM REST API](https://www.sophos.com/en-us/medialibrary/pdfs/documentation/utmonaws/sophos-ut-restful-api.pdf?la=en)客户端 [![godoc][GoDoc]](https://godoc.org/github.com/esurdam/go-sophos) +* [go-sophos](https://github.com/esurdam/go-sophos) **star:5** 无任何依赖的[Sophos UTM REST API](https://www.sophos.com/en-us/medialibrary/pdfs/documentation/utmonaws/sophos-ut-restful-api.pdf?la=en)客户端 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/esurdam/go-sophos) * [go-chronos](https://github.com/axelspringer/go-chronos) **star:3** 用于与[Chronos](https://mesos.github.io/chronos/)作业调度程序进行交互的Go库 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/axelspringer/go-chronos) * [TripAdvisor](https://github.com/mrbenosborne/tripadvisor-golang) **star:1** TripAdvisor API 的 Go 语言封装。 [![godoc][GoDoc]](https://godoc.org/github.com/mrbenosborne/tripadvisor-golang) * [playlyfe](https://github.com/playlyfe/playlyfe-go-sdk) **star:1** Playlyfe Rest API Go SDK。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/playlyfe/playlyfe-go-sdk) @@ -1706,6 +1706,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [wuzz](https://github.com/asciimoo/wuzz) **star:8318** 用于HTTP检查的交互式cli工具。 ![star > 5000][Gold] [![godoc][GoDoc]](https://godoc.org/github.com/asciimoo/wuzz) * [sqlx](https://github.com/jmoiron/sqlx) **star:6932** 为内建的数据库/sql 软件包提供一组扩展。 ![star > 5000][Gold] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/jmoiron/sqlx) * [peco](https://github.com/peco/peco) **star:5513** 简单的交互过滤工具。 ![star > 5000][Gold] [![godoc][GoDoc]](https://godoc.org/github.com/peco/peco) +* [usql](https://github.com/knq/usql) **star:4689** usql 是一个通用的命令行接口,用于操作 sql 数据库。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/knq/usql) * [goreleaser](https://github.com/goreleaser/goreleaser) **star:4601** 尽可能快速的发布 Go 语言二进制文件。 ![star > 1000][Silver] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/goreleaser/goreleaser) * [godropbox](https://github.com/dropbox/godropbox) **star:3754** 用于编写 Go 语言服务/应用的库,来自 Dropbox.。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/dropbox/godropbox) * [realize](https://github.com/tockins/realize) **star:3206** Go 语言构建系统,可以监控文件变化并重新加载。运行,构建,监控文件并支持自定义路径。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/tockins/realize) @@ -1734,7 +1735,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [godaemon](https://github.com/VividCortex/godaemon) **star:406** 用于编写守护进程的工具 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/VividCortex/godaemon) * [circuit](https://github.com/cep21/circuit) **star:360** 一个高效和功能齐全的 类似 Hystrix Go 实现断路器模式。 ![star > 100][Bronze] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/cep21/circuit) * [request](https://github.com/mozillazg/request) **star:356** Go 语言版的 HTTP Requests for Humans™.。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/mozillazg/request) -* [ergo](https://github.com/cristianoliveira/ergo) **star:318** 管理运行在不同端口上的多个本地服务变得很容易。 ![star > 100][Bronze] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/cristianoliveira/ergo) +* [ergo](https://github.com/cristianoliveira/ergo) **star:318** 管理运行在不同端口上的多个本地服务变得很容易。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/cristianoliveira/ergo) * [koazee](https://github.com/wesovilabs/koazee) **star:305** 库的灵感来自于延迟计算和函数式编程,从而减少了使用数组的麻烦。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/wesovilabs/koazee) * [go-rate](https://github.com/beefsack/go-rate) **star:292** Go 限速器。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/beefsack/go-rate) * [gohper](https://github.com/cosiner/gohper) **star:248** 多种能够帮助你进行软件开发的工具和模块。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/cosiner/gohper) ![归档项目][Archived] @@ -1743,11 +1744,11 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [serve](https://github.com/syntaqx/serve) **star:192** 任何您需要的静态http服务器。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/syntaqx/serve) * [go-trigger](https://github.com/sadlil/go-trigger) **star:184** Go 语言全局事件触发器,通过 id 和触发器,在程序的任何地方注册事件。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/sadlil/go-trigger) * [retry](https://github.com/kamilsk/retry) **star:173** 基于上下文的功能机制,反复执行命令直到成功。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/kamilsk/retry) -* [go-bind-plugin](https://github.com/wendigo/go-bind-plugin) **star:160** Go:generate 工具,用于构建 Go 语言插件(1.8 only),并对导出的符号进行包装。 ![star > 100][Bronze] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/wendigo/go-bind-plugin) +* [go-bind-plugin](https://github.com/wendigo/go-bind-plugin) **star:160** Go:generate 工具,用于构建 Go 语言插件(1.8 only),并对导出的符号进行包装。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/wendigo/go-bind-plugin) * [rerun](https://github.com/ivpusic/rerun) **star:153** 当源代码发生更改时,重新编译和重新运行go应用程序。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/ivpusic/rerun) * [moldova](https://github.com/StabbyCutyou/moldova) **star:146** 基于输入目标生成随机数据的工具 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/StabbyCutyou/moldova) -* [gotenv](https://github.com/subosito/gotenv) **star:145** 从 `.env` 或者任何 `io.Reader`。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/subosito/gotenv) * [gubrak](https://github.com/novalagung/gubrak) **star:145** 带有语法糖的Golang实用工具,就像lodash。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/novalagung/gubrak) +* [gotenv](https://github.com/subosito/gotenv) **star:145** 从 `.env` 或者任何 `io.Reader`。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/subosito/gotenv) * [robustly](https://github.com/VividCortex/robustly) **star:137** 有弹性的执行函数,遇到错误时捕获并重新运行。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/VividCortex/robustly) * [mimetype](https://github.com/gabriel-vasile/mimetype) **star:137** 用于基于神奇数字的MIME类型检测的包。 ![star > 100][Bronze] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/gabriel-vasile/mimetype) * [util](https://github.com/shomali11/util) **star:137** 有用实用函数的集合。(字符串,并发,操作,…) ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/shomali11/util) @@ -1761,7 +1762,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-bsdiff](https://github.com/gabstv/go-bsdiff) **star:84** 纯Go bsdiff和bspatch库和CLI工具。 [![godoc][GoDoc]](https://godoc.org/github.com/gabstv/go-bsdiff) * [pm](https://github.com/VividCortex/pm) **star:72** 进程(即goroutine)管理器与HTTP API。 [![godoc][GoDoc]](https://godoc.org/github.com/VividCortex/pm) * [UNIS](https://github.com/esemplastic/unis) **star:69** Go 语言字符串处理函数的通用架构 。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/esemplastic/unis) -* [usql](https://github.com/knq/usql) usql 是一个通用的命令行接口,用于操作 sql 数据库。 * [xferspdy](https://github.com/monmohan/xferspdy) **star:67** Xferspdy在golang中提供二进制diff和补丁库。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/monmohan/xferspdy) * [go-health](https://github.com/Talento90/go-health) **star:63** 健康包简化了向服务中添加健康检查的方式。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/Talento90/go-health) * [mssqlx](https://github.com/linxGnu/mssqlx) **star:60** 数据库客户端,用于主-从 (或主-主) 数据库,集成了简单的、轻量级的轮询调度负载均衡。 [![godoc][GoDoc]](https://godoc.org/github.com/linxGnu/mssqlx) @@ -1882,8 +1882,8 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Macaron](https://github.com/go-macaron/macaron) **star:2834** Macaron 是一个高效的模块化设计的web框架 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/go-macaron/macaron) * [utron](https://github.com/gernest/utron) **star:2136** Go(Golang)的轻量级MVC框架。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/gernest/utron) * [tigertonic](https://github.com/rcrowley/go-tigertonic) **star:996** 用于构建 JSON web 服务的 Go 语言框架,受到 Dropwizard 的启发。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/rcrowley/go-tigertonic) -* [traffic](https://github.com/pilu/traffic) Sinatra启发了regexp/pattern mux和用于Go的web框架。 * [tango](https://github.com/lunny/tango) **star:816** 微型的、支持插件的 web 框架。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/lunny/tango) ![包含中文文档][CN] +* [traffic](https://github.com/pilu/traffic) **star:517** Sinatra启发了regexp/pattern mux和用于Go的web框架。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/pilu/traffic) * [gongular](https://github.com/mustafaakin/gongular) **star:418** 快速 Go web 框架,支持输入映射/验证以及依赖注入。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/mustafaakin/gongular) * [neo](https://github.com/ivpusic/neo) **star:394** Neo是一个非常简单且快速的Web框架API。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/ivpusic/neo) * [mango](https://github.com/paulbellamy/mango) **star:339** ManGo 是一个模块化 web 应用框架,受到 Rack 和 PEP333 的启发。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/paulbellamy/mango) @@ -1992,14 +1992,13 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [GoLint](https://github.com/golang/lint) **star:3188** Go 源码的 linter。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/golang/lint) * [errcheck](https://github.com/kisielk/errcheck) **star:1333** Errcheck是一个用于检查Go程序中未检查错误的程序。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/kisielk/errcheck) * [gcvis](https://github.com/davecheney/gcvis) **star:921** 实时可视化跟踪 GC 数据。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/davecheney/gcvis) -* [php-parser](https://github.com/z7zmey/php-parser) **star:657** 用 Go 编写的 PHP 解析器。 ![star > 100][Bronze] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/z7zmey/php-parser) * [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:657** 用 Go 编写的 PHP 解析器。 ![star > 100][Bronze] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/z7zmey/php-parser) * [go-critic](https://github.com/go-critic/go-critic) **star:591** 源代码检查工具。 ![star > 100][Bronze] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/go-critic/go-critic) -* [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:379** 基于 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:379** 基于 Web 的 Golang AST 可视化工具。 ![star > 100][Bronze] * [go-cleanarch](https://github.com/roblaszczak/go-cleanarch) **star:287** go-cleanarch 的创建是为了验证 Clean 体系结构规则,比如 Go 项目中的依赖关系。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/roblaszczak/go-cleanarch) * [unconvert](https://github.com/mdempsky/unconvert) **star:261** 在源码中删除不必要的类型转换。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/mdempsky/unconvert) * [unused](https://github.com/dominikh/go-tools/tree/master/cmd/unused) 对未使用的常量、变量、函数和类型的代码进行检查。 @@ -2011,6 +2010,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [lint](https://github.com/surullabs/lint) **star:63** 将 linters 作为测试的一部分。 [![godoc][GoDoc]](https://godoc.org/github.com/surullabs/lint) * [validate](https://github.com/mccoyst/validate) **star:62** 使用 tags 自动验证结构体字段。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/mccoyst/validate) * [go-outdated](https://github.com/firstrow/go-outdated) **star:45** 显示过期包的终端应用。 [![godoc][GoDoc]](https://godoc.org/github.com/firstrow/go-outdated) ![归档项目][Archived] +* [tarp](https://github.com/verygoodsoftwarenotvirus/tarp) **star:14** 在源码中寻找没有直接单元测试的函数和方法。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/verygoodsoftwarenotvirus/tarp) ![归档项目][Archived] ## 编辑器插件 @@ -2043,13 +2043,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:4093** 基于 Go 的Swagger 2.0实现。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/go-swagger/go-swagger) +* [OctoLinker](https://github.com/OctoLinker/browser-extension) **star:3853** 借助的 OctoLinker 浏览器扩展,可以高效的地浏览 GitHub go文件。 ![star > 1000][Silver] ![最近一周有更新][Green] * [go-callvis](https://github.com/TrueFurby/go-callvis) **star:2032** 使用 dot format 可视化 Go 程序的调用图。 ![star > 1000][Silver] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/TrueFurby/go-callvis) * [richgo](https://github.com/kyoh86/richgo) **star:399** 用文本装饰丰富 go test 的输出。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/kyoh86/richgo) * [depth](https://github.com/KyleBanks/depth) **star:390** 通过分析导入,将包依赖关系树可视化输出。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/KyleBanks/depth) * [gb](https://getgb.io/) 一个基于项目的易用的构建工具。 * [rts](https://github.com/galeone/rts) **star:186** 从服务器响应生成Go结构。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/galeone/rts) * [godbg](https://github.com/tylerwince/godbg) **star:157** 实现了 Rusts 的 dbg! 宏,可以方便的在开发过程中快速、容易地调试。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/tylerwince/godbg) -* [OctoLinker](https://github.com/OctoLinker/browser-extension) 借助的 OctoLinker 浏览器扩展,可以高效的地浏览 GitHub go文件。 * [colorgo](https://github.com/songgao/colorgo) **star:100** 将 go 命令包装成彩色的 go build 输出。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/songgao/colorgo) * [go-pkg-complete](https://github.com/skelterjohn/go-pkg-complete) **star:38** Bash completion for go and wgo。 ![最近一年没有更新][Yellow] * [generator-go-lang](https://github.com/axelspringer/generator-go-lang) **star:13** 一个[Yeoman](http://yeoman.io)生成器,用于启动新的 Go 项目。 @@ -2064,9 +2064,10 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [kubernetes](https://github.com/kubernetes/kubernetes) **star:57459** 来自谷歌的容器集群管理器。 ![star > 5000][Gold] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/kubernetes/kubernetes) * [Moby](https://github.com/moby/moby) **star:54811** Collaborative project for the container ecosystem to assemble container-based systems. ![star > 5000][Gold] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/moby/moby) * [traefik](https://github.com/containous/traefik) **star:24252** 反向代理和负载均衡器,支持多个后端。 ![star > 5000][Gold] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/containous/traefik) -* [Gitea](https://github.com/go-gitea/gitea) **star:15745** 从 Gogs fork,完全由社区驱动。 ![star > 5000][Gold] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/go-gitea/gitea) ![包含中文文档][CN] * [gitea-github-migrator](https://git.jonasfranz.software/JonasFranzDEV/gitea-github-migrator) 将所有GitHub repositories、issues、milestones 和 labels 都迁移到 Gitea。 +* [Gitea](https://github.com/go-gitea/gitea) **star:15745** 从 Gogs fork,完全由社区驱动。 ![star > 5000][Gold] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/go-gitea/gitea) ![包含中文文档][CN] * [Vegeta](https://github.com/tsenart/vegeta) **star:12431** HTTP负载测试工具和库。超过9000 ! ![star > 5000][Gold] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/tsenart/vegeta) +* [Packer](https://github.com/mitchellh/packer) **star:9331** 用于从一个源配置为多个平台创建相同的机器图像。 ![star > 5000][Gold] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/mitchellh/packer) * [Hey](https://github.com/rakyll/hey) **star:6508** 压力测试工具,可用来代替 ApacheBench (ab)。 ![star > 5000][Gold] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/rakyll/hey) * [GVM](https://github.com/moovweb/gvm) **star:4523** GVM 提供了一个接口来管理 Go 版本。 ![star > 1000][Silver] ![最近一周有更新][Green] * [Wide](https://wide.b3log.org/login) 为使用 Golang 的团队提供基于 web 的 IDE。 @@ -2086,8 +2087,8 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [skm](https://github.com/TimothyYe/skm) **star:551** SKM是一个简单而强大的SSH密钥管理器,它可以帮助您轻松地管理多个SSH密钥! ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/TimothyYe/skm) * [Scaleway-cli](https://github.com/scaleway/scaleway-cli) **star:541** 从命令行管理 BareMetal 服务器(与使用Docker一样容易)。 ![star > 100][Bronze] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/scaleway/scaleway-cli) * [aurora](https://github.com/xuri/aurora) **star:411** 基于web的跨平台 Beanstalkd 队列服务器控制台。 ![star > 100][Bronze] +* [govvv](https://github.com/ahmetalpbalkan/govvv) **star:394** 可轻松地添加版本信息到 Go 二进制文件。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/ahmetalpbalkan/govvv) * [gonative](https://github.com/inconshreveable/gonative) **star:311** 用原生 Go 创建一个跨平台的 Go 工具链。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/inconshreveable/gonative) -* [govvv](https://github.com/ahmetalpbalkan/govvv) 可轻松地添加版本信息到 Go 二进制文件。 * [Mora](https://github.com/emicklei/mora) **star:267** 用于访问 MongoDB 文档和元数据的 REST 服务器。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/emicklei/mora) * [lstags](https://github.com/ivanilves/lstags) **star:227** 提供了工具和API,可用来同步不同注册中心的Docker图像。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/ivanilves/lstags) * [Gogs](https://gogs.io/) 自托管的Git服务。 @@ -2099,7 +2100,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gobrew](https://github.com/cryptojuice/gobrew) **star:176** gobrew 允许您轻松地在 go 的多个版本之间切换。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] * [Blast](https://github.com/dave/blast) **star:170** 一个用于API负载测试和批处理作业的简单工具。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/dave/blast) * [ostent](https://github.com/ostrost/ostent) **star:165** 收集和显示系统指标,并可选 Graphite and/or fluxdb作为依赖。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/ostrost/ostent) -* [Packer](https://github.com/mitchellh/packer) 用于从一个源配置为多个平台创建相同的机器图像。 * [grapes](https://github.com/yaronsumel/grapes) **star:137** 旨在轻松地通过ssh分发命令的轻量级工具。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/yaronsumel/grapes) * [easyssh-proxy](https://github.com/appleboy/easyssh-proxy) **star:103** Golang package for easy remote execution through SSH and SCP downloading via `ProxyCommand`. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/appleboy/easyssh-proxy) * [kcli](https://github.com/cswank/kcli) **star:81** 用于检查kafka主题/分区/消息的命令行工具。 [![godoc][GoDoc]](https://godoc.org/github.com/cswank/kcli) @@ -2116,6 +2116,8 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis ### 其他软件 +* [hugo](http://gohugo.io/) 快速、现代的静态网站引擎。 +* [Gor](https://github.com/buger/gor) **star:11494** Http 流量复制工具,用于实时回放从生产环境到阶段/开发环境的流量。 ![star > 5000][Gold] [![godoc][GoDoc]](https://godoc.org/github.com/buger/gor) * [Seaweed File System](https://github.com/chrislusf/seaweedfs) **star:8400** 快速、简单、可伸缩的分布式文件系统,采用了O(1)磁盘查找。 ![star > 5000][Gold] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/chrislusf/seaweedfs) * [restic](https://github.com/restic/restic) **star:7650** 消除重复项备份程序。 ![star > 5000][Gold] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/restic/restic) * [confd](https://github.com/kelseyhightower/confd) **star:6492** 使用 etcd 或 consul 的模板和数据管理本地应用程序配置文件。 ![star > 5000][Gold] [![godoc][GoDoc]](https://godoc.org/github.com/kelseyhightower/confd) @@ -2123,21 +2125,21 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [LiteIDE](https://github.com/visualfc/liteide) **star:5573** 简单的、开源的、跨平台的Go IDE。 ![star > 5000][Gold] ![最近一周有更新][Green] ![包含中文文档][CN] * [drive](https://github.com/odeke-em/drive) **star:5011** 基于命令行的谷歌驱动器客户端。 ![star > 5000][Gold] [![godoc][GoDoc]](https://godoc.org/github.com/odeke-em/drive) * [nes](https://github.com/fogleman/nes) **star:4185** 任天堂娱乐系统(NES)模拟器。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/fogleman/nes) -* [orange-cat](https://github.com/noraesae/orange-cat) 用Go编写的Markdown预览器。 -* [toxiproxy](https://github.com/shopify/toxiproxy) **star:4015** 为自动化测试模拟网络和系统条件的代理。 ![star > 1000][Silver] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/shopify/toxiproxy) * [tsuru](https://tsuru.io/) Extensible and open source Platform as a Service software. -* [Pipe](https://github.com/b3log/pipe) **star:3274** 一个小巧漂亮的博客平台。 ![star > 1000][Silver] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/b3log/pipe) +* [toxiproxy](https://github.com/shopify/toxiproxy) **star:4015** 为自动化测试模拟网络和系统条件的代理。 ![star > 1000][Silver] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/shopify/toxiproxy) +* [Pipe](https://github.com/b3log/pipe) **star:3274** 一个小巧漂亮的博客平台。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/b3log/pipe) * [Duplicacy](https://github.com/gilbertchen/duplicacy) **star:2706** 跨平台网络和云备份工具。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/gilbertchen/duplicacy) * [myLG](https://github.com/mehrdadrad/mylg) **star:2208** 命令行网络诊断工具。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/mehrdadrad/mylg) * [GoBoy](https://github.com/Humpheh/goboy) **star:2121** 用 Go 编写的任天堂Game Boy彩色模拟器。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/Humpheh/goboy) -* [syncthing](https://syncthing.net/) 开放,分散的文件同步工具和协议。 * [Stack Up](https://github.com/pressly/sup) **star:2005** Stack Up 是一个超级简单的部署工具 — 只面向Unix。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/pressly/sup) -* [limetext](http://limetext.org/) 一个强大而优雅的文本编辑器。 +* [syncthing](https://syncthing.net/) 开放,分散的文件同步工具和协议。 * [lgo](https://github.com/yunabe/lgo) **star:1824** 与 Jupyter 可进行交互 Go 程序。它支持代码完成、代码检查以及与Go 100% 兼容性。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/yunabe/lgo) +* [limetext](http://limetext.org/) 一个强大而优雅的文本编辑器。 * [snap](https://github.com/intelsdi-x/snap) **star:1804** 强大的遥测框架。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/intelsdi-x/snap) * [Circuit](https://github.com/gocircuit/circuit) **star:1792** Circuit 是一个可编程平台即服务(PaaS)和/或基础设施即服务(IaaS),用于管理、发现、同步和编排包含云应用程序的服务和主机。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/gocircuit/circuit) +* [borg](https://github.com/crufter/borg) **star:1423** 基于终端的bash代码段搜索引擎。 ![star > 1000][Silver] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/crufter/borg) * [Go Package Store](https://github.com/shurcooL/Go-Package-Store) **star:877** App that displays updates for the Go packages in your GOPATH. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/shurcooL/Go-Package-Store) -* [Documize](https://github.com/documize/community) **star:857** 集成了SaaS工具数据的现代wiki软件。 ![star > 100][Bronze] ![最近一周有更新][Green] +* [Documize](https://github.com/documize/community) **star:857** 集成了SaaS工具数据的现代wiki软件。 ![star > 100][Bronze] * [scc](https://github.com/boyter/scc) **star:787** 一个非常快速准确的代码计数器,采用了复杂的计算和 COCOMO 预估。 ![star > 100][Bronze] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/boyter/scc) * [Leaps](https://github.com/jeffail/leaps) **star:642** 使用操作转换的成对编程服务。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/jeffail/leaps) * [peg](https://github.com/pointlander/peg) **star:622** 解析表达式语法,是Packrat解析器生成器的实现。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/pointlander/peg) @@ -2152,20 +2154,18 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [ipe](https://github.com/dimiro1/ipe) **star:281** Open source Pusher server implementation compatible with Pusher client libraries written in GO. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/dimiro1/ipe) * [ide](https://github.com/thestrukture/ide) **star:254** 基于浏览器的IDE ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/thestrukture/ide) * [Cherry](https://github.com/rafael-santiago/cherry) **star:193** 微型网络聊天服务器。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/rafael-santiago/cherry) +* [orange-cat](https://github.com/noraesae/orange-cat) **star:178** 用Go编写的Markdown预览器。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/noraesae/orange-cat) * [Orbit](https://github.com/gulien/orbit) **star:129** 一个根据模板来运行命令和生成文件的简单小工具。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/gulien/orbit) * [Juju](https://jujucharms.com/) Cloud-agnostic的服务部署和编制 —— 支持EC2、Azure、Openstack、MAAS等。 * [joincap](https://github.com/assafmo/joincap) **star:123** 用于合并多个pcap文件的命令行实用程序。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/assafmo/joincap) * [Docker](http://www.docker.com/) 面向开发人员和系统管理员的分布式应用程序的开放平台。 * [DDNS](https://github.com/skibish/ddns) **star:100** 个人 DDNS 客户端。 ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/skibish/ddns) * [boxed](https://github.com/tejo/boxed) **star:72** 基于Dropbox的博客引擎。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/tejo/boxed) -* [borg](https://github.com/crufter/borg) 基于终端的bash代码段搜索引擎。 * [naclpipe](https://github.com/unix4fun/naclpipe) **star:20** 基于加密管的简单的NaCL EC25519工具。 [![godoc][GoDoc]](https://godoc.org/github.com/unix4fun/naclpipe) * [term-quiz](https://github.com/crazcalm/term-quiz) **star:17** 测试你的终端。 [![godoc][GoDoc]](https://godoc.org/github.com/crazcalm/term-quiz) * [Snitch](https://github.com/lucasgomide/snitch) **star:15** 当有人通过 Tsuru 部署任何应用程序时,会通知您的团队以及其他工具。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/lucasgomide/snitch) -* [GoDocTooltip](https://github.com/diankong/GoDocTooltip) **star:12** 包含了 Go 使用手册文档的 Chrome 扩展。 ![最近一年没有更新][Yellow] * [GoLand](https://jetbrains.com/go) 功能齐全的跨平台 Go IDE。 -* [hugo](http://gohugo.io/) 快速、现代的静态网站引擎。 -* [Gor](https://github.com/buger/gor) Http 流量复制工具,用于实时回放从生产环境到阶段/开发环境的流量。 +* [GoDocTooltip](https://github.com/diankong/GoDocTooltip) **star:12** 包含了 Go 使用手册文档的 Chrome 扩展。 ![最近一年没有更新][Yellow] # 资源 @@ -2177,11 +2177,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:1021** web框架基准测试。 ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/smallnest/go-web-framework-benchmark) * [skynet](https://github.com/atemerev/skynet) **star:918** 天网 1M 线程微基准测试。 ![star > 100][Bronze] * [go_serialization_benchmarks](https://github.com/alecthomas/go_serialization_benchmarks) **star:881** Go序列化方法的基准测试。 ![star > 100][Bronze] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/alecthomas/go_serialization_benchmarks) -* [gocostmodel](https://github.com/PuerkitoBio/gocostmodel) Go语言常用基本操作的基准测试。 * [speedtest-resize](https://github.com/fawick/speedtest-resize) **star:173** 对比各种图像大小调整算法性能。 ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/fawick/speedtest-resize) * [go-benchmarks](https://github.com/tylertreat/go-benchmarks) **star:124** Few miscellaneous Go microbenchmarks. Compare some language features to alternative approaches ![star > 100][Bronze] ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/tylertreat/go-benchmarks) * [gospeed](https://github.com/feyeleanor/GoSpeed) **star:94** 计算语言结构的速度的微观基准测试。 [![godoc][GoDoc]](https://godoc.org/github.com/feyeleanor/GoSpeed) * [autobench](https://github.com/davecheney/autobench) **star:89** 用来来比较不同Go版本之间的性能的框架。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/davecheney/autobench) +* [gocostmodel](https://github.com/PuerkitoBio/gocostmodel) **star:52** Go语言常用基本操作的基准测试。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/PuerkitoBio/gocostmodel) * [golang-sql-benchmark](https://github.com/tyler-smith/golang-sql-benchmark) **star:49** 为流行的 Go 数据库/SQL实用程序收集基准测试。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/tyler-smith/golang-sql-benchmark) * [go-benchmark-app](https://github.com/mrLSD/go-benchmark-app) **star:19** 强大的HTTP基准测试工具,包含了Аb,Wrk,Siege工具。收集统计和各种参数指标,并比较相关结果。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/mrLSD/go-benchmark-app) * [kvbench](https://github.com/jimrobinson/kvbench) **star:14** K / V 类型数据库基准测试。 ![最近一年没有更新][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/jimrobinson/kvbench) @@ -2335,12 +2335,12 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Building Go Web Applications and Microservices Using Gin](https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin) Get familiar with Gin and find out how it can help you reduce boilerplate code and build a request handling pipeline. * [Caching Slow Database Queries](https://medium.com/@rocketlaunchr.cloud/caching-slow-database-queries-1085d308a0c9) 如何缓存数据库的慢查询。 * [Canceling MySQL](https://medium.com/@rocketlaunchr.cloud/canceling-mysql-in-go-827ed8f83b30) 如何取消MySQL查询。 +* [Go Cheat Sheet](https://github.com/a8m/go-lang-cheat-sheet) **star:4087** Go's reference card。 ![star > 1000][Silver] +* [Go database/sql tutorial](http://go-database-sql.org/) 数据库概论/ sql。 +* [Go Playground for iOS](https://itunes.apple.com/us/app/go-playground/id1437518275?ls=1&mt=8) 在你的移动设备上编辑你编辑和运行你的 Go 代码。 * [Ethereum Development with Go](https://github.com/miguelmota/ethereum-development-with-go-book) **star:468** 一本讲述如何用 Go 进行以太开发的小册。 ![star > 100][Bronze] ![最近一周有更新][Green] [![godoc][GoDoc]](https://godoc.org/github.com/miguelmota/ethereum-development-with-go-book) ![包含中文文档][CN] * [Games With Go](http://gameswithgo.org/) 关于编程和游戏开发系列教学视频。 * [Go By Example](https://gobyexample.com/) 手把手教你 如何在 Go 应用程序中使用注释。 -* [Go Cheat Sheet](https://github.com/a8m/go-lang-cheat-sheet) Go's reference card。 -* [Go database/sql tutorial](http://go-database-sql.org/) 数据库概论/ sql。 -* [Go Playground for iOS](https://itunes.apple.com/us/app/go-playground/id1437518275?ls=1&mt=8) 在你的移动设备上编辑你编辑和运行你的 Go 代码。 * [50 Shades of Go](http://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/) Go 初学者经常遇到的陷阱、误区、错误 * [A Guide to Golang E-Commerce](https://snipcart.com/blog/golang-ecommerce-ponzu-cms-demo?utm_term=golang-ecommerce-ponzu-cms-demo) 教你如何用 Go 搭建一个电商平台 (包括demo)。 * [A Tour of Go](http://tour.golang.org/) 互动的 Go 之旅。 diff --git a/README_EN.md b/README_EN.md index 7ccabb7..4453840 100644 --- a/README_EN.md +++ b/README_EN.md @@ -9,9 +9,9 @@ [Archived]: https://cdn.jsdelivr.net/gh/yinggaozhen/awesome-go-cn@1.2.1/docs/archived.svg "The project has been archived" [GoDoc]: https://cdn.jsdelivr.net/gh/yinggaozhen/awesome-go-cn@1.3.0/docs/DOC.svg "godoc document links" -**This project is [awesome-go](https://awesome-go.com/) Chinese version, last sync time : 2019-09-05 10:13:56(Synchronize every day)** +**This project is [awesome-go](https://awesome-go.com/) Chinese version, last sync time : 2019-09-05 21:25:36(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) +[![english](https://cdn.jsdelivr.net/gh/yinggaozhen/awesome-go-cn@1.3.0/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) [![patreon avelino](https://c5.patreon.com/external/logo/become_a_patron_button@2x.png)](https://www.patreon.com/avelinosource) financial support to Awesome Go @@ -235,7 +235,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [cli](https://github.com/mkideal/cli) **star:481** Feature-rich and easy to use command-line package based on golang struct tags. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/mkideal/cli) * [flaggy](https://github.com/integrii/flaggy) **star:457** A robust and idiomatic flags package with excellent subcommand support. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/integrii/flaggy) * [ops](https://github.com/nanovms/ops) **star:272** Unikernel Builder/Orchestrator. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/nanovms/ops) -* [argparse](https://github.com/akamensky/argparse) **star:119** Command line argument parser inspired by Python's argparse module. ![star > 100][Bronze] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/akamensky/argparse) +* [argparse](https://github.com/akamensky/argparse) **star:119** Command line argument parser inspired by Python's argparse module. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/akamensky/argparse) * [flag](https://github.com/cosiner/flag) **star:100** Simple but powerful command line option parsing library for Go supporting subcommand. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/cosiner/flag) * [ukautz/clif](https://github.com/ukautz/clif) **star:98** Small command line interface framework. [![godoc][GoDoc]](https://godoc.org/github.com/ukautz/clif) * [commandeer](https://github.com/jaffee/commandeer) **star:93** Dev-friendly CLI apps: sets up flags, defaults, and usage based on struct fields and tags. [![godoc][GoDoc]](https://godoc.org/github.com/jaffee/commandeer) @@ -364,7 +364,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [merkletree](https://github.com/cbergoon/merkletree) **star:148** Implementation of a merkle tree providing an efficient and secure verification of the contents of data structures. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/cbergoon/merkletree) * [bloom](https://github.com/zhenjl/bloom) **star:128** Bloom filters implemented in Go. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/zhenjl/bloom) * [binpacker](https://github.com/zhuangsirui/binpacker) **star:128** Binary packer and unpacker helps user build custom binary stream. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/zhuangsirui/binpacker) -* [go-adaptive-radix-tree](https://github.com/plar/go-adaptive-radix-tree) **star:104** Go implementation of Adaptive Radix Tree. ![star > 100][Bronze] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/plar/go-adaptive-radix-tree) +* [go-adaptive-radix-tree](https://github.com/plar/go-adaptive-radix-tree) **star:104** Go implementation of Adaptive Radix Tree. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/plar/go-adaptive-radix-tree) * [skiplist](https://github.com/MauriceGit/skiplist) **star:102** Very fast Go Skiplist implementation. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/MauriceGit/skiplist) * [ttlcache](https://github.com/diegobernardes/ttlcache) **star:101** In-memory LRU string-interface{} map with expiration for golang. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/diegobernardes/ttlcache) * [go-rquad](https://github.com/aurelien-rainone/go-rquad) **star:100** Region quadtrees with efficient point location and neighbour finding. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/aurelien-rainone/go-rquad) @@ -618,7 +618,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [chasquid](https://blitiri.com.ar/p/chasquid) SMTP server written in Go. * [hermes](https://github.com/matcornic/hermes) **star:1636** Golang package that generates clean, responsive HTML e-mails. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/matcornic/hermes) * [email](https://github.com/jordan-wright/email) **star:1108** A robust and flexible email library for Go. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/jordan-wright/email) -* [go-imap](https://github.com/emersion/go-imap) **star:747** IMAP library for clients and servers. ![star > 100][Bronze] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/emersion/go-imap) +* [go-imap](https://github.com/emersion/go-imap) **star:747** IMAP library for clients and servers. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/emersion/go-imap) * [SendGrid](https://github.com/sendgrid/sendgrid-go) **star:524** SendGrid's Go library for sending email. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/sendgrid/sendgrid-go) * [Hectane](https://github.com/hectane/hectane) **star:168** Lightweight SMTP client providing an HTTP API. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/hectane/hectane) * [douceur](https://github.com/aymerick/douceur) **star:161** CSS inliner for your HTML emails. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/aymerick/douceur) @@ -783,7 +783,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Tools for managing and working with Goroutines.* -* [goworker](https://github.com/benmanns/goworker) **star:2268** goworker is a Go-based background worker. ![star > 1000][Silver] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/benmanns/goworker) +* [goworker](https://github.com/benmanns/goworker) **star:2268** goworker is a Go-based background worker. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/benmanns/goworker) * [ants](https://github.com/panjf2000/ants) **star:1998** A high-performance goroutine pool for golang. ![star > 1000][Silver] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/panjf2000/ants) ![Contains Chinese documents][CN] * [tunny](https://github.com/Jeffail/tunny) **star:1375** Goroutine pool for golang. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/Jeffail/tunny) * [grpool](https://github.com/ivpusic/grpool) **star:508** Lightweight Goroutine pool. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/ivpusic/grpool) @@ -1004,7 +1004,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [goRecommend](https://github.com/timkaye11/goRecommend) **star:144** Recommendation Algorithms library written in Go. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/timkaye11/goRecommend) * [shield](https://github.com/eaigner/shield) **star:124** Bayesian text classifier with flexible tokenizers and storage backends for Go. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/eaigner/shield) * [go-fann](https://github.com/white-pony/go-fann) **star:99** Go bindings for Fast Artificial Neural Networks(FANN) library. ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/white-pony/go-fann) -* [Goptuna](https://github.com/c-bata/goptuna) **star:87** Bayesian optimization framework for black-box functions written in Go. Everything will be optimized. ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/c-bata/goptuna) +* [Goptuna](https://github.com/c-bata/goptuna) **star:87** Bayesian optimization framework for black-box functions written in Go. Everything will be optimized. [![godoc][GoDoc]](https://godoc.org/github.com/c-bata/goptuna) * [goga](https://github.com/tomcraven/goga) **star:78** Genetic algorithm library for Go. ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/tomcraven/goga) * [libsvm](https://github.com/datastream/libsvm) **star:63** libsvm golang version derived work based on LIBSVM 3.14. ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/datastream/libsvm) * [neural-go](https://github.com/schuyler/neural-go) **star:61** Multilayer perceptron network implemented in Go, with training via backpropagation. ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/schuyler/neural-go) @@ -1078,7 +1078,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [excelize](https://github.com/360EntSecGroup-Skylar/excelize) **star:4589** Golang library for reading and writing Microsoft Excel™ (XLSX) files. ![star > 1000][Silver] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/360EntSecGroup-Skylar/excelize) * [xlsx](https://github.com/tealeg/xlsx) **star:3478** Library to simplify reading the XML format used by recent version of Microsoft Excel in Go programs. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/tealeg/xlsx) * [xlsx](https://github.com/plandem/xlsx) **star:80** Fast and safe way to read/update your existing Microsoft Excel files in Go programs. [![godoc][GoDoc]](https://godoc.org/github.com/plandem/xlsx) -* [go-excel](https://github.com/szyhf/go-excel) **star:47** A simple and light reader to read a relate-db-like excel as a table. ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/szyhf/go-excel) +* [go-excel](https://github.com/szyhf/go-excel) **star:47** A simple and light reader to read a relate-db-like excel as a table. [![godoc][GoDoc]](https://godoc.org/github.com/szyhf/go-excel) * [goxlsxwriter](https://github.com/fterrag/goxlsxwriter) **star:13** Golang bindings for libxlsxwriter for writing XLSX (Microsoft Excel) files. ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/fterrag/goxlsxwriter) ## Miscellaneous @@ -1394,7 +1394,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [lego](https://github.com/xenolf/lego) **star:3572** Pure Go ACME client library and CLI tool (for use with Let's Encrypt). ![star > 1000][Silver] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/xenolf/lego) * [Cameradar](https://github.com/Ullaakut/cameradar) **star:1851** Tool and library to remotely hack RTSP streams from surveillance cameras. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/Ullaakut/cameradar) -* [acmetool](https://github.com/hlandau/acme) **star:1698** ACME (Let's Encrypt) client tool with automatic renewal. ![star > 1000][Silver] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/hlandau/acme) +* [acmetool](https://github.com/hlandau/acme) **star:1698** ACME (Let's Encrypt) client tool with automatic renewal. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/hlandau/acme) * [memguard](https://github.com/awnumar/memguard) **star:1564** A pure Go library for handling sensitive values in memory. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/awnumar/memguard) * [secure](https://github.com/unrolled/secure) **star:1224** HTTP middleware for Go that facilitates some quick security wins. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/unrolled/secure) * [acra](https://github.com/cossacklabs/acra) **star:458** Network encryption proxy to protect database-based applications from data leaks: strong selective encryption, SQL injections prevention, intrusion detection system. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/cossacklabs/acra) @@ -1542,7 +1542,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [httpmock](https://github.com/jarcoal/httpmock) **star:609** Easy mocking of HTTP responses from external resources. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/jarcoal/httpmock) * [counterfeiter](https://github.com/maxbrunsfeld/counterfeiter) **star:366** Tool for generating self-contained mock objects. ![star > 100][Bronze] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/maxbrunsfeld/counterfeiter) * [minimock](https://github.com/gojuno/minimock) **star:271** Mock generator for Go interfaces. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/gojuno/minimock) - * [go-txdb](https://github.com/DATA-DOG/go-txdb) **star:173** Single transaction based database driver mainly for testing purposes. ![star > 100][Bronze] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/DATA-DOG/go-txdb) + * [go-txdb](https://github.com/DATA-DOG/go-txdb) **star:173** Single transaction based database driver mainly for testing purposes. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/DATA-DOG/go-txdb) * [govcr](https://github.com/seborama/govcr) **star:83** HTTP mock for Golang: record and replay HTTP interactions for offline testing. [![godoc][GoDoc]](https://godoc.org/github.com/seborama/govcr) * [mockhttp](https://github.com/tv42/mockhttp) **star:22** Mock object for Go http.ResponseWriter. ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/tv42/mockhttp) @@ -1574,7 +1574,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [bluemonday](https://github.com/microcosm-cc/bluemonday) **star:1271** HTML Sanitizer. ![star > 1000][Silver] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/microcosm-cc/bluemonday) * [inject](https://github.com/facebookgo/inject) **star:1150** Package inject provides a reflect based injector. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/facebookgo/inject) ![Archived][Archived] * [gofeed](https://github.com/mmcdole/gofeed) **star:1117** Parse RSS and Atom feeds in Go. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/mmcdole/gofeed) - * [go-toml](https://github.com/pelletier/go-toml) **star:619** Go library for the TOML format with query support and handy cli tools. ![star > 100][Bronze] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/pelletier/go-toml) + * [go-toml](https://github.com/pelletier/go-toml) **star:619** Go library for the TOML format with query support and handy cli tools. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/pelletier/go-toml) * [commonregex](https://github.com/mingrammer/commonregex) **star:555** A collection of common regular expressions for Go. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/mingrammer/commonregex) * [slug](https://github.com/gosimple/slug) **star:391** URL-friendly slugify with multiple languages support. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/gosimple/slug) * [mxj](https://github.com/clbanning/mxj) **star:336** 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] [![godoc][GoDoc]](https://godoc.org/github.com/clbanning/mxj) @@ -1689,7 +1689,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [tumblr](https://github.com/mattcunningham/gumblr) **star:6** Go wrapper for the Tumblr v2 API. ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/mattcunningham/gumblr) * [google-email-audit-api](https://github.com/ngs/go-google-email-audit-api) **star:6** Go client library for [Google G Suite Email Audit API](https://developers.google.com/admin-sdk/email-audit/). ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/ngs/go-google-email-audit-api) * [zooz](https://github.com/gojuno/go-zooz) **star:5** Go client for the Zooz API. [![godoc][GoDoc]](https://godoc.org/github.com/gojuno/go-zooz) -* [go-sophos](https://github.com/esurdam/go-sophos) **star:5** Go client library for the [Sophos UTM REST API](https://www.sophos.com/en-us/medialibrary/PDFs/documentation/UTMonAWS/Sophos-UTM-RESTful-API.pdf?la=en) with zero dependencies. [![godoc][GoDoc]](https://godoc.org/github.com/esurdam/go-sophos) +* [go-sophos](https://github.com/esurdam/go-sophos) **star:5** Go client library for the [Sophos UTM REST API](https://www.sophos.com/en-us/medialibrary/PDFs/documentation/UTMonAWS/Sophos-UTM-RESTful-API.pdf?la=en) with zero dependencies. ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/esurdam/go-sophos) * [go-chronos](https://github.com/axelspringer/go-chronos) **star:3** Go library for interacting with the [Chronos](https://mesos.github.io/chronos/) Job Scheduler ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/axelspringer/go-chronos) * [TripAdvisor](https://github.com/mrbenosborne/tripadvisor-golang) **star:1** Go wrapper for the TripAdvisor API. [![godoc][GoDoc]](https://godoc.org/github.com/mrbenosborne/tripadvisor-golang) * [playlyfe](https://github.com/playlyfe/playlyfe-go-sdk) **star:1** The Playlyfe Rest API Go SDK. ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/playlyfe/playlyfe-go-sdk) @@ -1706,6 +1706,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [wuzz](https://github.com/asciimoo/wuzz) **star:8318** Interactive cli tool for HTTP inspection. ![star > 5000][Gold] [![godoc][GoDoc]](https://godoc.org/github.com/asciimoo/wuzz) * [sqlx](https://github.com/jmoiron/sqlx) **star:6932** provides a set of extensions on top of the excellent built-in database/sql package. ![star > 5000][Gold] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/jmoiron/sqlx) * [peco](https://github.com/peco/peco) **star:5513** Simplistic interactive filtering tool. ![star > 5000][Gold] [![godoc][GoDoc]](https://godoc.org/github.com/peco/peco) +* [usql](https://github.com/knq/usql) **star:4689** usql is a universal command-line interface for SQL databases. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/knq/usql) * [goreleaser](https://github.com/goreleaser/goreleaser) **star:4601** Deliver Go binaries as fast and easily as possible. ![star > 1000][Silver] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/goreleaser/goreleaser) * [godropbox](https://github.com/dropbox/godropbox) **star:3754** Common libraries for writing Go services/applications from Dropbox. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/dropbox/godropbox) * [realize](https://github.com/tockins/realize) **star:3206** Go build system with file watchers and live reload. Run, build and watch file changes with custom paths. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/tockins/realize) @@ -1734,7 +1735,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [godaemon](https://github.com/VividCortex/godaemon) **star:406** Utility to write daemons. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/VividCortex/godaemon) * [circuit](https://github.com/cep21/circuit) **star:360** An efficient and feature complete Hystrix like Go implementation of the circuit breaker pattern. ![star > 100][Bronze] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/cep21/circuit) * [request](https://github.com/mozillazg/request) **star:356** Go HTTP Requests for Humans™. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/mozillazg/request) -* [ergo](https://github.com/cristianoliveira/ergo) **star:318** The management of multiple local services running over different ports made easy. ![star > 100][Bronze] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/cristianoliveira/ergo) +* [ergo](https://github.com/cristianoliveira/ergo) **star:318** The management of multiple local services running over different ports made easy. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/cristianoliveira/ergo) * [koazee](https://github.com/wesovilabs/koazee) **star:305** Library inspired in Lazy evaluation and functional programming that takes the hassle out of working with arrays. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/wesovilabs/koazee) * [go-rate](https://github.com/beefsack/go-rate) **star:292** Timed rate limiter for Go. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/beefsack/go-rate) * [gohper](https://github.com/cosiner/gohper) **star:248** Various tools/modules help for development. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/cosiner/gohper) ![Archived][Archived] @@ -1743,11 +1744,11 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [serve](https://github.com/syntaqx/serve) **star:192** A static http server anywhere you need. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/syntaqx/serve) * [go-trigger](https://github.com/sadlil/go-trigger) **star:184** Go-lang global event triggerer, Register Events with an id and trigger the event from anywhere from your project. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/sadlil/go-trigger) * [retry](https://github.com/kamilsk/retry) **star:173** The most advanced functional mechanism to perform actions repetitively until successful. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/kamilsk/retry) -* [go-bind-plugin](https://github.com/wendigo/go-bind-plugin) **star:160** go:generate tool for wrapping symbols exported by golang plugins (1.8 only). ![star > 100][Bronze] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/wendigo/go-bind-plugin) +* [go-bind-plugin](https://github.com/wendigo/go-bind-plugin) **star:160** go:generate tool for wrapping symbols exported by golang plugins (1.8 only). ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/wendigo/go-bind-plugin) * [rerun](https://github.com/ivpusic/rerun) **star:153** Recompiling and rerunning go apps when source changes. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/ivpusic/rerun) * [moldova](https://github.com/StabbyCutyou/moldova) **star:146** Utility for generating random data based on an input template. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/StabbyCutyou/moldova) -* [gotenv](https://github.com/subosito/gotenv) **star:145** Load environment variables from `.env` or any `io.Reader` in Go. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/subosito/gotenv) * [gubrak](https://github.com/novalagung/gubrak) **star:145** Golang utility library with syntactic sugar. It's like lodash, but for golang. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/novalagung/gubrak) +* [gotenv](https://github.com/subosito/gotenv) **star:145** Load environment variables from `.env` or any `io.Reader` in Go. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/subosito/gotenv) * [robustly](https://github.com/VividCortex/robustly) **star:137** Runs functions resiliently, catching and restarting panics. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/VividCortex/robustly) * [mimetype](https://github.com/gabriel-vasile/mimetype) **star:137** Package for MIME type detection based on magic numbers. ![star > 100][Bronze] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/gabriel-vasile/mimetype) * [util](https://github.com/shomali11/util) **star:137** Collection of useful utility functions. (strings, concurrency, manipulations, ...). ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/shomali11/util) @@ -1761,7 +1762,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-bsdiff](https://github.com/gabstv/go-bsdiff) **star:84** Pure Go bsdiff and bspatch libraries and CLI tools. [![godoc][GoDoc]](https://godoc.org/github.com/gabstv/go-bsdiff) * [pm](https://github.com/VividCortex/pm) **star:72** Process (i.e. goroutine) manager with an HTTP API. [![godoc][GoDoc]](https://godoc.org/github.com/VividCortex/pm) * [UNIS](https://github.com/esemplastic/unis) **star:69** Common Architecture™ for String Utilities in Go. ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/esemplastic/unis) -* [usql](https://github.com/knq/usql) usql is a universal command-line interface for SQL databases. * [xferspdy](https://github.com/monmohan/xferspdy) **star:67** Xferspdy provides binary diff and patch library in golang. ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/monmohan/xferspdy) * [go-health](https://github.com/Talento90/go-health) **star:63** Health package simplifies the way you add health check to your services. ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/Talento90/go-health) * [mssqlx](https://github.com/linxGnu/mssqlx) **star:60** Database client library, proxy for any master slave, master master structures. Lightweight and auto balancing in mind. [![godoc][GoDoc]](https://godoc.org/github.com/linxGnu/mssqlx) @@ -1882,8 +1882,8 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Macaron](https://github.com/go-macaron/macaron) **star:2834** Macaron is a high productive and modular design web framework in Go. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/go-macaron/macaron) * [utron](https://github.com/gernest/utron) **star:2136** Lightweight MVC framework for Go(Golang). ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/gernest/utron) * [tigertonic](https://github.com/rcrowley/go-tigertonic) **star:996** Go framework for building JSON web services inspired by Dropwizard. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/rcrowley/go-tigertonic) -* [traffic](https://github.com/pilu/traffic) Sinatra inspired regexp/pattern mux and web framework for Go. * [tango](https://github.com/lunny/tango) **star:816** Micro & pluggable web framework for Go. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/lunny/tango) ![Contains Chinese documents][CN] +* [traffic](https://github.com/pilu/traffic) **star:517** Sinatra inspired regexp/pattern mux and web framework for Go. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/pilu/traffic) * [gongular](https://github.com/mustafaakin/gongular) **star:418** Fast Go web framework with input mapping/validation and (DI) Dependency Injection. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/mustafaakin/gongular) * [neo](https://github.com/ivpusic/neo) **star:394** Neo is minimal and fast Go Web Framework with extremely simple API. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/ivpusic/neo) * [mango](https://github.com/paulbellamy/mango) **star:339** Mango is a modular web-application framework for Go, inspired by Rack, and PEP333. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/paulbellamy/mango) @@ -1992,14 +1992,13 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [GoLint](https://github.com/golang/lint) **star:3188** Golint is a linter for Go source code. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/golang/lint) * [errcheck](https://github.com/kisielk/errcheck) **star:1333** Errcheck is a program for checking for unchecked errors in Go programs. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/kisielk/errcheck) * [gcvis](https://github.com/davecheney/gcvis) **star:921** Visualise Go program GC trace data in real time. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/davecheney/gcvis) -* [php-parser](https://github.com/z7zmey/php-parser) **star:657** A Parser for PHP written in Go. ![star > 100][Bronze] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/z7zmey/php-parser) * [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:657** A Parser for PHP written in Go. ![star > 100][Bronze] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/z7zmey/php-parser) * [go-critic](https://github.com/go-critic/go-critic) **star:591** source code linter that brings checks that are currently not implemented in other linters. ![star > 100][Bronze] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/go-critic/go-critic) -* [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:379** 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:379** Web based Golang AST visualizer. ![star > 100][Bronze] * [go-cleanarch](https://github.com/roblaszczak/go-cleanarch) **star:287** 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] [![godoc][GoDoc]](https://godoc.org/github.com/roblaszczak/go-cleanarch) * [unconvert](https://github.com/mdempsky/unconvert) **star:261** Remove unnecessary type conversions from Go source. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/mdempsky/unconvert) * [unused](https://github.com/dominikh/go-tools/tree/master/cmd/unused) unused checks Go code for unused constants, variables, functions and types. @@ -2011,6 +2010,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. [![godoc][GoDoc]](https://godoc.org/github.com/surullabs/lint) * [validate](https://github.com/mccoyst/validate) **star:62** Automatically validates struct fields with tags. ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/mccoyst/validate) * [go-outdated](https://github.com/firstrow/go-outdated) **star:45** Console application that displays outdated packages. [![godoc][GoDoc]](https://godoc.org/github.com/firstrow/go-outdated) ![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] [![godoc][GoDoc]](https://godoc.org/github.com/verygoodsoftwarenotvirus/tarp) ![Archived][Archived] ## Editor Plugins @@ -2043,13 +2043,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:4093** Swagger 2.0 implementation for go. Swagger is a simple yet powerful representation of your RESTful API. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/go-swagger/go-swagger) +* [OctoLinker](https://github.com/OctoLinker/browser-extension) **star:3853** 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:2032** Visualize call graph of your Go program using dot format. ![star > 1000][Silver] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/TrueFurby/go-callvis) * [richgo](https://github.com/kyoh86/richgo) **star:399** Enrich `go test` outputs with text decorations. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/kyoh86/richgo) * [depth](https://github.com/KyleBanks/depth) **star:390** Visualize dependency trees of any package by analyzing imports. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/KyleBanks/depth) * [gb](https://getgb.io/) An easy to use project based build tool for the Go programming language. * [rts](https://github.com/galeone/rts) **star:186** RTS: response to struct. Generates Go structs from server responses. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/galeone/rts) * [godbg](https://github.com/tylerwince/godbg) **star:157** Implementation of Rusts `dbg!` macro for quick and easy debugging during development. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/tylerwince/godbg) -* [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:100** Wrapper around `go` command for colorized `go build` output. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/songgao/colorgo) * [go-pkg-complete](https://github.com/skelterjohn/go-pkg-complete) **star:38** 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. @@ -2064,9 +2064,10 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [kubernetes](https://github.com/kubernetes/kubernetes) **star:57459** Container Cluster Manager from Google. ![star > 5000][Gold] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/kubernetes/kubernetes) * [Moby](https://github.com/moby/moby) **star:54811** Collaborative project for the container ecosystem to assemble container-based systems. ![star > 5000][Gold] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/moby/moby) * [traefik](https://github.com/containous/traefik) **star:24252** Reverse proxy and load balancer with support for multiple backends. ![star > 5000][Gold] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/containous/traefik) -* [Gitea](https://github.com/go-gitea/gitea) **star:15745** Fork of Gogs, entirely community driven. ![star > 5000][Gold] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/go-gitea/gitea) ![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:15745** Fork of Gogs, entirely community driven. ![star > 5000][Gold] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/go-gitea/gitea) ![Contains Chinese documents][CN] * [Vegeta](https://github.com/tsenart/vegeta) **star:12431** HTTP load testing tool and library. It's over 9000! ![star > 5000][Gold] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/tsenart/vegeta) +* [Packer](https://github.com/mitchellh/packer) **star:9331** 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] [![godoc][GoDoc]](https://godoc.org/github.com/mitchellh/packer) * [Hey](https://github.com/rakyll/hey) **star:6508** Hey is a tiny program that sends some load to a web application. ![star > 5000][Gold] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/rakyll/hey) * [GVM](https://github.com/moovweb/gvm) **star:4523** GVM provides an interface to manage Go versions. ![star > 1000][Silver] ![There was an update last week][Green] * [Wide](https://wide.b3log.org/login) Web-based IDE for Teams using Golang. @@ -2086,8 +2087,8 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [skm](https://github.com/TimothyYe/skm) **star:551** SKM is a simple and powerful SSH Keys Manager, it helps you to manage your multiple SSH keys easily! ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/TimothyYe/skm) * [Scaleway-cli](https://github.com/scaleway/scaleway-cli) **star:541** Manage BareMetal Servers from Command Line (as easily as with Docker). ![star > 100][Bronze] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/scaleway/scaleway-cli) * [aurora](https://github.com/xuri/aurora) **star:411** Cross-platform web-based Beanstalkd queue server console. ![star > 100][Bronze] +* [govvv](https://github.com/ahmetalpbalkan/govvv) **star:394** “go build” wrapper to easily add version information into Go binaries. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/ahmetalpbalkan/govvv) * [gonative](https://github.com/inconshreveable/gonative) **star:311** 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] [![godoc][GoDoc]](https://godoc.org/github.com/inconshreveable/gonative) -* [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] [![godoc][GoDoc]](https://godoc.org/github.com/emicklei/mora) * [lstags](https://github.com/ivanilves/lstags) **star:227** Tool and API to sync Docker images across different registries. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/ivanilves/lstags) * [Gogs](https://gogs.io/) A Self Hosted Git Service in the Go Programming Language. @@ -2099,7 +2100,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gobrew](https://github.com/cryptojuice/gobrew) **star:176** 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:170** A simple tool for API load testing and batch jobs. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/dave/blast) * [ostent](https://github.com/ostrost/ostent) **star:165** 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] [![godoc][GoDoc]](https://godoc.org/github.com/ostrost/ostent) -* [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:137** Lightweight tool designed to distribute commands over ssh with ease. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/yaronsumel/grapes) * [easyssh-proxy](https://github.com/appleboy/easyssh-proxy) **star:103** Golang package for easy remote execution through SSH and SCP downloading via `ProxyCommand`. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/appleboy/easyssh-proxy) * [kcli](https://github.com/cswank/kcli) **star:81** Command line tool for inspecting kafka topics/partitions/messages. [![godoc][GoDoc]](https://godoc.org/github.com/cswank/kcli) @@ -2116,6 +2116,8 @@ 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:11494** Http traffic replication tool, for replaying traffic from production to stage/dev environments in real-time. ![star > 5000][Gold] [![godoc][GoDoc]](https://godoc.org/github.com/buger/gor) * [Seaweed File System](https://github.com/chrislusf/seaweedfs) **star:8400** Fast, Simple and Scalable Distributed File System with O(1) disk seek. ![star > 5000][Gold] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/chrislusf/seaweedfs) * [restic](https://github.com/restic/restic) **star:7650** De-duplicating backup program. ![star > 5000][Gold] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/restic/restic) * [confd](https://github.com/kelseyhightower/confd) **star:6492** Manage local application configuration files using templates and data from etcd or consul. ![star > 5000][Gold] [![godoc][GoDoc]](https://godoc.org/github.com/kelseyhightower/confd) @@ -2123,21 +2125,21 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [LiteIDE](https://github.com/visualfc/liteide) **star:5573** 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:5011** Google Drive client for the commandline. ![star > 5000][Gold] [![godoc][GoDoc]](https://godoc.org/github.com/odeke-em/drive) * [nes](https://github.com/fogleman/nes) **star:4185** Nintendo Entertainment System (NES) emulator written in Go. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/fogleman/nes) -* [orange-cat](https://github.com/noraesae/orange-cat) Markdown previewer written in Go. -* [toxiproxy](https://github.com/shopify/toxiproxy) **star:4015** Proxy to simulate network and system conditions for automated tests. ![star > 1000][Silver] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/shopify/toxiproxy) * [tsuru](https://tsuru.io/) Extensible and open source Platform as a Service software. -* [Pipe](https://github.com/b3log/pipe) **star:3274** A small and beautiful blogging platform. ![star > 1000][Silver] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/b3log/pipe) +* [toxiproxy](https://github.com/shopify/toxiproxy) **star:4015** Proxy to simulate network and system conditions for automated tests. ![star > 1000][Silver] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/shopify/toxiproxy) +* [Pipe](https://github.com/b3log/pipe) **star:3274** A small and beautiful blogging platform. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/b3log/pipe) * [Duplicacy](https://github.com/gilbertchen/duplicacy) **star:2706** A cross-platform network and cloud backup tool based on the idea of lock-free deduplication. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/gilbertchen/duplicacy) * [myLG](https://github.com/mehrdadrad/mylg) **star:2208** Command Line Network Diagnostic tool written in Go. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/mehrdadrad/mylg) * [GoBoy](https://github.com/Humpheh/goboy) **star:2121** Nintendo Game Boy Color emulator written in Go. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/Humpheh/goboy) -* [syncthing](https://syncthing.net/) Open, decentralized file synchronization tool and protocol. * [Stack Up](https://github.com/pressly/sup) **star:2005** Stack Up, a super simple deployment tool - just Unix - think of it like 'make' for a network of servers. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/pressly/sup) -* [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:1824** Interactive Go programming with Jupyter. It supports code completion, code inspection and 100% Go compatibility. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/yunabe/lgo) +* [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:1804** Powerful telemetry framework. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/intelsdi-x/snap) * [Circuit](https://github.com/gocircuit/circuit) **star:1792** 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] [![godoc][GoDoc]](https://godoc.org/github.com/gocircuit/circuit) +* [borg](https://github.com/crufter/borg) **star:1423** Terminal based search engine for bash snippets. ![star > 1000][Silver] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/crufter/borg) * [Go Package Store](https://github.com/shurcooL/Go-Package-Store) **star:877** App that displays updates for the Go packages in your GOPATH. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/shurcooL/Go-Package-Store) -* [Documize](https://github.com/documize/community) **star:857** Modern wiki software that integrates data from SaaS tools. ![star > 100][Bronze] ![There was an update last week][Green] +* [Documize](https://github.com/documize/community) **star:857** Modern wiki software that integrates data from SaaS tools. ![star > 100][Bronze] * [scc](https://github.com/boyter/scc) **star:787** 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] [![godoc][GoDoc]](https://godoc.org/github.com/boyter/scc) * [Leaps](https://github.com/jeffail/leaps) **star:642** Pair programming service using Operational Transforms. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/jeffail/leaps) * [peg](https://github.com/pointlander/peg) **star:622** Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/pointlander/peg) @@ -2152,20 +2154,18 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [ipe](https://github.com/dimiro1/ipe) **star:281** Open source Pusher server implementation compatible with Pusher client libraries written in GO. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/dimiro1/ipe) * [ide](https://github.com/thestrukture/ide) **star:254** Browser accessible IDE. Designed for Go with Go. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/thestrukture/ide) * [Cherry](https://github.com/rafael-santiago/cherry) **star:193** Tiny webchat server in Go. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/rafael-santiago/cherry) +* [orange-cat](https://github.com/noraesae/orange-cat) **star:178** Markdown previewer written in Go. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/noraesae/orange-cat) * [Orbit](https://github.com/gulien/orbit) **star:129** A simple tool for running commands and generating files from templates. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/gulien/orbit) * [Juju](https://jujucharms.com/) Cloud-agnostic service deployment and orchestration - supports EC2, Azure, Openstack, MAAS and more. * [joincap](https://github.com/assafmo/joincap) **star:123** Command-line utility for merging multiple pcap files together. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/assafmo/joincap) * [Docker](http://www.docker.com/) Open platform for distributed applications for developers and sysadmins. * [DDNS](https://github.com/skibish/ddns) **star:100** Personal DDNS client with Digital Ocean Networking DNS as backend. ![star > 100][Bronze] [![godoc][GoDoc]](https://godoc.org/github.com/skibish/ddns) * [boxed](https://github.com/tejo/boxed) **star:72** Dropbox based blog engine. ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/tejo/boxed) -* [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. [![godoc][GoDoc]](https://godoc.org/github.com/unix4fun/naclpipe) * [term-quiz](https://github.com/crazcalm/term-quiz) **star:17** Quizzes for your terminal. [![godoc][GoDoc]](https://godoc.org/github.com/crazcalm/term-quiz) * [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] [![godoc][GoDoc]](https://godoc.org/github.com/lucasgomide/snitch) -* [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] * [GoLand](https://jetbrains.com/go) Full featured cross-platform Go IDE. -* [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. +* [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] # Resources @@ -2177,11 +2177,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:1021** Go web framework benchmark. ![star > 1000][Silver] [![godoc][GoDoc]](https://godoc.org/github.com/smallnest/go-web-framework-benchmark) * [skynet](https://github.com/atemerev/skynet) **star:918** Skynet 1M threads microbenchmark. ![star > 100][Bronze] * [go_serialization_benchmarks](https://github.com/alecthomas/go_serialization_benchmarks) **star:881** Benchmarks of Go serialization methods. ![star > 100][Bronze] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/alecthomas/go_serialization_benchmarks) -* [gocostmodel](https://github.com/PuerkitoBio/gocostmodel) Benchmarks of common basic operations for the Go language. * [speedtest-resize](https://github.com/fawick/speedtest-resize) **star:173** Compare various Image resize algorithms for the Go language. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/fawick/speedtest-resize) * [go-benchmarks](https://github.com/tylertreat/go-benchmarks) **star:124** Few miscellaneous Go microbenchmarks. Compare some language features to alternative approaches. ![star > 100][Bronze] ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/tylertreat/go-benchmarks) * [gospeed](https://github.com/feyeleanor/GoSpeed) **star:94** Go micro-benchmarks for calculating the speed of language constructs. [![godoc][GoDoc]](https://godoc.org/github.com/feyeleanor/GoSpeed) * [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] [![godoc][GoDoc]](https://godoc.org/github.com/davecheney/autobench) +* [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] [![godoc][GoDoc]](https://godoc.org/github.com/PuerkitoBio/gocostmodel) * [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] [![godoc][GoDoc]](https://godoc.org/github.com/tyler-smith/golang-sql-benchmark) * [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] [![godoc][GoDoc]](https://godoc.org/github.com/mrLSD/go-benchmark-app) * [kvbench](https://github.com/jimrobinson/kvbench) **star:14** Key/Value database benchmark. ![It hasn't been updated in the last year][Yellow] [![godoc][GoDoc]](https://godoc.org/github.com/jimrobinson/kvbench) @@ -2335,12 +2335,12 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Building Go Web Applications and Microservices Using Gin](https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin) Get familiar with Gin and find out how it can help you reduce boilerplate code and build a request handling pipeline. * [Caching Slow Database Queries](https://medium.com/@rocketlaunchr.cloud/caching-slow-database-queries-1085d308a0c9) How to cache slow database queries. * [Canceling MySQL](https://medium.com/@rocketlaunchr.cloud/canceling-mysql-in-go-827ed8f83b30) How to cancel MySQL queries. +* [Go Cheat Sheet](https://github.com/a8m/go-lang-cheat-sheet) **star:4087** Go's reference card. ![star > 1000][Silver] +* [Go database/sql tutorial](http://go-database-sql.org/) Introduction to database/sql. +* [Go Playground for iOS](https://itunes.apple.com/us/app/go-playground/id1437518275?ls=1&mt=8) Interactively edit & play Go snippets on your mobile device. * [Ethereum Development with Go](https://github.com/miguelmota/ethereum-development-with-go-book) **star:468** A little e-book on Ethereum Development with Go. ![star > 100][Bronze] ![There was an update last week][Green] [![godoc][GoDoc]](https://godoc.org/github.com/miguelmota/ethereum-development-with-go-book) ![Contains Chinese documents][CN] * [Games With Go](http://gameswithgo.org/) A video series teaching programming and game development. * [Go By Example](https://gobyexample.com/) Hands-on introduction to Go using annotated example programs. -* [Go Cheat Sheet](https://github.com/a8m/go-lang-cheat-sheet) Go's reference card. -* [Go database/sql tutorial](http://go-database-sql.org/) Introduction to database/sql. -* [Go Playground for iOS](https://itunes.apple.com/us/app/go-playground/id1437518275?ls=1&mt=8) Interactively edit & play Go snippets on your mobile device. * [50 Shades of Go](http://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/) Traps, Gotchas, and Common Mistakes for New Golang Devs. * [A Guide to Golang E-Commerce](https://snipcart.com/blog/golang-ecommerce-ponzu-cms-demo?utm_term=golang-ecommerce-ponzu-cms-demo) Building a Golang site for e-commerce (demo included). * [A Tour of Go](http://tour.golang.org/) Interactive tour of Go.