Proxy 是 golang 实现的高性能 http、https、websocket、tcp、udp、socks5 代理服务器,支持正向代理、反向代理、透明代理、内网穿透、TCP/UDP 端口映射、SSH 中转、TLS 加密传输、协议转换、DNS 防污染智能代理、前置 CDN/Nginx 反代、代理连接重定向、API动态调用上级代理、限速限连接数。同时提供全平台的功能强大的命令行版本和友好易用的
wxApi-go 针对golang设计的微信 Api 接口,涵盖公众号、小程序、App、商户。 支持下单、notify 验证、公对私打款至银行卡等 根据微信的业务特征,分为两部分: 应用类账号下的Api 商户类账号下的Api 安装 go get github.com/blusewang/wxApi-go 应用账号API 订阅号、服务号、小程序、App 支持连接不同的地区的微信服务器 支持一行代
go-cortex 是一个服务,通过倾听你的句子,并试图理解你的意思,然后执行相应的动作。它使用 Wit.ai 来处理文本并将从句子中抽取的信息传递给调用者。
这是Go编程语言里 LMAX Disruptor的接口。 它保留了Disruptor的本质和原理,并利用了很多相同的抽象概念和理论,但不会保持同样的API。 简述: 在我的 MacBook Pro (Intel Core i7-4960HQ CPU @ 2.60GHz) 中,我使用了 Go 1.4.2, 此版本使我能在一秒内发送9亿多份邮件(是的,你没有听错), 从一个goroutine到另一个g
Go-Request 是 HTTP 客户端请求包,灵感来源于 Python Requests。 安装 go get -u github.com/mozillazg/request 文档 API 文档:https://godoc.org/github.com/mozillazg/request 使用 import ( "github.com/mozillazg/request") GET: c
gen 项目目的是为 Go 语言带来了类似泛型的函数,灵感来自 C# 的 LinQ 和 JavaScript 的 Array methods 以及 underscore 库。操作包括过滤、分组、排序等等。 示例代码: shiny := func(p *Product) bool { return p.Manufacturer == "Apple"}wishlist := products.Where(shiny)
go-sqlite3 是 Go 语言实现的 SQLite 数据库的驱动。
谷歌的GO语言实现的谷歌的LEVELDB,目前还在初始阶段。
go-torrent 是 Torrent 的 Go 语言开发包,提供开发库和命令行工具。 使用: $ go get github.com/anacrolix/torrent/cmd/torrent$ torrent 'magnet:?xt=urn:btih:ZOCMZQIPFFW7OLLMIC5HUB6BPCSDEOQU'2015/03/20 22:51:41 main.go:96: downlo
go-zero是一个集成了各种工程实践的web和rpc框架。通过弹性设计保障了大并发服务端的稳定性,经受了充分的实战检验。 go-zero 包含极简的 API 定义和生成工具 goctl,可以根据定义的 api 文件一键生成 Go, iOS, Android, Kotlin, Dart, TypeScript, JavaScript 代码,并可直接运行。 使用go-zero的好处: 轻松获得支撑千
go-plus An Improved Go Experience For The Atom Editor Github: https://github.com/joefitzgerald/go-plus Atom: https://atom.io/packages/go-plus Overview This package includes the following functionality
go-blurhash A pure Go implementation of Blurhash. The API is stable, however the hashing function in either direction may not be. Blurhash is an algorithm written by Dag Ågren for Wolt (woltapp/blurha
Ignition Go | Status: A Modular (HMVC) App Building Framework - complete with front end, REST api, and 2 admin areas (Admin / Secure) create "blox" modules to build enterprise class web applications
ClickHouse Golang SQL database driver for Yandex ClickHouse Key features Uses native ClickHouse TCP client-server protocol Compatibility with database/sql Round Robin load-balancing Bulk write support
Sql driver mock for Golang sqlmock is a mock library implementing sql/driver. Which has one and onlypurpose - to simulate any sql driver behavior in tests, without needing a real database connection.