Stars
A curated list of awesome Go frameworks, libraries and software
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 …
The world’s fastest framework for building websites.
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
The Prometheus monitoring system and time series database.
MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.
TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
The fantastic ORM library for Golang, aims to be developer friendly
《The Way to Go》中文译本,中文正式名《Go 入门指南》
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
beego is an open-source, high-performance web framework for the Go programming language.
Podman: A tool for managing OCI containers and pods.
Cross platform GUI toolkit in Go inspired by Material Design
掌握、理解Docker容器技术,从真实案例中学习最佳实践技巧!| Learn and understand Docker&Container technologies, with real DevOps practice!
The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio 🚀
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
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
The Go language implementation of gRPC. HTTP/2 based RPC
Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
📚 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)