mirror of
https://github.com/jobbole/awesome-go-cn.git
synced 2025-06-07 13:15:24 +08:00
完成98%
This commit is contained in:
parent
6a3b2e54f2
commit
eb688faffc
140
README.md
140
README.md
@ -133,7 +133,8 @@ _用来生成认证授权模板的库_
|
||||
* [permissions2](https://github.com/xyproto/permissions2) - 用于追踪用户,登录状态和许可的库。使用安全 cookies 和 bcrypt.
|
||||
* [session](https://github.com/icza/session) - Go 语言会话管理(支持 Google App Engine - GAE)
|
||||
* [sessions](https://github.com/adam-hanna/sessions) - 为 Go 语言 HTTP 服务器开发的非常简单的、高性能的、高可定制的会话服务
|
||||
* [traefik](https://github.com/containous/traefik) - 反向代理和负载均衡库,支持多种后端* [yubiGo](https://github.com/GeertJohan/yubiGo) - Yubikey 客户端,提供了用于在 Go 语言应用中集成Yubico Yubikey 的 API
|
||||
* [traefik](https://github.com/containous/traefik) - 反向代理和负载均衡库,支持多种后端
|
||||
* [yubiGo](https://github.com/GeertJohan/yubiGo) - Yubikey 客户端,提供了用于在 Go 语言应用中集成Yubico Yubikey 的 API
|
||||
|
||||
## 命令行
|
||||
|
||||
@ -235,8 +236,8 @@ _通用数据结构及算法_
|
||||
* [binpacker](https://github.com/zhuangsirui/binpacker) - 二进制数据封包拆包工具,帮你构建自定义的二进制数据流
|
||||
* [bit](https://github.com/yourbasic/bit) - Go 语言集合数据结构。提供了额外的位操作功能
|
||||
* [bitset](https://github.com/willf/bitset) - 实现了 bitset 的 Go 语言包.
|
||||
* [bloom](https://github.com/zhenjl/bloom) - Go 语言实现的bloom filter
|
||||
* [bloom](https://github.com/yourbasic/bloom) - Go 语言实现的bloom filter
|
||||
* [bloom](https://github.com/zhenjl/bloom) - Go 语言实现的布隆过滤器(bloom filter)
|
||||
* [bloom](https://github.com/yourbasic/bloom) - Go 语言实现的布隆过滤器
|
||||
* [boomfilters](https://github.com/tylertreat/BoomFilters) - 概率统计数据结构,用于处理大量连续的数据。
|
||||
* [count-min-log](https://github.com/seiflotfy/count-min-log) - Go 语言实现的 Count-Min-Log sketch 算法(类似 Count-Min sketch 算法,但是使用的内存更少).
|
||||
* [cuckoofilter](https://github.com/seiflotfy/cuckoofilter) - Cuckoo 过滤器:一个用go语言实现的计数布隆过滤器的替代品
|
||||
@ -332,14 +333,14 @@ _用于连接和操作数据库的库_
|
||||
|
||||
* 关系型数据库
|
||||
* [avatica](https://github.com/Boostport/avatica) - Apache Phoenix/Avatica SQL 驱动
|
||||
* [bgc](https://github.com/viant/bgc) - 数据库连接工具包,用于通过go语言访问BigQuery
|
||||
* [bgc](https://github.com/viant/bgc) - 数据库连接工具包,用于通过 Go 语言访问 BigQuery
|
||||
* [firebirdsql](https://github.com/nakagami/firebirdsql) - Firebird RDBMS SQL 驱动
|
||||
* [Go-adodb](https://github.com/mattn/Go-adodb) - Microsoft ActiveX 对象数据库驱动
|
||||
* [Go-bqstreamer](https://github.com/rounds/Go-bqstreamer) - BigQuery fast and concurrent stream insert.
|
||||
* [Go-mssqldb](https://github.com/denisenkom/Go-mssqldb) - go 语言Microsoft MSSQL 驱动
|
||||
* [Go-mssqldb](https://github.com/denisenkom/Go-mssqldb) - Go 语言Microsoft MSSQL 驱动
|
||||
* [Go-oci8](https://github.com/mattn/Go-oci8) - Oracle 驱动
|
||||
* [Go-sql-driver/mysql](https://github.com/Go-sql-driver/mysql) - go 语言 MySQ L驱动
|
||||
* [Go-sqlite3](https://github.com/mattn/Go-sqlite3) - go 语言的 SQLite3 驱动
|
||||
* [Go-sql-driver/mysql](https://github.com/Go-sql-driver/mysql) - Go 语言 MySQ L驱动
|
||||
* [Go-sqlite3](https://github.com/mattn/Go-sqlite3) - Go 语言的 SQLite3 驱动
|
||||
* [Gofreetds](https://github.com/minus5/Gofreetds) Microsoft MSSQL 驱动。 [FreeTDS](http://www.freetds.org)的go语言封装
|
||||
* [pgx](https://github.com/jackc/pgx) - PostgreSQL 驱动,支持比 database/sql 更多的特性
|
||||
* [pq](https://github.com/lib/pq) - 纯 Go 语言编写的 Postgres 驱动
|
||||
@ -353,7 +354,7 @@ _用于连接和操作数据库的库_
|
||||
* [Go-couchbase](https://github.com/couchbase/Go-couchbase) - Go 语言 Couchbase 客户的
|
||||
* [Go-couchdb](https://github.com/fjl/Go-couchdb) - 另一个 CouchDB HTTP API 的 Go 语言封装
|
||||
* [Gocb](https://github.com/couchbase/Gocb) - 官方 Couchbase 的 Go 语言 SDK
|
||||
* [Gocql](http://Gocql.github.io) - Apache Cassandra 的 go 语言驱动
|
||||
* [Gocql](http://Gocql.github.io) - Apache Cassandra 的 Go 语言驱动
|
||||
* [Gomemcache](https://github.com/bradfitz/Gomemcache/) - memcache 客户端库
|
||||
* [Gorethink](https://github.com/dancannon/Gorethink) - RethinkDB 的 Go 语言驱动
|
||||
* [Goriak](https://github.com/zegl/Goriak) - Riak KV 的 Go 语言驱动
|
||||
@ -628,7 +629,7 @@ _用于生成和操作日志文件的库._
|
||||
* [logex](https://github.com/chzyer/logex) - Go 语言日志库,支持追踪和分级,基于标准库进行了封装
|
||||
* [logger](https://github.com/azer/logger) - 一个极简的日志库
|
||||
* [logrus](https://github.com/Sirupsen/logrus) - 支持结构化的日志工具.
|
||||
* [logrusly](https://github.com/sebest/logrusly) - [logrus](https://github.com/sirupsen/logrus) plug-in to send errors to a [Loggly](https://www.loggly.com/).
|
||||
* [logrusly](https://github.com/sebest/logrusly) - [logrus](https://github.com/sirupsen/logrus) 的插件,用于将错误发送到 [Loggly](https://www.loggly.com/).
|
||||
* [logutils](https://github.com/hashicorp/logutils) - 对 Go 语言标准日志工具进行了扩展,使其更好用
|
||||
* [logxi](https://github.com/mgutz/logxi) - 十二要素 app 日志工具,非常快速,令你开心
|
||||
* [lumberjack](https://github.com/natefinch/lumberjack) - 简单的循环日志工具,实现了 io.WriteCloser.
|
||||
@ -665,7 +666,7 @@ _机器学习库_
|
||||
* [GorGonia](https://github.com/chewxy/GorGonia) - 基于图的计算库,类似于 Theano。提供了一些原型用于构建各种个样的机器学习和神经网络算法
|
||||
* [libsvm](https://github.com/datastream/libsvm) - libsvm 的 Go 语言版本,基于 LIBSVM 3.14.
|
||||
* [mlGo](https://github.com/NullHypothesis/mlGo) - 这个项目点目标是在 Go 语言中提供极简的机器学习算法
|
||||
* [neat](https://github.com/jinyeom/neat) - 即插即用的并行 Go 语言框架,用于NeuroEvolution of Augmenting Topologies (NEAT).
|
||||
* [neat](https://github.com/jinyeom/neat) - 即插即用的并行 Go 语言框架,用于增强拓扑神经网络 (NEAT).
|
||||
* [neural-Go](https://github.com/schuyler/neural-Go) - Go 语言实现的多层感知神经网络,通过反向传播算法进行训练.
|
||||
* [probab](https://github.com/ThePaw/probab) -概率分布函数、贝叶斯推理。使用纯 Go 语言编写
|
||||
* [reGommend](https://github.com/muesli/reGommend) - 推荐系统及协同过滤引擎
|
||||
@ -720,7 +721,7 @@ _一些暂时无法归类的库_
|
||||
* [conv](https://github.com/cstockton/Go-conv) - conv 提供了一种快速且符合直觉的 GO 语言类型转换
|
||||
* [datacounter](https://github.com/miolini/datacounter) - Greaders/writer/HTTP.ResponseWriter 计数器
|
||||
* [errors](https://github.com/pkg/errors) - 提供简单的错误处理
|
||||
* [Go-chat-bot](https://github.com/Go-chat-bot/bot) - IRC,Slack,Telegram 聊天机器人
|
||||
* [Go-chat-bot](https://github.com/Go-chat-bot/bot) - IRC、Slack、Telegram 聊天机器人
|
||||
* [Go-commons-pool](https://github.com/jolestar/Go-commons-pool) - 通用对象池
|
||||
* [Go-multierror](https://github.com/hashicorp/Go-multierror) - 这个 Go 语言库用于将一系列的错误作为一个整体来显示
|
||||
* [Go-openapi](https://github.com/Go-openapi) - 一些用于处理和利用 open-api 的库集合
|
||||
@ -729,7 +730,7 @@ _一些暂时无法归类的库_
|
||||
* [Go-shortid](https://github.com/ventu-io/Go-shortid) - 超短的、唯一的、非序列的、对 url 友好的 id
|
||||
* [Go-unarr](https://github.com/gen2brain/Go-unarr) - 解压缩库,可用于 RAR, TAR, ZIP 以及 7z 归档文件.
|
||||
* [Go.uuid](https://github.com/satori/Go.uuid) - 全球唯一标示符的实现(UUID),同时支持生成和解析
|
||||
* [Gofakeit](https://github.com/brianvoe/Gofakeit) - go语言编写的随机数据生成器
|
||||
* [Gofakeit](https://github.com/brianvoe/Gofakeit) - Go 语言编写的随机数据生成器
|
||||
* [Goid](https://github.com/jakehl/Goid) - 生成和解析符合 RFC4122 规定的 V4 UUIDs.
|
||||
* [Gopsutil](https://github.com/shirou/Gopsutil) - 用于获取进程和系统资源利用率(cpu,内存,磁盘)的库,跨平台
|
||||
* [Gosms](https://github.com/haxpax/Gosms) - 你本地的SMS 网关,可以用来发送 SMS
|
||||
@ -742,7 +743,7 @@ _一些暂时无法归类的库_
|
||||
* [secdl](https://github.com/xor-gate/secdl) - Lighttpd ModSecDownload alGorithm ported to Go to secure download urls.
|
||||
* [slacker](https://github.com/shomali11/slacker) - 用于编写 Slack 聊天机器人的库,非常易用
|
||||
* [stats](https://github.com/Go-playground/stats) - 监控 Go 内存状态及系统状态,通过UDP将数据发送到任何地方
|
||||
* [uuid](https://github.com/agext/uuid) - 生成,编解码 UUIDs ,v1 with fast or cryptographic-quality random node identifier.
|
||||
* [uuid](https://github.com/agext/uuid) - 生成,编解码 UUIDs v1 ,具有快速的或或密钥级随机节点标识
|
||||
* [VarHandler](https://github.com/azr/generators/tree/master/varhandler) - Generate boilerplate HTTP input and ouput handling.
|
||||
* [werr](https://github.com/txgruppi/werr) - Error Wrapper creates an wrapper for the error type in Go which captures the File, Line and Stack of where it was called.
|
||||
* [xkg](https://github.com/Go-xkg/xkg) - X Keyboard Grabber
|
||||
@ -760,7 +761,7 @@ _用于处理人类语言的库_
|
||||
* [Go-stem](https://github.com/aGonopol/Go-stem) - 波特词干算法的一个实现
|
||||
* [Go-unidecode](https://github.com/mozillazg/Go-unidecode) - Unicode 文本音译为 ASCII 文本
|
||||
* [Go2vec](https://github.com/danieldk/Go2vec) - 利用 Go 语言读取和处理 word2vec
|
||||
* [Gojieba](https://github.com/yanyiwu/Gojieba) - 结巴分词的 Go 语言实现[jieba](https://github.com/fxsjy/jieba) ,结巴分词是一个用于中文的分词算法
|
||||
* [Gojieba](https://github.com/yanyiwu/Gojieba) - 结巴分词的 Go 语言实现的 [jieba](https://github.com/fxsjy/jieba) ,结巴分词是一个用于中文的分词算法
|
||||
* [Golibstemmer](https://github.com/rjohnsondev/Golibstemmer) - snowball libstemmer 库的 Go 语言接口,包括了对 porter 2 的支持
|
||||
* [Gounidecode](https://github.com/fiam/Gounidecode) - Go 语言的 Unicode 直译器 (通常称之为 unidecode)
|
||||
* [icu](https://github.com/Goodsign/icu) - icu4c C 库的 CGo 接口,包括了检测和转换函数。保证了 version 50.1 版本的兼容性
|
||||
@ -945,9 +946,9 @@ _用于进行二进制序列化的库和工具_
|
||||
* [bambam](https://github.com/glycerine/bambam) - 用于 Go 语言生成 Cap'n Proto schemas 的生成器
|
||||
* [Go-codec](https://github.com/uGorji/Go) - 高性能、多功能、规范化编码解码以及 rpc 库, 用于 msgpack, cbor 和 json,支持基于运行时的 OR 码生成
|
||||
* [GoGoprotobuf](https://github.com/GoGo/protobuf) - Go 语言的 Protocol Buffer 库
|
||||
* [Goprotobuf](https://github.com/Golang/protobuf) - 通过库和协议编译器插件使go语言支持 Google的 protocol buffers.
|
||||
* [Goprotobuf](https://github.com/Golang/protobuf) - 通过库和协议编译器插件使 Go 语言支持 Google的 protocol buffers.
|
||||
* [jsoniter](https://github.com/json-iterator/Go) -高性能,100% 兼容的"encoding/json" 替代品
|
||||
* [mapstructure](https://github.com/mitchellh/mapstructure) - 用于对原生键值对进行解码生成go语言结构体
|
||||
* [mapstructure](https://github.com/mitchellh/mapstructure) - 用于对原生键值对进行解码生成 Go 语言结构体
|
||||
* [php_session_decoder](https://github.com/yvasiyarov/php_session_decoder) - 用于协同 PHP session 格式数据和 PHP 序列化/反序列化函数工作的go语言库
|
||||
* [structomap](https://github.com/tuvistavie/structomap) - 用于从静态结构体简单、动态的生成键值对的库
|
||||
|
||||
@ -968,8 +969,8 @@ _模板库及工具_
|
||||
|
||||
* [ace](https://github.com/yosssi/ace) - Ace 是一个 Go 语言的 HTML 模板引擎,受到了 Slim 和 Jade 的启发。 Ace 是对Gold的一种改进。
|
||||
* [amber](https://github.com/eknkc/amber) - Amber 是一个优雅的模板引擎,受到 HAML 和 Jade的启发
|
||||
* [damsel](https://github.com/dskinner/damsel) - 标记语言,通过css选择器实现了html outlining ,并可以通过 pkg html/template 等进行扩展
|
||||
* [eGo](https://github.com/benbjohnson/eGo) - 轻量级模板语言,让你可以使用go语言来创建模板。模板会被转化为 Go 语言并编译
|
||||
* [damsel](https://github.com/dskinner/damsel) - 标记语言,通过css选择器实现了 html 框架 ,并可以通过 pkg html/template 等进行扩展
|
||||
* [eGo](https://github.com/benbjohnson/eGo) - 轻量级模板语言,让你可以使用 Go 语言来创建模板。模板会被转化为 Go 语言并编译
|
||||
* [fasttemplate](https://github.com/valyala/fasttemplate) - 简单快速的模板引擎。进行模板元素替换时,速度是[text/template](http://Golang.org/pkg/text/template/)的十倍
|
||||
* [Gofpdf](https://github.com/jung-kurt/Gofpdf) - PDF 文档生成器,支持文本,绘图和图片
|
||||
* [grender](https://github.com/dannyvankooten/grender) - 对 html/template 进行了简单的封装,支持基于文件的模板可以利用其他模板文件进行扩展
|
||||
@ -979,7 +980,7 @@ _模板库及工具_
|
||||
* [liquid](https://github.com/osteele/liquid) - Go 语言实现的 Shopify Liquid 模板.
|
||||
* [mustache](https://github.com/hoisie/mustache) - Go 语言实现的 Mustache 模板语言
|
||||
* [ponGo2](https://github.com/flosch/ponGo2) - 类似 DjanGo 的模板引擎
|
||||
* [quicktemplate](https://github.com/valyala/quicktemplate) - 快速、强大且易用的模板引擎。将模板转化为go语言并进行编译
|
||||
* [quicktemplate](https://github.com/valyala/quicktemplate) - 快速、强大且易用的模板引擎。将模板转化为 Go 语言并进行编译
|
||||
* [raymond](https://github.com/aymerick/raymond) - 使用 Go 语言实现的完整的 handlebars
|
||||
* [GoRazor](https://github.com/sipin/Gorazor) - Go 语言的 Razor 视图引擎
|
||||
* [Soy](https://github.com/robfig/soy) - Go 语言实现的谷歌闭包模板(也就是 Soy templates) , 参见[official spec](https://developers.Google.com/closure/templates/)
|
||||
@ -1065,7 +1066,7 @@ _解析和操作文本的库_
|
||||
* [Gotext](https://github.com/leonelquinteros/Gotext) - GNU gettext 工具
|
||||
* [guesslanguage](https://github.com/endeveit/guesslanguage) - 通过一个 unicode 文本来猜测该文本使用的语言
|
||||
* [inject](https://github.com/facebookGo/inject) - inject 提供来一个基于反射对注入器
|
||||
* [mxj](https://github.com/clbanning/mxj) - 编解码 XML as JSON or map[string]interface{}; extract values with dot-notation paths and wildcards. Replaces x2j and j2x packages.
|
||||
* [mxj](https://github.com/clbanning/mxj) - 将 XML 编解码为 JSON 或 map[string]interface{}; 通过点分路径和通配符来提取值。用于替代Replaces x2j 和 j2x 包.
|
||||
* [sh](https://github.com/mvdan/sh) - Shell 解析器及格式化工具
|
||||
* [slug](https://github.com/Gosimple/slug) - URL 友好的 slug 化工具,支持多种语言
|
||||
* [Slugify](https://github.com/avelino/slugify) - Go 语言静态地址生成器,可以处理字符串
|
||||
@ -1114,11 +1115,11 @@ _用于访问第三方 APIs 的库_
|
||||
* [Goamz](https://github.com/mitchellh/Goamz) - [Goamz](https://launchpad.net/Goamz) 的一个fork分支,添加了一些缺失的 API,用于调用特定的软件包。
|
||||
* [Golyrics](https://github.com/mamal72/Golyrics) - Golyrics 是一个 Go 语言库,用于从 Wikia 上获取歌词
|
||||
* [GoMusicBrainz](https://github.com/michiwend/Gomusicbrainz) - Go MusicBrainz WS2 客户端
|
||||
* [Google](https://github.com/Google/Google-api-Go-client) - 为go语言自动生成google api
|
||||
* [Google](https://github.com/Google/Google-api-Go-client) - 为go语言自动生成 Google api
|
||||
* [Google-analytics](https://github.com/chonthu/Go-Google-analytics) - Google 分析报告的一个简单的封装
|
||||
* [Google-cloud](https://github.com/GoogleCloudPlatform/gcloud-Golang) - Google Cloud APIs Go 语言客户端库
|
||||
* [Google-email-audit-api](https://github.com/ngs/Go-Google-email-audit-api) - [Google G Suite Email Audit API](https://developers.Google.com/admin-sdk/email-audit/)的 Go 语言客户端库
|
||||
* [Gostorm](https://github.com/jsgilmore/Gostorm) - GoStorm is a Go library that implements the communications protocol required to write Storm spouts and Bolts in Go that communicate with the Storm shells.
|
||||
* [Gostorm](https://github.com/jsgilmore/Gostorm) - GoStorm 是一个 Go 语言库,实现了在 Go 语言里面编写 Spout 和 Bolt 的协议,用于和 Storm shells 进行通信
|
||||
* [Govkbot](https://github.com/nikepan/Govkbot) - 简单的 Go [VK](https://vk.com) 机器人库
|
||||
* [hipchat](https://github.com/andybons/hipchat) - 这个项目实行了Hipchat API 的 Go 语言客户端
|
||||
* [hipchat (xmpp)](https://github.com/daneharrigan/hipchat) - 通过使用 XMPP 与 HipChat 进行通信的库
|
||||
@ -1126,13 +1127,13 @@ _用于访问第三方 APIs 的库_
|
||||
* [meGos](https://github.com/andygrunwald/meGos) - 用于访问 [Apache Mesos](http://mesos.apache.org/) 集群的客户端
|
||||
* [micha](https://github.com/onrik/micha) - 用于[Telegram bot api](https://core.telegram.org/bots/api)的go语言库
|
||||
* [minio-Go](https://github.com/minio/minio-Go) - go 语言 Minio 客户端,用于 Amazon S3 兼容的云存储
|
||||
* [mixpanel](https://github.com/dukex/mixpanel) - Mixpanel is a library for tracking events and sending Mixpanel profile updates to Mixpanel from your Go applications.
|
||||
* [mixpanel](https://github.com/dukex/mixpanel) - Mixpanel 是一个用于追踪事件并发送 Mixpanel profile 的更新到 Mixpanel 的库
|
||||
* [patreon-Go](https://github.com/mxpv/patreon-Go) - Patreon API.
|
||||
* [paypal](https://github.com/logpacker/paypalsdk) - PayPal 支付 API
|
||||
* [playlyfe](https://github.com/playlyfe/playlyfe-Go-sdk) - Playlyfe Rest API Go SDK
|
||||
* [playlyfe](https://github.com/playlyfe/playlyfe-Go-sdk) - Playlyfe Rest API 的 Go 语言 SDK
|
||||
* [pushover](https://github.com/gregdel/pushover) - Pushover API 的 Go 语言封装
|
||||
* [rrdaclient](https://github.com/Omie/rrdaclient) - 用于接入 statdns.com API 的库——RRDA API。通过HTTP协议进行 DNS查询
|
||||
* [shopify](https://github.com/rapito/Go-shopify) - Go Library to make CRUD request to the Shopify API.
|
||||
* [shopify](https://github.com/rapito/Go-shopify) - 一个用于通过 Shopify API 进行增删改查的 Go 语言库
|
||||
* [slack](https://github.com/nlopes/slack) - Slack API
|
||||
* [smite](https://github.com/sergiotapia/smiteGo) - 对 Smite game API 的封装
|
||||
* [spotify](https://github.com/rapito/Go-spotify) - 用于接入 Spotify WEB API 的 Go 语言库
|
||||
@ -1208,7 +1209,7 @@ _可以让你的生活变得更简单的实用工具._
|
||||
* [gpath](https://github.com/tenntenn/gpath) - 用于简化结构体域访问的库
|
||||
* [grequests](https://github.com/levigross/grequests) - 简单优雅的 `net/HTTP` 封装,紧随 Python 的 requests 的步伐
|
||||
* [gron](https://github.com/roylee0704/gron) - 使用简单的 Go 语言 API 和 Gron 调度器创建定时任务
|
||||
* [htcat](https://github.com/htcat/htcat) - Parallel and Pipelined HTTP GET Utility
|
||||
* [htcat](https://github.com/htcat/htcat) - 并行及流水线的 HTTP GET 工具
|
||||
* [httpcontrol](https://github.com/facebookGo/httpcontrol) - httpcontrol 包,运行进行 HTTP 传输层超时和重传控制
|
||||
* [hub](https://github.com/github/hub) - 封装了 git 命令,提供了额外的功能用于在终端中和 Github 进行交互
|
||||
* [hystrix-Go](https://github.com/afex/hystrix-Go) - 实现 Hystrix 风格的、程序员预定义的 fallback 机制(熔断)
|
||||
@ -1252,8 +1253,8 @@ _可以让你的生活变得更简单的实用工具._
|
||||
* [sqlx](https://github.com/jmoiron/sqlx) - 为内建的数据库/sql 软件包提供一组扩展
|
||||
* [Storm](https://github.com/asdine/storm) - 一个用于 BoltDB 的简单又强大的工具
|
||||
* [Task](https://github.com/Go-task/task) - 简单来讲就是 "Make" 的替代品
|
||||
* [toolbox](https://github.com/viant/toolbox) - Slice, map, multimap, struct, function, data conversion utilities. Service router, macro evaluator, tokenizer.
|
||||
* [uGo](https://github.com/alxrm/uGo) - uGo 是一个切片工具箱,有着和go语言一致的语法
|
||||
* [toolbox](https://github.com/viant/toolbox) - 切片, map, multimap, 结构体, 函数,数据转换工具。服务路由,宏求值和标记器
|
||||
* [uGo](https://github.com/alxrm/uGo) - uGo 是一个切片工具箱,有着和 Go 语言一致的语法
|
||||
* [UNIS](https://github.com/esemplastic/unis) - Go 语言字符串处理函数的通用架构
|
||||
* [usql](https://github.com/knq/usql) - usql 是一个通用的命令行接口,用于操作 sql 数据库
|
||||
* [util](https://github.com/shomali11/util) - 收集了很多有用的函数
|
||||
@ -1268,7 +1269,7 @@ _用于验证的库_
|
||||
* [Govalidator](https://github.com/asaskevich/Govalidator) - 数据验证及清晰工具,用于字符串,数字, 数组切片及结构体
|
||||
* [ozzo-validation](https://github.com/Go-ozzo/ozzo-validation) - 支持多种数据类型的验证 (结构体,字符串,键值对,数组切片等等),具有可配置、可扩展的验证规则——使用常用代码结构定义,而非结构体标签
|
||||
* [validate](https://github.com/markbates/validate) - 提供了一个用于为 Go 语言英语程序编写验证工具的框架
|
||||
* [validator](https://github.com/Go-playground/validator) - Go 结构体及域验证,包括Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving.
|
||||
* [validator](https://github.com/Go-playground/validator) - Go 结构体及域验证,包括:跨域、跨结构体, Map, 切片和数组
|
||||
|
||||
## 版本控制
|
||||
|
||||
@ -1277,14 +1278,14 @@ _用于版本控制的库_
|
||||
* [gh](https://github.com/rjeczalik/gh) - 用于 GitHub Webhooks 的可编程服务器以及 net/HTTP 中间件
|
||||
* [git2Go](https://github.com/libgit2/git2Go) - libgit2 的 Go 语言接口
|
||||
* [Go-vcs](https://github.com/sourcegraph/Go-vcs) - 通过 Go 语言来操作和检视 VCS 代码仓库
|
||||
* [hGo](https://github.com/beyang/hGo) - HGo 是一个 Go 语言软件包集合,提供了is a collection of Go packages providing read-access to local Mercurial repositories.
|
||||
* [hGo](https://github.com/beyang/hGo) - HGo 是一个 Go 语言软件包集合,提供了对本地 Mercurial 仓库的读取能力.
|
||||
|
||||
## 视频
|
||||
|
||||
_用于操作视频的库_
|
||||
|
||||
* [gmf](https://github.com/3d0c/gmf) - FFmpeg av* 库的 Go 语言接口.
|
||||
* [Go-astisub](https://github.com/asticode/Go-astisub) - 使用 Go 语言操作字母(.srt, .stl, .ttml, .webvtt, .ssa/.ass, teletext, .smi, etc.).
|
||||
* [Go-astisub](https://github.com/asticode/Go-astisub) - 使用 Go 语言操作字幕(.srt, .stl, .ttml, .webvtt, .ssa/.ass, teletext, .smi, etc.).
|
||||
* [Goav](https://github.com/giorgisio/Goav) - 易用的 FFmpeg Go 语言接口
|
||||
* [gst](https://github.com/ziutek/gst) - GStreamer 的 Go 语言接口
|
||||
* [v4l](https://github.com/korandiz/v4l) - Linux 下使用的视频截图库,Go 语言编写
|
||||
@ -1296,7 +1297,7 @@ _全栈 web 框架_
|
||||
* [aah](https://aahframework.org) - 可扩展、高性能、快速发布的 Go 语言 web 框架
|
||||
* [Air](https://github.com/sheng/air) - 理想的 RESTful web 框架
|
||||
* [BeeGo](https://github.com/astaxie/beeGo) - beeGo 是一个开源的、高性能的 Go 语言 web 框架
|
||||
* [Buffalo](http://Gobuffalo.io) - 为go语言带来堪比Rails的高生产效率
|
||||
* [Buffalo](http://Gobuffalo.io) - 为 Go 语言带来堪比 Rails 的高生产效率
|
||||
* [Echo](https://github.com/labstack/echo) - 高性能、极简的 Go 语言 web 框架
|
||||
* [Fireball](https://github.com/zpatrick/fireball) - 感觉更加自然的 web 框架
|
||||
* [Florest](https://github.com/jabong/florest-core) - 高性能的、基于工作流的 REST API 框架
|
||||
@ -1305,7 +1306,7 @@ _全栈 web 框架_
|
||||
* [Gizmo](https://github.com/NYTimes/gizmo) - 纽约时报正在使用对微服务工具集
|
||||
* [Go-json-rest](https://github.com/ant0ine/Go-json-rest) - 快速、简单的创建 RESTful JSON API.
|
||||
* [Go-relax](https://github.com/codehack/Go-relax) - 具有可插拔组建的框架,用于构建 RESTful API's.
|
||||
* [Go-rest](https://github.com/ungerik/Go-rest) - go语言 REST 框架中的小恶魔
|
||||
* [Go-rest](https://github.com/ungerik/Go-rest) - Go 语言 REST 框架中的小恶魔
|
||||
* [Goa](https://github.com/raphael/Goa) - 用于开发微服务的框架,基于 Ruby 的 Praxis 的设计
|
||||
* [Goat](https://github.com/bahlo/Goat) - 极简的 REST API 服务器
|
||||
* [Golf](https://github.com/dinever/Golf) - Golf 是一个快速、简单、轻量级的 Go 语言微型 web 框架。具有强大的功能且没有标准库以外的依赖
|
||||
@ -1321,8 +1322,8 @@ _全栈 web 框架_
|
||||
* [rex](https://github.com/Goanywhere/rex) - Rex 是一个用于进行模块化开发的库,基于Gorilla/mux 完全兼容大多数的 `net/HTTP`.
|
||||
* [sawsij](https://github.com/jaybill/sawsij) - 轻量级、开源的 web 框架,用于构建高性能、数据驱动的web应用
|
||||
* [tanGo](https://github.com/lunny/tanGo) - 微型的、支持插件的 web 框架
|
||||
* [tigertonic](https://github.com/rcrowley/Go-tigertonic) - 用于构建 JSON web 服务的go语言框架,受到 Dropwizard 的启发
|
||||
* [traffic](https://github.com/pilu/traffic) - 受到Sinatra启发的, inspired regexp/pattern mux and web framework for Go.
|
||||
* [tigertonic](https://github.com/rcrowley/Go-tigertonic) - 用于构建 JSON web 服务的 Go 语言框架,受到 Dropwizard 的启发
|
||||
* [traffic](https://github.com/pilu/traffic) - 受到 Sinatra 启发的 Go 语言 web 框架
|
||||
* [utron](https://github.com/gernest/utron) - 轻量级的go语言 MVC 框架
|
||||
* [violetear](https://github.com/nbari/violetear) - Go HTTP 路由库
|
||||
* [YARF](https://github.com/yarf-framework/yarf) - 快速的微型框架,用于快速、简单地构建 REST APIs 以及 web 服务
|
||||
@ -1337,11 +1338,11 @@ _全栈 web 框架_
|
||||
|
||||
_Libraries and tools for manipulating XML._
|
||||
|
||||
* [Go-pkg-xmlx](https://github.com/jteeuwen/Go-pkg-xmlx) - 对 Go 语言xml标准库的扩展。维护来一个节点树,允许前进和后退浏览以及一些简单的单/多节点搜索函数
|
||||
* [Go-pkg-xmlx](https://github.com/jteeuwen/Go-pkg-xmlx) - 对 Go 语言 XML 标准库的扩展。维护来一个节点树,允许前进和后退浏览以及一些简单的单/多节点搜索函数
|
||||
* [XML-Comp](https://github.com/xml-comp/xml-comp) - 简单的命令行 XML 比较工具,可以生成关于目录、文件和标签对差异信息
|
||||
* [xmlwriter](https://github.com/shabbyrobe/xmlwriter) - Procedural XML 生成 API 基于 libxml2 的 xmlwriter 模块.
|
||||
* [xpath](https://github.com/antchfx/xpath) - XPath 库
|
||||
* [xquery](https://github.com/antchfx/xquery) - XQuery 使你可以从 HTML/XML文档中抽取数据和求值,使用XPath对表达式
|
||||
* [xquery](https://github.com/antchfx/xquery) - XQuery 使你可以从 HTML/XML文档中抽取数据和求值,使用 XPath 表达式
|
||||
|
||||
### 中间件
|
||||
|
||||
@ -1401,24 +1402,24 @@ _Go语言软件及插件_
|
||||
* [apicompat](https://github.com/bradleyfalzon/apicompat) - 检测一个go语言项目最近的变化,用于监测不能向后兼容的改动
|
||||
* [dupl](https://github.com/mibk/dupl) - 用于检测重复代码的工具
|
||||
* [errcheck](https://github.com/kisielk/errcheck) - Errcheck 是一个用于检测go语言程序中未处理错误的程序
|
||||
* [gcvis](https://github.com/davecheney/gcvis) - 实时地将go语言垃圾回收进行可视化
|
||||
* [Go Metalinter](https://github.com/alecthomas/Gometalinter) - Metalinter is a tool to automatically apply all static analysis tool and report their output in normalized form.
|
||||
* [gcvis](https://github.com/davecheney/gcvis) - 实时地将 Go 语言垃圾回收进行可视化
|
||||
* [Go Metalinter](https://github.com/alecthomas/Gometalinter) - Metalinter 会自动应用全部的静态分析工具,并生成形式一致的分析报告
|
||||
* [Go-checkstyle](https://github.com/qiniu/checkstyle) checkstyle是一个代码风格检查工具,类似 java checkstyle 。这个工具就是受到 java checkstyle 和 Golint 的启发
|
||||
* [Go-cleanarch](https://github.com/roblaszczak/Go-cleanarch) - Go-cleanarch 用于检查代码是否符合简洁架构的相关法则,比如依赖法则以及你的Go语言项目中各个库的交互情况
|
||||
* [Go-outdated](https://github.com/firstrow/Go-outdated) - 这是一个命令行程序,用于显示过时的库
|
||||
* [Goast-viewer](https://github.com/yuroyoro/Goast-viewer) - 基于 Web 的 Golang AST 可视化工具.
|
||||
* [GoCover.io](http://Gocover.io/) - GoCover.io 可以查看任何go语言软件包的代码覆盖率
|
||||
* [Goimports](https://Godoc.org/Golang.org/x/tools/cmd/Goimports) - 用于自动修复,添加,删除你的go语言项目的import
|
||||
* [GoLint](https://github.com/Golang/lint) - Golint 是一个针对go语言源码的lint工具
|
||||
* [Golint online](http://Go-lint.appspot.com/) - 使用golint对GitHub, Bitbucket 以及 Google Project Hosting上面的go语言源文件进行静态分析
|
||||
* [Goreturns](https://sourcegraph.com/github.com/sqs/Goreturns) - Adds zero-value return statements to match the func return types.
|
||||
* [Gosimple](https://github.com/dominikh/Go-tools/tree/master/cmd/Gosimple) - Gosimple 是一个针对go语言的lint工具,专注于简化代码
|
||||
* [Gostatus](https://github.com/shurcooL/Gostatus) - 命令行工具,查看当前go语言软件包仓库的状态
|
||||
* [Goimports](https://Godoc.org/Golang.org/x/tools/cmd/Goimports) - 用于自动修复,添加,删除你的 Go 语言项目的 import
|
||||
* [GoLint](https://github.com/Golang/lint) - Golint 是一个针对 Go 语言源码的 lint 工具
|
||||
* [Golint online](http://Go-lint.appspot.com/) - 使用golint对GitHub, Bitbucket 以及 Google Project Hosting上面的 Go 语言源文件进行静态分析
|
||||
* [Goreturns](https://sourcegraph.com/github.com/sqs/Goreturns) - 添加零值 return 语句以符合函数返回值类型
|
||||
* [Gosimple](https://github.com/dominikh/Go-tools/tree/master/cmd/Gosimple) - Gosimple 是一个针对 Go 语言的lint工具,专注于简化代码
|
||||
* [Gostatus](https://github.com/shurcooL/Gostatus) - 命令行工具,查看当前 Go 语言软件包仓库的状态
|
||||
* [interfacer](https://github.com/mvdan/interfacer) - 可以提供接口类型建议的 Lint 工具
|
||||
* [lint](https://github.com/surullabs/lint) - 将lint作为go语言测试的一部分来执行
|
||||
* [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#.
|
||||
* [unconvert](https://github.com/mdempsky/unconvert) - 从go语言代码中移除不必要的类型转换
|
||||
* [unused](https://github.com/dominikh/Go-tools/tree/master/cmd/unused) - unused 会检查go语言代码中没有用到的常量,变量,函数和类型
|
||||
* [unused](https://github.com/dominikh/Go-tools/tree/master/cmd/unused) - unused 会检查 Go 语言代码中没有用到的常量,变量,函数和类型
|
||||
* [validate](https://github.com/mccoyst/validate) - 自动验证结构体类型
|
||||
|
||||
## 编辑器插件
|
||||
@ -1440,12 +1441,12 @@ _Go语言软件及插件_
|
||||
|
||||
* [colorGo](https://github.com/songgao/colorGo) - 对 `Go` 命令进行了封装,用于为`Go build`的输出结果添加颜色
|
||||
* [depth](https://github.com/KyleBanks/depth) - 通过分析导入的库,将某个包的依赖关系用树状结构进行显示
|
||||
* [gb](https://getgb.io/) - An easy to use project based build tool for the Go programming language.
|
||||
* [Go-callvis](https://github.com/TrueFurby/Go-callvis) - 使用dot语言将你的go语言程序函数调用关系可视化
|
||||
* [gb](https://getgb.io/) - 一个简单易用的基于项目的构建工具,用于 Go 语言
|
||||
* [Go-callvis](https://github.com/TrueFurby/Go-callvis) - 使用 dot 语言将你的 Go 语言程序函数调用关系可视化
|
||||
* [Go-pkg-complete](https://github.com/skelterjohn/Go-pkg-complete) - Bash 代码补全,用于Go 和 wGo.
|
||||
* [Go-swagger](https://github.com/Go-swagger/Go-swagger) - 为 go语言实现的Swagger 2.0, Swagger 是一个简单但强大的工具,用于展示你的 RESTful API.
|
||||
* [OctoLinker](https://github.com/OctoLinker/browser-extension) - 使用github的浏览器插件OctoLinker高效浏览go语言文件
|
||||
* [rts](https://github.com/galeone/rts) - RTS(是response to struct的缩写)用于根据服务器的响应生成go语言结构体
|
||||
* [Go-swagger](https://github.com/Go-swagger/Go-swagger) - 为 Go 语言实现的Swagger 2.0, Swagger 是一个简单但强大的工具,用于展示你的 RESTful API.
|
||||
* [OctoLinker](https://github.com/OctoLinker/browser-extension) - 使用 github 的浏览器插件 OctoLinker 高效浏览 Go 语言文件
|
||||
* [rts](https://github.com/galeone/rts) - RTS(是response to struct的缩写)用于根据服务器的响应生成 Go 语言结构体
|
||||
|
||||
## 软件包
|
||||
|
||||
@ -1465,33 +1466,34 @@ _使用 Go 语言编写的软件_
|
||||
* [Dropship](https://github.com/chrismckenzie/dropship) - 通过 cdn 部署代码的工具
|
||||
* [easyssh-proxy](https://github.com/appleboy/easyssh-proxy) - 一个用于通过 ssh 远程执行命令以及通过`ProxyCommand` 来进行 SCP 下载
|
||||
* [Gitea](https://github.com/Go-gitea/gitea) - Gogs的fork,完全社区驱动
|
||||
* [Go Metrics](https://github.com/rcrowley/Go-metrics) - Coda Hale的 Metrics library的go语言接口: https://github.com/codahale/metrics.
|
||||
* [Go-selfupdate](https://github.com/sanbornm/Go-selfupdate) - 让你的go语言程序可以自我更新
|
||||
* [Gobrew](https://github.com/cryptojuice/Gobrew) - Gobrew 让你可以在不同版本的go语言之间轻松切换
|
||||
* [Go Metrics](https://github.com/rcrowley/Go-metrics) - Coda Hale 的 Metrics library的 Go 语言接口: https://github.com/codahale/metrics.
|
||||
* [Go-selfupdate](https://github.com/sanbornm/Go-selfupdate) - 让你的 Go 语言程序可以自我更新
|
||||
* [Gobrew](https://github.com/cryptojuice/Gobrew) - Gobrew 让你可以在不同版本的 Go 语言之间轻松切换
|
||||
* [Godbg](https://github.com/sirnewton01/Godbg) - 基于 Web 的前端 gdb 应用程序
|
||||
* [Gogs](https://Gogs.io/) - 自我托管的Git服务
|
||||
* [Gonative](https://github.com/inconshreveable/Gonative) - 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.
|
||||
* [Govvv](https://github.com/ahmetalpbalkan/Govvv) - 对“Go build”进行了封装,用于轻松的向go语言二进制文件中添加版本信息
|
||||
* [Gox](https://github.com/mitchellh/Gox) - 非常简单的go语言交叉编译工具
|
||||
* [Goxc](https://github.com/laher/Goxc) - go语言构建工具,专注于交叉编译和打包
|
||||
* [Gonative](https://github.com/inconshreveable/Gonative) - 为 Go 语言创建可以在多平台进行交叉编译的工具,使用 CGo-enabled 标准库
|
||||
* [Govvv](https://github.com/ahmetalpbalkan/Govvv) - 对“Go build”进行了封装,用于轻松的向 Go 语言二进制文件中添加版本信息
|
||||
* [Gox](https://github.com/mitchellh/Gox) - 非常简单的 Go 语言交叉编译工具
|
||||
* [Goxc](https://github.com/laher/Goxc) - Go 语言构建工具,专注于交叉编译和打包
|
||||
* [grapes](https://github.com/yaronsumel/grapes) - 一款轻量级工具,用于通过 ssh 发送命令
|
||||
* [GVM](https://github.com/moovweb/gvm) - GVM 提供了用于管理go语言版本的接口
|
||||
* [GVM](https://github.com/moovweb/gvm) - GVM 提供了用于管理 Go 语言版本的接口
|
||||
* [Hey](https://github.com/rakyll/hey) - Hey 是一个微型程序,用于向 web 应用发送一些載荷
|
||||
* [kala](https://github.com/ajvb/kala) - 极简、现代的、高效的任务调度
|
||||
* [kubernetes](https://github.com/kubernetes/kubernetes) - 来自 Google 的容器集群管理器
|
||||
* [Moby](https://github.com/moby/moby) - 为容器生态系统创建的一个合作项目,用于构建基于容器对系统* [Mora](https://github.com/emicklei/mora) - REST 服务器,用于获取 MonGoDB 文件和元数据
|
||||
* [Moby](https://github.com/moby/moby) - 为容器生态系统创建的一个合作项目,用于构建基于容器的系统
|
||||
* [Mora](https://github.com/emicklei/mora) - REST 服务器,用于获取 MonGoDB 文件和元数据
|
||||
* [ostent](https://github.com/ostrost/ostent) - 收集并显示系统数据,可以作 Graphite 和/或 InfluxDB 的中继
|
||||
* [Packer](https://github.com/mitchellh/packer) - Packer 通过单一的配置文件,为不同的平台创建独立机器镜像
|
||||
* [Pewpew](https://github.com/bengadbois/pewpew) - 灵活的 HTTP 命令行压力测试 工具
|
||||
* [Rodent](https://github.com/alouche/rodent) - Rodent 帮助你管理 Go 语言版本,项目病追踪依赖
|
||||
* [s3Gof3r](https://github.com/rlmcpherson/s3Gof3r) - 为了从 Amazon S3中高速存取大型对象而特别优化的库
|
||||
* [Scaleway-cli](https://github.com/scaleway/scaleway-cli) - 通过命令行来管理 BareMetal 服务器 (和使用 Docker 一样容易).
|
||||
* [sg](https://github.com/ChristopherRabotin/sg) - 对一组 HTTP 端点 (比如 ab)进行了基准测试,, with possibility to use the reponse code and data between each call for specific server stress based on its previous response.
|
||||
* [StatusOK](https://github.com/sanathp/statusok) - 监控你的网站和REST APIs。如果你的server挂了或是响应时间超过预期,则会通过Slack, E-mail 来通知你
|
||||
* [sg](https://github.com/ChristopherRabotin/sg) - 对一组 HTTP 端点 (比如 ab)进行了基准测试, with possibility to use the reponse code and data between each call for specific server stress based on its previous response.
|
||||
* [StatusOK](https://github.com/sanathp/statusok) - 监控你的网站和 REST APIs。如果你的服务器挂了或是响应时间超过预期,则会通过 Slack, E-mail 来通知你
|
||||
* [Vegeta](https://github.com/tsenart/vegeta) - HTTP 加载测试工具和库
|
||||
* [webhook](https://github.com/adnanh/webhook) - 允许用户创建 HTTP 端点,在服务器上执行命令
|
||||
* [Wide](https://wide.b3log.org/login) - 基于Web的IDE,为使用go语言的团队设计
|
||||
* [winrm-cli](https://github.com/masterzen/winrm-cli) - 命令行工具,可以远程在windos机器上执行命令
|
||||
* [Wide](https://wide.b3log.org/login) - 基于 Web 的 IDE,为使用 Go 语言的团队设计
|
||||
* [winrm-cli](https://github.com/masterzen/winrm-cli) - 命令行工具,可以远程在 windows 机器上执行命令
|
||||
|
||||
### 其他软件
|
||||
|
||||
@ -1525,7 +1527,7 @@ _使用 Go 语言编写的软件_
|
||||
* [orange-cat](https://github.com/noraesae/orange-cat) - Go 语言编写的 Markdown 预览工具
|
||||
* [peg](https://github.com/pointlander/peg) - Peg(Parsing Expression Grammar)是一个 Packrat parser generator 的实现
|
||||
* [Postman](https://github.com/zachlatta/postman) - 一个批量发送邮件的命令行工具
|
||||
* [restic](https://github.com/restic/restic) - De-duplicating backup program.
|
||||
* [restic](https://github.com/restic/restic) - 解耦备份程序
|
||||
* [rkt](https://github.com/coreos/rkt) - App 容器运行时,集成了初始化系统,和其他容器兼容,比如 Docker,并且支持其他执行引擎,例如 KVM
|
||||
* [Seaweed File System](https://github.com/chrislusf/seaweedfs) - 快速、简单、可扩展的分布式文件系统,具有O(1)的磁盘查找效率
|
||||
* [shell2http](https://github.com/msoap/shell2http) - 通过 HTTP 服务器执行 shell 命令行(用于原型验证或远程控制).
|
||||
@ -1552,14 +1554,14 @@ _可以找到新的 Go 语言库和软件的地方_
|
||||
* [Go-HTTP-routing-benchmark](https://github.com/julienschmidt/Go-HTTP-routing-benchmark) - Go HTTP 请求路由基准和比较
|
||||
* [Go-type-assertion-benchmark](https://github.com/hgfischer/Go-type-assertion-benchmark) - 对在 Go 语言中使用断言的两种方法进行了性能测试
|
||||
* [Go-web-framework-benchmark](https://github.com/smallnest/Go-web-framework-benchmark) - Go web 框架基准
|
||||
* [Go_serialization_benchmarks](https://github.com/alecthomas/Go_serialization_benchmarks) - go语言序列化方法基准测试
|
||||
* [Gocostmodel](https://github.com/PuerkitoBio/Gocostmodel) - go语言基础操作基准测试
|
||||
* [Go_serialization_benchmarks](https://github.com/alecthomas/Go_serialization_benchmarks) - Go 语言序列化方法基准测试
|
||||
* [Gocostmodel](https://github.com/PuerkitoBio/Gocostmodel) - Go 语言基础操作基准测试
|
||||
* [Golang-micro-benchmarks](https://github.com/amscanne/Golang-micro-benchmarks) - 一些go语言微基准测试的集合,目的是比较各种语言特性。
|
||||
* [Golang-sql-benchmark](https://github.com/tyler-smith/Golang-sql-benchmark) - 对一些流行的 Go database/SQL 工具进行基准测试
|
||||
* [Gospeed](https://github.com/feyeleanor/GoSpeed) - Go 语言微型基准测试工具,用于测试语言结构的速度
|
||||
* [kvbench](https://github.com/jimrobinson/kvbench) - 键值数据库基准测试
|
||||
* [skynet](https://github.com/atemerev/skynet) - Skynet 1M 线程微基准
|
||||
* [speedtest-resize](https://github.com/fawick/speedtest-resize) - 比较了go语言的多种图片缩放算法
|
||||
* [speedtest-resize](https://github.com/fawick/speedtest-resize) - 比较了 Go 语言的多种图片缩放算法
|
||||
|
||||
## 会议
|
||||
|
||||
@ -1604,7 +1606,7 @@ _可以找到新的 Go 语言库和软件的地方_
|
||||
* [Go Blog](http://blog.Golang.org) - Go 语言官方博客
|
||||
* [Go Challenge](http://Golang-challenge.org/) - 通过解题来学习 Go 语言,同时获得专家们的反馈
|
||||
* [Go Forum](https://forum.Golangbridge.org) - 讨论 Go 的论坛.
|
||||
* [Go In 5 Minutes](https://www.Goin5minutes.com/) - 5 minute ScreeNcasts focused on getting one thing done.
|
||||
* [Go In 5 Minutes](https://www.Goin5minutes.com/) - 5 分钟分享如何做好一件事
|
||||
* [Go Projects](https://github.com/Golang/Go/wiki/Projects) - Go 语言社区 wiki 列表中的项目
|
||||
* [Gocryforhelp](https://github.com/ninedraft/Gocryforhelp) - 汇集了一些需要帮助的 Go 语言项目。一个开始你的开源之路的好地方
|
||||
* [Godoc.org](https://Godoc.org/) - 开源 Go 语言软件包的文档库.
|
||||
|
Loading…
x
Reference in New Issue
Block a user