Stars
MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.
Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。
Efficient cache for gigabytes of data written in Go.
Go RPC framework with high-performance and strong-extensibility for building micro-services.
Package ini provides INI file read and write functionality in Go
A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.
benchmarks for implementation of servers which support 1 million connections
go version wechat web api and message framework for building wechat robot
A collection of 100+ popular LeetCode problems solved in Go.
A Distributed Redis Protocol Compatible NoSQL Database
Common juju errors and functions to annotate errors. Based on juju/errgo
Cluster extensions for Sarama, the Go client library for Apache Kafka 0.9 [DEPRECATED]
a netty like asynchronous network I/O library based on tcp/udp/websocket; a bidirectional RPC framework based on JSON/Protobuf; a microservice framework based on zookeeper/etcd
A realtime distributed messaging platform (forked from https://github.com/nsqio/nsq)
High-performance lock-free queue (Disruptor 1400/s)
An example project for book 'Go Programming & Concurrency in Practice'.
a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface