Starred repositories
A curated list of awesome Go frameworks, libraries and software
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 …
Open Source Continuous File Synchronization
Distributed reliable key-value store for the most critical data of a distributed system
A platform for building proxies to bypass network restrictions.
A golang ebook intro how to build a web with golang
TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
《The Way to Go》中文译本,中文正式名《Go 入门指南》
Easily and securely send things from one computer to another 🐊 📦
SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, xDC replica…
Curated list of Go design patterns, recipes and idioms
A toolkit with common assertions and mocks that plays nicely with the standard library
Your ultimate Go microservices framework for the cloud-native era.
Delve is a debugger for the Go programming language.
Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go.
A declarative, simple, fast, and fun package for building command line tools in Go
The Go language implementation of gRPC. HTTP/2 based RPC
Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)
Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍
high-performance graph database for real-time use cases
lightweight, idiomatic and composable router for building Go HTTP services
💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)
📚 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)
💯Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving