Starred repositories
A curated list of awesome Go frameworks, libraries and software
Get up and running with OpenAI gpt-oss, DeepSeek-R1, Gemma 3 and other models.
Production-Grade Container Scheduling and Management
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for …
Distributed reliable key-value store for the most critical data of a distributed system
Go implementation of the Ethereum protocol
A golang ebook intro how to build a web with golang
The fantastic ORM library for Golang, aims to be developer friendly
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
A cloud-native Go microservices framework with cli tool for productivity.
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
Delve is a debugger for the Go programming language.
A declarative, simple, fast, and fun package for building command line tools in Go
The Go language implementation of gRPC. HTTP/2 based RPC
💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)
📚 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)
An authorization library that supports access control models like ACL, RBAC, ABAC in Golang: https://discord.gg/S5UjpzGZjN
High-Performance server for NATS.io, the cloud and edge native messaging system.
ZincSearch . A lightweight alternative to elasticsearch that requires minimal resources, written in Go.
GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
A high performance HTTP request router that scales well
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列