Skip to content

uhub/awesome-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 

Repository files navigation

awesome-go

A curated list of awesome Go frameworks, libraries and software.

  • avelino/awesome-go - A curated list of awesome Go frameworks, libraries and software
  • ollama/ollama - Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, Mistral Small 3.1 and other large language models.
  • golang/go - The Go programming language
  • kubernetes/kubernetes - Production-Grade Container Scheduling and Management
  • fatedier/frp - A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
  • gin-gonic/gin - Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
  • gohugoio/hugo - The world’s fastest framework for building websites.
  • syncthing/syncthing - Open Source Continuous File Synchronization
  • junegunn/fzf - 🌸 A command-line fuzzy finder
  • moby/moby - The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
  • caddyserver/caddy - Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
  • traefik/traefik - The Cloud Native Application Proxy
  • minio/minio - MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.
  • rclone/rclone - "rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files
  • etcd-io/etcd - Distributed reliable key-value store for the most critical data of a distributed system
  • ethereum/go-ethereum - Go implementation of the Ethereum protocol
  • go-gitea/gitea - Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
  • gogs/gogs - Gogs is a painless self-hosted Git service
  • astaxie/build-web-application-with-golang - A golang ebook intro how to build a web with golang
  • coreybutler/nvm-windows - A node.js version management utility for Windows. Ironically written in Go.
  • usememos/memos - An open-source, lightweight note-taking solution. The pain-less way to create your meaningful notes. Your Notes, Your Way.
  • spf13/cobra - A Commander for modern Go CLI interactions
  • pingcap/tidb - TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
  • go-gorm/gorm - The fantastic ORM library for Golang, aims to be developer friendly
  • gofiber/fiber - ⚡️ Express inspired web framework written in Go
  • docker/compose - Define and run multi-container applications with Docker
  • unknwon/the-way-to-go_ZH_CN - 《The Way to Go》中文译本,中文正式名《Go 入门指南》
  • halfrost/LeetCode-Go - ✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
  • harness/harness - Harness Open Source is an end-to-end developer platform with Source Control Management, CI/CD Pipelines, Hosted Developer Environments, and Artifact Registries.
  • ehang-io/nps - 一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.
  • hashicorp/vault - A tool for secrets management, encryption as a service, and privileged access management
  • beego/beego - beego is an open-source, high-performance web framework for the Go programming language.
  • charmbracelet/bubbletea - A powerful little TUI framework 🏗
  • zeromicro/go-zero - A cloud-native Go microservices framework with cli tool for productivity.
  • labstack/echo - High performance, minimalist Go web framework
  • cockroachdb/cockroach - CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
  • kubernetes/minikube - Run Kubernetes locally
  • derailed/k9s - 🐶 Kubernetes CLI To Manage Your Clusters In Style!
  • iawia002/lux - 👾 Fast and simple video download library and CLI tool written in Go
  • restic/restic - Fast, secure, efficient backup program
  • spf13/viper - Go configuration with fangs
  • wailsapp/wails - Create beautiful applications using Go
  • grafana/k6 - A modern load testing tool, using Go and JavaScript - https://k6.io
  • go-kit/kit - A standard library for microservices.
  • aquasecurity/trivy - Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more
  • tmrts/go-patterns - Curated list of Go design patterns, recipes and idioms
  • fyne-io/fyne - Cross platform GUI toolkit in Go inspired by Material Design
  • zyedidia/micro - A modern and intuitive terminal-based text editor
  • kataras/iris - The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio 🚀
  • nsqio/nsq - A realtime distributed messaging platform
  • sirupsen/logrus - Structured, pluggable logging for Go.
  • stretchr/testify - A toolkit with common assertions and mocks that plays nicely with the standard library
  • glanceapp/glance - A self-hosted dashboard that puts all your feeds in one place
  • go-kratos/kratos - Your ultimate Go microservices framework for the cloud-native era.
  • tsenart/vegeta - HTTP load testing tool and library. It's over 9000!
  • gocolly/colly - Elegant Scraper and Crawler Framework for Golang
  • go-delve/delve - Delve is a debugger for the Go programming language.
  • gorilla/websocket - Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go.
  • urfave/cli - A simple, fast, and fun package for building command line apps in Go
  • pulumi/pulumi - Pulumi - Infrastructure as Code in any programming language 🚀
  • uber-go/zap - Blazing fast, structured, leveled logging in Go.
  • mislav/hub - A command-line tool that makes git easier to use with GitHub.
  • flipped-aurora/gin-vue-admin - 🚀Vite+Vue3+Gin拥有AI辅助的基础开发平台,支持TS和JS混用。它集成了JWT鉴权、权限管理、动态路由、显隐可控组件、分页封装、多点登录拦截、资源权限、上传下载、代码生成器、表单生成器和可配置的导入导出等开发必备功能。
  • quii/learn-go-with-tests - Learn Go with test-driven development
  • valyala/fasthttp - Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
  • micro/go-micro - A Go microservices framework
  • grpc/grpc-go - The Go language implementation of gRPC. HTTP/2 based RPC
  • XIU2/CloudflareSpeedTest - 🌩「自选优选 IP」测试 Cloudflare CDN 延迟和速度,获取最快 IP !当然也支持其他 CDN / 网站 IP ~
  • slimtoolkit/slim - 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)
  • gorilla/mux - Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍
  • redis/go-redis - Redis Go client
  • hypermodeinc/dgraph - high-performance graph database for real-time use cases
  • air-verse/air - ☁️ Live reload for Go apps
  • microsoft/typescript-go - Staging repo for development of native port of TypeScript
  • gitleaks/gitleaks - Find secrets with Gitleaks 🔑
  • go-chi/chi - lightweight, idiomatic and composable router for building Go HTTP services
  • chai2010/advanced-go-programming-book - 📚 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)
  • samber/lo - 💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)
  • inancgumus/learngo - ❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.
  • grpc-ecosystem/grpc-gateway - gRPC to JSON proxy generator following the gRPC HTTP spec
  • qax-os/excelize - Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
  • yudai/gotty - Share your terminal as a web application
  • FiloSottile/age - A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
  • buger/goreplay - GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
  • gravitational/teleport - The easiest, and most secure way to access and protect all of your infrastructure.
  • go-playground/validator - 💯Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
  • zincsearch/zincsearch - ZincSearch . A lightweight alternative to elasticsearch that requires minimal resources, written in Go.
  • nats-io/nats-server - High-Performance server for NATS.io, the cloud and edge native messaging system.
  • golangci/golangci-lint - Fast linters runner for Go
  • emirpasic/gods - GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
  • julienschmidt/httprouter - A high performance HTTP request router that scales well
  • TheAlgorithms/Go - Algorithms and Data Structures implemented in Go for beginners, following best practices.
  • ginuerzh/gost - GO Simple Tunnel - a simple tunnel written in golang
  • golang-migrate/migrate - Database migrations. CLI and Golang library.
  • rqlite/rqlite - The lightweight, user-friendly, distributed relational database built on SQLite.
  • ipfs/kubo - An IPFS implementation in Go
  • snail007/goproxy - 🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。
  • tinygo-org/tinygo - Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
  • kubernetes/kops - Kubernetes Operations (kOps) - Production Grade k8s Installation, Upgrades and Management
  • ent/ent - An entity framework for Go
  • ory/hydra - The only web-scale, fully customizable OpenID Certified™ OpenID Connect and OAuth2 Provider in the world. Become an OpenID Connect and OAuth2 Provider over night. Written in Go, cloud native, headless, API-first. Available as a service on Ory Network and for self-hosters. Relied upon by OpenAI and others for web-scale security.
  • wtfutil/wtf - The personal information dashboard for your terminal
  • geektutu/7days-golang - 7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
  • sqlc-dev/sqlc - Generate type-safe code from SQL
  • hoanhan101/ultimate-go - The Ultimate Go Study Guide
  • tidwall/gjson - Get JSON values quickly - JSON parser for Go
  • cayleygraph/cayley - An open-source graph database
  • pion/webrtc - Pure Go implementation of the WebRTC API
  • go-sql-driver/mysql - Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
  • openimsdk/open-im-server - IM Chat ChatGPT
  • goreleaser/goreleaser - Release engineering, simplified
  • hypermodeinc/badger - Fast key-value DB in Go.
  • PuerkitoBio/goquery - A little like that j-thing, only in Go.
  • apache/answer - A Q&A platform software for teams at any scales. Whether it's a community forum, help center, or knowledge management platform, you can always count on Apache Answer.
  • bluenviron/mediamtx - Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish, proxy, record and playback video and audio streams.
  • boltdb/bolt - An embedded key/value database for Go.
  • jeessy2/ddns-go - Simple and easy to use DDNS. Support Aliyun, Tencent Cloud, Dnspod, Cloudflare, Callback, Huawei Cloud, Baidu Cloud, Porkbun, GoDaddy, Namecheap, NameSilo...
  • ffuf/ffuf - Fast web fuzzer written in Go
  • google/wire - Compile-time Dependency Injection for Go
  • json-iterator/go - A high-performance 100% compatible drop-in replacement of "encoding/json"
  • panjf2000/ants - 🐜🐜🐜 ants is the most powerful and reliable pooling solution for Go.
  • robfig/cron - a cron library for go
  • thanos-io/thanos - Highly available Prometheus setup with long term storage capabilities. A CNCF Incubating project.
  • git-lfs/git-lfs - Git extension for versioning large files
  • CodisLabs/codis - Proxy based Redis cluster solution supporting pipeline and scaling dynamically
  • revel/revel - A high productivity, full-stack web framework for the Go language.
  • halfrost/Halfrost-Field - ✍🏻 这里是写博客的地方 —— Halfrost-Field 冰霜之地
  • owasp-amass/amass - In-depth attack surface mapping and asset discovery
  • fogleman/primitive - Reproducing images with geometric primitives.
  • coredns/coredns - CoreDNS is a DNS server that chains plugins
  • gopherjs/gopherjs - A compiler from Go to JavaScript for running Go code in a browser
  • go-task/task - A task runner / simpler Make alternative written in Go
  • golang/dep - Go dependency management tool experiment (deprecated)
  • gophish/gophish - Open-Source Phishing Toolkit
  • tinode/chat - Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
  • gogf/gf - A powerful framework for faster, easier, and more efficient project development.
  • micro/micro - A microservices toolkit
  • talkgo/night - Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。
  • hajimehoshi/ebiten - Ebitengine - A dead simple 2D game engine for Go
  • ardanlabs/gotraining - Go Training Class Material :
  • go-admin-team/go-admin - 基于Gin + Vue + Element UI & Arco Design & Ant Design 的前后端分离权限管理系统脚手架(包含了:多租户的支持,基础用户管理功能,jwt鉴权,代码生成器,RBAC资源控制,表单构建,定时任务等)3分钟构建自己的中后台项目;项目文档》:https://www.go-admin.pro V2 Demo: https://vue2.go-admin.dev V3 Demo: https://vue3.go-admin.dev Antd PRO:https://antd.go-admin.pro
  • IBM/sarama - Sarama is a Go library for Apache Kafka.
  • ory/kratos - Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace Homegrown, Auth0, Okta, Firebase with better UX and DX. Passkeys, Social Sign In, OIDC, Magic Link, Multi-Factor Auth, SMS, SAML, TOTP, and more. Runs everywhere, runs best on Ory Network.
  • Jguer/yay - Yet another Yogurt - An AUR Helper written in Go
  • jackc/pgx - PostgreSQL driver and toolkit for Go
  • OJ/gobuster - Directory/File, DNS and VHost busting tool written in Go
  • crawlab-team/crawlab - Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架
  • swaggo/swag - Automatically generate RESTful API documentation with Swagger 2.0 for Go.
  • go-martini/martini - Classy web framework for Go
  • juicedata/juicefs - JuiceFS is a distributed POSIX file system built on top of Redis and S3.
  • future-architect/vuls - Agent-less vulnerability scanner for Linux, FreeBSD, Container, WordPress, Programming language libraries, Network devices
  • kubeshark/kubeshark - The API traffic analyzer for Kubernetes providing real-time K8s protocol-level visibility, capturing and monitoring all traffic and payloads going in, out and across containers, pods, nodes and clusters. Inspired by Wireshark, purposely built for Kubernetes
  • Shopify/toxiproxy - ⏰ 🔥 A TCP proxy to simulate network and system conditions for chaos and resiliency testing
  • hibiken/asynq - Simple, reliable, and efficient distributed task queue in Go
  • shirou/gopsutil - psutil for golang
  • adnanh/webhook - webhook is a lightweight incoming webhook server to run shell commands
  • go-resty/resty - Simple HTTP, REST, and SSE client library for Go
  • OpenDiablo2/OpenDiablo2 - An open source re-implementation of Diablo 2
  • google/go-github - Go library for accessing the GitHub v3 API
  • dgrijalva/jwt-go - ARCHIVE - Golang implementation of JSON Web Tokens (JWT). This project is now maintained at:
  • quic-go/quic-go - A QUIC implementation in pure Go
  • therecipe/qt - Qt binding for Go (Golang) with support for Windows / macOS / Linux / FreeBSD / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS / Ubuntu Touch / JavaScript / WebAssembly
  • asciimoo/wuzz - Interactive cli tool for HTTP inspection
  • quay/clair - Vulnerability Static Analysis for Containers
  • gofr-dev/gofr - An opinionated GoLang framework for accelerated microservice development. Built in support for databases and observability.
  • Mrs4s/go-cqhttp - cqhttp的golang实现,轻量、原生跨平台.
  • google/grumpy - Grumpy is a Python to Go source code transcompiler and runtime.
  • panjf2000/gnet - 🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.
  • dtm-labs/dtm - A distributed transaction framework, supports workflow, saga, tcc, xa, 2-phase message, outbox patterns, supports many languages.
  • drakkan/sftpgo - Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob
  • stashapp/stash - An organizer for your porn, written in Go. Documentation: https://docs.stashapp.cc
  • go-shiori/shiori - Simple bookmark manager built with Go
  • blevesearch/bleve - A modern text/numeric/geo-spatial/vector indexing library for go
  • tylertreat/comcast - Simulating shitty network connections so you can build better systems.
  • 99designs/gqlgen - go generate based graphql server library
  • jroimartin/gocui - Minimalist Go package aimed at creating Console User Interfaces.
  • safing/portmaster - 🏔 Love Freedom - ❌ Block Mass Surveillance
  • go-vgo/robotgo - RobotGo, Go Native cross-platform RPA and GUI automation @vcaesar
  • FerretDB/FerretDB - A truly Open Source MongoDB alternative
  • TykTechnologies/tyk - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols
  • GoesToEleven/GolangTraining - Training for Golang (go language)
  • wader/fq - jq for binary formats - tool, language and decoders for working with binary and text formats
  • fsnotify/fsnotify - Cross-platform filesystem notifications for Go.
  • encoredev/encore - Open Source Development Platform for building robust type-safe distributed systems with declarative infrastructure
  • graphql-go/graphql - An implementation of GraphQL for Go / Golang
  • kubernetes/kompose - Convert Compose to Kubernetes
  • keploy/keploy - Unit, API & Integration Testing Agent for Developers. Generate tests, mocks/stubs for your APIs that actually work!
  • sashabaranov/go-openai - OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for Go
  • golang/protobuf - Go support for Google's protocol buffers
  • qdm12/gluetun - VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.
  • sourcegraph/conc - Better structured concurrency for go
  • coder/coder - Provision remote development environments via Terraform
  • anchore/grype - A vulnerability scanner for container images and filesystems
  • gomodule/redigo - Go client for Redis
  • go-swagger/go-swagger - Swagger 2.0 implementation for go
  • google/go-cloud - The Go Cloud Development Kit (Go CDK): A library and tools for open cloud development in Go.
  • bxcodec/go-clean-arch - Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture
  • polaris1119/The-Golang-Standard-Library-by-Example - Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。
  • lib/pq - Pure Go Postgres driver for database/sql
  • kubernetes/client-go - Go client for Kubernetes.
  • gcla/termshark - A terminal UI for tshark, inspired by Wireshark
  • sjwhitworth/golearn - Machine Learning for Go
  • xo/usql - Universal command-line interface for SQL databases
  • golang/mock - GoMock is a mocking framework for the Go programming language.
  • joho/godotenv - A Go port of Ruby's dotenv library (Loads environment variables from .env files)
  • gotenberg/gotenberg - A developer-friendly API for converting numerous document formats into PDF files, and more!
  • a-h/templ - A language for writing HTML user interfaces in Go.
  • hybridgroup/gobot - Golang framework for robotics, drones, and the Internet of Things (IoT)
  • flannel-io/flannel - flannel is a network fabric for containers, designed for Kubernetes
  • unknwon/go-fundamental-programming - 《Go 编程基础》是一套针对 Google 出品的 Go 语言的视频语音教程,主要面向新手级别的学习者。
  • keybase/client - Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
  • charmbracelet/lipgloss - Style definitions for nice terminal layouts 👄
  • gorse-io/gorse - Gorse open source recommender system engine
  • AlexxIT/go2rtc - Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc.
  • senghoo/golang-design-pattern - 设计模式 Golang实现-《研磨设计模式》读书笔记
  • rkt/rkt - [Project ended] rkt is a pod-native container engine for Linux. It is composable, secure, and built on standards.
  • etcd-io/bbolt - An embedded key/value database for Go.
  • codenotary/immudb - immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
  • moby/buildkit - concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit
  • aws/aws-sdk-go - AWS SDK for the Go programming language (In Maintenance Mode, End-of-Life on 07/31/2025). The AWS SDK for Go v2 is available here: https://github.com/aws/aws-sdk-go-v2
  • cookieY/Yearning - 🐳 A most popular sql audit platform for mysql
  • maxence-charriere/go-app - A package to build progressive web apps with Go programming language and WebAssembly.
  • onsi/ginkgo - A Modern Testing Framework for Go
  • fission/fission - Fast and Simple Serverless Functions for Kubernetes
  • go-acme/lego - Let's Encrypt/ACME client and library written in Go
  • 0xJacky/nginx-ui - Yet another WebUI for Nginx
  • screego/server - screen sharing for developers https://screego.net/
  • GoAdminGroup/go-admin - A golang framework helps gopher to build a data visualization and admin panel in ten minutes
  • openshift/origin - Conformance test suite for OpenShift
  • getanteon/anteon - Anteon (formerly Ddosify) - Effortless Kubernetes Monitoring and Performance Testing. Available on CLI, Self-Hosted, and Cloud
  • ThreeDotsLabs/watermill - Building event-driven applications the easy way in Go.
  • patrickmn/go-cache - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
  • cyfdecyf/cow - HTTP proxy written in Go. COW can automatically identify blocked sites and use parent proxies to access.
  • reviewdog/reviewdog - 🐶 Automated code review tool integrated with any code analysis tools regardless of programming language
  • pressly/goose - A database migration tool. Supports SQL migrations and Go functions.
  • redpanda-data/connect - Fancy stream processing made operationally mundane
  • appleboy/gorush - A push notification server written in Go (Golang).
  • smartystreets/goconvey - Go testing in the browser. Integrates with go test. Write behavioral tests in Go.
  • andlabs/ui - Platform-native GUI library for Go.
  • miekg/dns - DNS library in Go
  • mongodb/mongo-go-driver - The Official Golang driver for MongoDB
  • dlvhdr/gh-dash - A beautiful CLI dashboard for GitHub 🚀
  • robertkrimen/otto - A JavaScript interpreter in Go (golang)
  • runatlantis/atlantis - Terraform Pull Request Automation
  • securego/gosec - Go security checker
  • smallnest/rpcx - Best microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱! build for cloud!
  • schachmat/wego - weather app for the terminal
  • roadrunner-server/roadrunner - 🤯 High-performance PHP application server, process manager written in Go and powered with plugins
  • gobuffalo/buffalo - Rapid Web Development w/ Go
  • Masterminds/glide - Package Management for Golang
  • zserge/lorca - Build cross-platform modern desktop apps in Go + HTML5
  • golang-jwt/jwt - Go implementation of JSON Web Tokens (JWT).
  • siderolabs/talos - Talos Linux is a modern Linux distribution built for Kubernetes.
  • p4gefau1t/trojan-go - Go实现的Trojan代理,支持多路复用/路由功能/CDN中转/Shadowsocks混淆插件,多平台,无依赖。A Trojan proxy written in Go. An unidentifiable mechanism that helps you bypass GFW. https://p4gefau1t.github.io/trojan-go/
  • gonum/gonum - Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more
  • ko-build/ko - Build and deploy Go applications
  • segmentio/kafka-go - Kafka library in Go
  • mitchellh/mapstructure - Go library for decoding generic map values into native Go structures and vice versa.
  • 0voice/Introduction-to-Golang - 【未来服务器端编程语言】最全空降golang资料补给包(满血战斗),包含文章,书籍,作者论文,理论分析,开源框架,云原生,大佬视频,大厂实战分享ppt
  • dunglas/frankenphp - 🧟 The modern PHP app server
  • teh-cmc/go-internals - A book about the internals of the Go programming language.
  • IBAX-io/go-ibax - An innovative Blockchain Protocol Platform, which everyone can deploy their own applications quickly and easily, such as Dapp, DeFi, DAO, Cross-Blockchain transactions, etc.
  • allegro/bigcache - Efficient cache for gigabytes of data written in Go.
  • adonovan/gopl.io - Example programs from "The Go Programming Language"
  • Workiva/go-datastructures - A collection of useful, performant, and threadsafe Go datastructures.
  • mvdan/sh - A shell parser, formatter, and interpreter with bash support; includes shfmt
  • RichardKnop/machinery - Machinery is an asynchronous task queue/job queue based on distributed message passing.
  • golang/tools - [mirror] Go Tools
  • getlago/lago - Open Source Metering and Usage Based Billing API ⭐️ Consumption tracking, Subscription management, Pricing iterations, Payment orchestration & Revenue analytics
  • gruntwork-io/terratest - Terratest is a Go library that makes it easier to write automated tests for your infrastructure code.
  • miniflux/v2 - Minimalist and opinionated feed reader
  • pdfcpu/pdfcpu - A PDF processor written in Go.
  • mindoc-org/mindoc - Golang实现的基于beego框架的接口在线文档管理系统
  • fatih/color - Color package for Go (golang)
  • traefik/yaegi - Yaegi is Another Elegant Go Interpreter
  • mmcgrana/gobyexample - Go by Example
  • concourse/concourse - Concourse is a container-based automation system written in Go.
  • Melkeydev/go-blueprint - Go-blueprint allows users to spin up a quick Go project using a popular framework
  • olivere/elastic - Deprecated: Use the official Elasticsearch client for Go at https://github.com/elastic/go-elasticsearch
  • TwiN/gatus - ⛑ Automated developer-oriented status page
  • TomWright/dasel - Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package.
  • cloudwego/kitex - Go RPC framework with high-performance and strong-extensibility for building micro-services.
  • aceld/zinx - A lightweight concurrent server framework based on Golang.
  • google/osv-scanner - Vulnerability scanner written in Go which uses the data provided by https://osv.dev
  • teivah/100-go-mistakes - 📖 100 Go Mistakes and How to Avoid Them
  • cjbassi/gotop - A terminal based graphical activity monitor inspired by gtop and vtop
  • twitchtv/twirp - A simple RPC framework with protobuf service definitions
  • boyter/scc - Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
  • smallstep/certificates - 🛡️ A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH.
  • fabiolb/fabio - Consul Load-Balancing made simple
  • Terry-Mao/goim - goim
  • go-echarts/go-echarts - 🎨 The adorable charts library for Golang.
  • oapi-codegen/oapi-codegen - Generate Go client and server boilerplate from OpenAPI 3 specifications
  • axllent/mailpit - An email and SMTP testing tool with API for developers
  • hybridgroup/gocv - Go package for computer vision using OpenCV 4 and beyond. Includes support for DNN, CUDA, OpenCV Contrib, and OpenVINO.
  • anchore/syft - CLI tool and library for generating a Software Bill of Materials from container images and filesystems
  • eddycjy/go-gin-example - An example of gin
  • go-yaml/yaml - YAML support for the Go language.
  • simeji/jid - json incremental digger
  • lxn/walk - A Windows GUI toolkit for the Go Programming Language
  • majd/ipatool - Command-line tool that allows searching and downloading app packages (known as ipa files) from the iOS App Store
  • expr-lang/expr - Expression language and expression evaluation for Go
  • volatiletech/sqlboiler - Generate a Go ORM tailored to your database schema.
  • cilium/ebpf - ebpf-go is a pure-Go library to read, modify and load eBPF programs and attach them to various hooks in the Linux kernel.
  • google/gops - A tool to list and diagnose Go processes currently running on your system
  • aquasecurity/tfsec - Tfsec is now part of Trivy
  • evrone/go-clean-template - Clean Architecture template for Golang services
  • shopspring/decimal - Arbitrary-precision fixed-point decimal numbers in Go
  • EndlessCheng/codeforces-go - 算法竞赛模板库 by 灵茶山艾府 💭💡🎈
  • go-xorm/xorm - Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm
  • tmc/langchaingo - LangChain for Go, the easiest way to write LLM-based programs in Go
  • alexellis/k3sup - bootstrap K3s over SSH in < 60s 🚀
  • weaveworks/weave - Simple, resilient multi-host containers networking and more.
  • cosmos/cosmos-sdk - ⛓️ A Framework for Building High Value Public Blockchains ✨
  • yuin/gopher-lua - GopherLua: VM and compiler for Lua in Go
  • vektra/mockery - A mock code autogenerator for Go
  • shadowsocks/shadowsocks-go - go port of shadowsocks (Deprecated)
  • bitfield/script - Making it easy to write shell-like scripts in Go
  • luraproject/lura - Ultra performant API Gateway with middlewares. A project hosted at The Linux Foundation
  • go-git/go-git - A highly extensible Git implementation in pure Go.
  • google/gopacket - Provides packet processing capabilities for Go
  • grpc-ecosystem/go-grpc-middleware - Golang gRPC Middlewares: interceptor chaining, auth, logging, retries and more.
  • uber-go/fx - A dependency injection based application framework for Go.
  • jpbruinsslot/slack-term - Slack client for your terminal
  • btcsuite/btcd - An alternative full node bitcoin implementation written in Go (golang)
  • dominikh/go-tools - Staticcheck - The advanced Go linter
  • libp2p/go-libp2p - libp2p implementation in Go
  • codesenberg/bombardier - Fast cross-platform HTTP benchmarking tool written in Go
  • DATA-DOG/go-sqlmock - Sql mock driver for golang to test database interactions
  • elazarl/goproxy - An HTTP proxy library for Go
  • googleforgames/agones - Dedicated Game Server Hosting and Scaling for Multiplayer Games on Kubernetes
  • filhodanuvem/gitql - 💊 A git query language
  • xiaobaiTech/golangFamily - 【超全golang面试题合集+golang学习指南+golang知识图谱+入门成长路线】 一份涵盖大部分golang程序员所需要掌握的核心知识。常用第三方库(mysql,mq,es,redis等)+机器学习库+算法库+游戏库+开源框架+自然语言处理nlp库+网络库+视频库+微服务框架+视频教程+音频音乐库+图形图片库+物联网库+地理位置信息+嵌入式脚本库+编译器库+数据库+金融库+电子邮件库+电子书籍+分词+数据结构+设计模式+去html tag标签等+go学习+go面试+计算机网络基础+图解网络+操作系统面试题+数据库面试题+面试题合集
  • vmware-archive/octant - Highly extensible platform for developers to better understand the complexity of Kubernetes clusters.
  • gobwas/ws - Tiny WebSocket library for Go.
  • syndtr/goleveldb - LevelDB key/value database in Go.
  • cloudwego/hertz - Go HTTP framework with high-performance and strong-extensibility for building micro-services.
  • ondrajz/go-callvis - Visualize call graph of a Go program using Graphviz
  • davecgh/go-spew - Implements a deep pretty printer for Go data structures to aid in debugging
  • go-co-op/gocron - Easy and fluent Go cron scheduling. This is a fork from https://github.com/jasonlvhit/gocron
  • pachyderm/pachyderm - Data-Centric Pipelines and Data Versioning
  • spf13/afero - A FileSystem Abstraction System for Go
  • gopasspw/gopass - The slightly more awesome standard unix password manager for teams
  • dop251/goja - ECMAScript/JavaScript engine in pure Go
  • asaskevich/govalidator - [Go] Package of validators and sanitizers for strings, numerics, slices and structs
  • golang-design/go-questions - 📖 Go 程序员面试笔试宝典 | 从问题切入,串连 Go 语言相关的所有知识,融会贯通。 https://golang.design/go-questions
  • ouqiang/gocron - 定时任务管理系统
  • cloudquery/cloudquery - The developer first cloud governance platform
  • go-ego/riot - Go Open Source, Distributed, Simple and efficient Search Engine; Warning: This is V1 and beta version, because of big memory consume, and the V2 will be rewrite all code.
  • hypermodeinc/ristretto - A high performance memory-bound Go cache
  • techschool/simplebank - Backend master class: build a simple bank service in Go
  • amacneil/dbmate - 🚀 A lightweight, framework-agnostic database migration tool.
  • elves/elvish - Powerful scripting language & versatile interactive shell
  • markbates/goth - Package goth provides a simple, clean, and idiomatic way to write authentication packages for Go web applications.
  • tidwall/evio - Fast event-loop networking for Go
  • golang/mobile - [mirror] Go on Mobile
  • tealeg/xlsx - Go library for reading and writing XLSX files.
  • evilmartians/lefthook - Fast and powerful Git hooks manager for any type of projects.
  • eranyanay/1m-go-websockets - handling 1M websockets connections in Go
  • go-rod/rod - A Chrome DevTools Protocol driver for web automation and scraping.
  • nats-io/nats.go - Golang client for NATS, the cloud native messaging system.
  • go-flutter-desktop/go-flutter - Flutter on Windows, MacOS and Linux - based on Flutter Embedding, Go and GLFW.
  • elastic/go-elasticsearch - The official Go client for Elasticsearch
  • goadesign/goa - Design-first Go framework that generates API code, documentation, and clients. Define once in an elegant DSL, deploy as HTTP and gRPC services with zero drift between code and docs.
  • jinzhu/copier - Copier for golang, copy value from struct to struct and more
  • derailed/popeye - 👀 A Kubernetes cluster resource sanitizer
  • goproxyio/goproxy - A global proxy for Go modules.
  • xinliangnote/go-gin-api - 基于 Gin 进行模块化设计的 API 框架,封装了常用功能,使用简单,致力于进行快速的业务研发。比如,支持 cors 跨域、jwt 签名验证、zap 日志收集、panic 异常捕获、trace 链路追踪、prometheus 监控指标、swagger 文档生成、viper 配置文件解析、gorm 数据库组件、gormgen 代码生成工具、graphql 查询语言、errno 统一定义错误码、gRPC 的使用、cron 定时任务 等等。
  • easegress-io/easegress - A Cloud Native traffic orchestration system
  • k3d-io/k3d - Little helper to run CNCF's k3s in Docker
  • MontFerret/ferret - Declarative web scraping
  • tendermint/tendermint - ⟁ Tendermint Core (BFT Consensus) in Go
  • anacrolix/torrent - Full-featured BitTorrent client package and utilities
  • googollee/go-socket.io - socket.io library for golang, a realtime application framework.
  • gorgonia/gorgonia - Gorgonia is a library that helps facilitate machine learning in Go.
  • ponzu-cms/ponzu - Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go.
  • goss-org/goss - Quick and Easy server testing/validation
  • open-telemetry/opentelemetry-go - OpenTelemetry Go API and SDK
  • go-pg/pg - Golang ORM with focus on PostgreSQL features and performance
  • ThreeDotsLabs/wild-workouts-go-ddd-example - Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.
  • gogo/protobuf - [Deprecated] Protocol Buffers for Go with Gadgets
  • matrix-org/dendrite - Dendrite is a second-generation Matrix homeserver written in Go!
  • google/uuid - Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.
  • prometheus/client_golang - Prometheus instrumentation library for Go applications
  • stefanprodan/podinfo - Go microservice template for Kubernetes
  • golang/oauth2 - Go OAuth2
  • j3ssie/osmedeus - A Workflow Engine for Offensive Security
  • ConnectAI-E/feishu-openai - 🎒 飞书 ×(GPT-4 + GPT-4V + DALL·E-3 + Whisper)= 飞一般的工作体验 🚀 语音对话、角色扮演、多话题讨论、图片创作、表格分析、文档导出 🚀
  • fogleman/nes - NES emulator written in Go.
  • russross/blackfriday - Blackfriday: a markdown processor for Go
  • buger/jsonparser - One of the fastest alternative JSON parser for Go that does not require schema
  • tools/godep - dependency tool for go
  • hashicorp/go-plugin - Golang plugin system over RPC.
  • disintegration/imaging - Imaging is a simple image processing package for Go
  • caarlos0/env - A simple, zero-dependencies library to parse environment variables into structs
  • nuclio/nuclio - High-Performance Serverless event and data processing platform
  • chai2010/go-ast-book - 📚 《Go语言定制指南》(原名:Go语法树入门/开源免费图书/Go语言进阶/掌握抽象语法树/Go语言AST)
  • letsencrypt/boulder - An ACME-based certificate authority, written in Go.
  • tetratelabs/wazero - wazero: the zero dependency WebAssembly runtime for Go developers
  • bwmarrin/discordgo - (Golang) Go bindings for Discord
  • name5566/leaf - A game server framework in Go (golang)
  • c-bata/go-prompt - Building powerful interactive prompts in Go, inspired by python-prompt-toolkit.
  • x-motemen/gore - Yet another Go REPL that works nicely. Featured with line editing, code completion, and more.
  • eatmoreapple/openwechat - golang微信SDK
  • qor/qor - QOR is a set of libraries written in Go that abstracts common features needed for business applications, CMSs, and E-commerce systems.
  • kahing/goofys - a high-performance, POSIX-ish Amazon S3 file system written in Go
  • cockroachdb/pebble - RocksDB/LevelDB inspired key-value database in Go
  • lifei6671/interview-go - golang面试题集合
  • progrium/darwinkit - Native Mac APIs for Go. Previously known as MacDriver
  • amitshekhariitbhu/go-backend-clean-architecture - A Go (Golang) Backend Clean Architecture project with Gin, MongoDB, JWT Authentication Middleware, Test, and Docker.
  • caddyserver/certmagic - Automatic HTTPS for any Go program: fully-managed TLS certificate issuance and renewal
  • asynkron/protoactor-go - Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
  • coocood/freecache - A cache library for Go with zero GC overhead.
  • gaia-pipeline/gaia - Build powerful pipelines in any programming language.
  • darjun/go-daily-lib - Go 每日一库
  • projectdiscovery/naabu - A fast port scanner written in go with a focus on reliability and simplicity. Designed to be used in combination with other tools for attack surface discovery in bug bounties and pentests
  • ffhelicopter/Go42 - 《Go语言四十二章经》详细讲述Go语言规范与语法细节及开发中常见的误区,通过研读标准库等经典代码设计模式,启发读者深刻理解Go语言的核心思维,进入Go语言开发的更高阶段。
  • alpkeskin/mosint - An automated e-mail OSINT tool
  • lni/dragonboat - A feature complete and high performance multi-group Raft library in Go.
  • mgechev/revive - 🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint
  • mark3labs/mcp-go - A Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
  • OWASP/Go-SCP - Golang Secure Coding Practices guide
  • tsuru/tsuru - Open source and extensible Platform as a Service (PaaS).
  • go-gost/gost - GO Simple Tunnel - a simple tunnel written in golang
  • natefinch/lumberjack - lumberjack is a log rolling package for Go
  • omriharel/deej - Set app volumes with real sliders! deej is an Arduino & Go project to let you build your own hardware mixer for Windows and Linux
  • blushft/go-diagrams - Create beautiful system diagrams with Go
  • segmentio/ksuid - K-Sortable Globally Unique IDs
  • pterm/pterm - ✨ #PTerm is a modern Go module to easily beautify console output. Featuring charts, progressbars, tables, trees, text input, select menus and much more 🚀 It's completely configurable and 100% cross-platform compatible.
  • emicklei/go-restful - package for building REST-style Web Services using Go
  • klauspost/compress - Optimized Go Compression Packages
  • jwilder/dockerize - Utility to simplify running applications in docker containers
  • cweill/gotests - Automatically generate Go test boilerplate from your source code.
  • cube2222/octosql - OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
  • duke-git/lancet - A comprehensive, efficient, and reusable util function library of Go.
  • ory/keto - The most scalable and customizable permission server on the market. Fix your slow or broken permission system with Google's proven "Zanzibar" approach. Supports ACL, RBAC, and more. Written in Go, cloud native, headless, API-first. Available as a service on Ory Network and for self-hosters.
  • ReactiveX/RxGo - Reactive Extensions for the Go language.
  • nsf/gocode - An autocompletion daemon for the Go programming language
  • go-pay/gopay - 微信、支付宝、通联支付、拉卡拉、PayPal、Apple 的Go版本SDK。【极简、易用的聚合支付SDK】
  • silenceper/wechat - WeChat SDK for Go (微信SDK:简单、易用)
  • travisjeffery/jocko - Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install, Cloud Native)
  • vugu/vugu - Vugu: A modern UI library for Go+WebAssembly (experimental)
  • fiorix/freegeoip - IP geolocation web server
  • brianvoe/gofakeit - Random fake data generator written in go
  • streadway/amqp - Go client for AMQP 0.9.1
  • kardianos/govendor - Use Go Modules.
  • wxbool/video-srt-windows - 这是一个可以识别视频语音自动生成字幕SRT文件的开源 Windows-GUI 软件工具。
  • arp242/goatcounter - Easy web analytics. No tracking of personal data.
  • satori/go.uuid - UUID package for Go
  • facebookarchive/grace - Graceful restart & zero downtime deploy for Go servers.
  • thoas/go-funk - A modern Go utility library which provides helpers (map, find, contains, filter, ...)
  • asticode/go-astilectron - Build cross platform GUI apps with GO and HTML/JS/CSS (powered by Electron)
  • src-d/go-git - Project has been moved to: https://github.com/go-git/go-git
  • dvyukov/go-fuzz - Randomized testing for Go
  • knqyf263/pet - Simple command-line snippet manager
  • uber-go/goleak - Goroutine leak detector
  • apache/dubbo-go - Go Implementation For Apache Dubbo .
  • rosedblabs/rosedb - Lightweight, fast and reliable key/value storage engine based on Bitcask.
  • nginx/kubernetes-ingress - NGINX and NGINX Plus Ingress Controllers for Kubernetes
  • slack-go/slack - Slack API in Go
  • writefreely/writefreely - A clean, Markdown-based publishing platform made for writers. Write together and build a community.
  • go-mysql-org/go-mysql - a powerful mysql toolset with Go
  • Mikaelemmmm/go-zero-looklook - 🔥基于go-zero(go zero) 微服务全技术栈开发最佳实践项目。Develop best practice projects based on the full technology stack of go zero (go zero) microservices.
  • nsf/termbox-go - Pure Go termbox implementation
  • Consensys/quorum - A permissioned implementation of Ethereum supporting data privacy
  • rakyll/boom - HTTP(S) load generator, ApacheBench (ab) replacement, written in Go
  • gopl-zh/gopl-zh.github.com - 📚 Go语言圣经中文版 🇨🇳
  • oklog/ulid - Universally Unique Lexicographically Sortable Identifier (ULID) in Go
  • miguelmota/golang-for-nodejs-developers - Examples of Golang compared to Node.js for learning 🤓 By @miguelmota
  • tophubs/TopList - 今日热榜,一个获取各大热门网站热门头条的聚合网站,使用Go语言编写,多协程异步快速抓取信息,预览:https://mo.fish
  • tidwall/buntdb - BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support
  • graph-gophers/graphql-go - GraphQL server with a focus on ease of use
  • treeverse/lakeFS - lakeFS - Data version control for your data lake | Git for data
  • hr3lxphr6j/bililive-go - 一个直播录制工具
  • burrowers/garble - Obfuscate Go builds
  • variadico/noti - Monitor a process and trigger a notification.
  • uber-go/automaxprocs - Automatically set GOMAXPROCS to match Linux container CPU quota.
  • shomali11/go-interview - Collection of Technical Interview Questions solved with Go
  • AliyunContainerService/pouch - An Efficient Enterprise-class Container Engine
  • Loyalsoldier/geoip - 🌚 🌍 🌝 GeoIP 规则文件加强版,支持自行定制 V2Ray dat 格式文件 geoip.dat、MaxMind mmdb 格式文件、sing-box SRS 格式文件、mihomo MRS 格式文件、Clash ruleset、Surge ruleset 等。Enhanced edition of GeoIP files for V2Ray, Xray-core, sing-box, Clash, mihomo, Shadowrocket, Quantumult X, Surge, hysteria, Trojan-Go, Leaf, Nginx, etc.
  • kardianos/service - Run go programs as a service on major platforms.
  • hashicorp/golang-lru - Golang LRU cache
  • xinliangnote/Go - 【Go 从入门到实战】学习笔记,从零开始学 Go、Gin 框架,基本语法包括 26 个Demo,Gin 框架包括:Gin 自定义路由配置、Gin 使用 Logrus 进行日志记录、Gin 数据绑定和验证、Gin 自定义错误处理、Go gRPC Hello World... 持续更新中...
  • mitchellh/gox - A dead simple, no frills Go cross compile tool
  • alecthomas/chroma - A general purpose syntax highlighter in pure Go
  • fogleman/gg - Go Graphics - 2D rendering in Go with a simple API.
  • unidoc/unioffice - Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents
  • gomods/athens - A Go module datastore and proxy
  • go-gomail/gomail - The best way to send emails in Go.
  • nginx-proxy/docker-gen - Generate files from docker container meta-data
  • cgzirim/seek-tune - An implementation of Shazam's song recognition algorithm.
  • dustin/go-humanize - Go Humans! (formatters for units to human friendly sizes)
  • jinzhu/now - Now is a time toolkit for golang
  • deckarep/golang-set - A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.
  • uber-go/ratelimit - A Go blocking leaky-bucket rate limit implementation
  • faiface/pixel - A hand-crafted 2D game library in Go
  • imroc/req - Simple Go HTTP client with Black Magic
  • canonical/lxd - Powerful system container and virtual machine manager
  • douyu/jupiter - Jupiter: Governance-oriented Microservice Framework.
  • esimov/pigo - Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.
  • Masterminds/sprig - Useful template functions for Go templates.
  • oxequa/realize - Realize is the #1 Golang Task Runner which enhance your workflow by automating the most common tasks and using the best performing Golang live reloading.
  • dundee/gdu - Fast disk usage analyzer with console interface written in Go
  • GoogleCloudPlatform/golang-samples - Sample apps and code written for Google Cloud in the Go programming language.
  • orcaman/concurrent-map - a thread-safe concurrent map for go
  • google/gxui - An experimental Go cross platform UI library.
  • mholt/archiver - DEPRECATED. Please use mholt/archives instead.
  • google/go-cmp - Package for comparing Go values in tests
  • schollz/progressbar - A really basic thread-safe progress bar for Golang applications
  • coder/websocket - Minimal and idiomatic WebSocket library for Go
  • jung-kurt/gofpdf - A PDF document generator with high level support for text, drawing and images
  • ankitpokhrel/jira-cli - 🔥 Feature-rich interactive Jira command line.
  • flipt-io/flipt - Enterprise-ready, GitOps enabled, CloudNative feature management solution
  • prest/prest - PostgreSQL ➕ REST, low-code, simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new
  • golang-design/under-the-hood - 📚 Go: Under The Hood | Go 语言原本 | https://golang.design/under-the-hood
  • magefile/mage - a Make/rake-like dev tool using Go
  • hacdias/webdav - A simple and standalone WebDAV server.
  • nikolaydubina/go-recipes - 🦩 Tools for Go projects
  • tucnak/telebot - Telebot is a Telegram bot framework in Go.
  • ory/dockertest - Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.
  • coyove/goflyway - An encrypted HTTP server
  • afex/hystrix-go - Netflix's Hystrix latency and fault tolerance library, for Go
  • Jeiwan/blockchain_go - A simplified blockchain implementation in Golang
  • pomerium/pomerium - Pomerium is an identity and context-aware access proxy.
  • googleapis/google-cloud-go - Google Cloud Client Libraries for Go.
  • xtaci/kcp-go - A Crypto-Secure Reliable-UDP Library for golang with FEC
  • codegangsta/gin - Live reload utility for Go web servers
  • thangchung/go-coffeeshop - ☕ A practical event-driven microservices demo built with Golang. Nomad, Consul Connect, Vault, and Terraform for deployment
  • googleapis/google-api-go-client - Auto-generated Google APIs for Go.
  • goinaction/code - Source Code for Go In Action examples
  • dropbox/godropbox - Common libraries for writing Go services/applications.
  • link1st/go-stress-testing - go 实现的压测工具,ab、locust、Jmeter压测工具介绍【单台机器100w连接压测实战】
  • cointop-sh/cointop - A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀 by @miguelmota
  • uber-go/dig - A reflection based dependency injection toolkit for Go.
  • uptrace/bun - SQL-first Golang ORM
  • go-mysql-org/go-mysql-elasticsearch - Sync MySQL data into elasticsearch
  • superseriousbusiness/gotosocial - Fast, fun, small ActivityPub server. READ ONLY MIRROR! Now on Codeberg instead: https://codeberg.org/superseriousbusiness/gotosocial
  • mpolden/echoip - IP address lookup service
  • riverqueue/river - Fast and reliable background jobs in Go
  • ochinchina/supervisord - a go-lang supervisor implementation
  • fvbock/endless - Zero downtime restarts for go servers (Drop in replacement for http.ListenAndServe)
  • ledisdb/ledisdb - A high performance NoSQL Database Server powered by Go
  • lcvvvv/kscan - Kscan是一款纯go开发的全方位扫描器,具备端口扫描、协议检测、指纹识别,暴力破解等功能。支持协议1200+,协议指纹10000+,应用指纹20000+,暴力破解协议10余种。
  • anthonynsimon/bild - Image processing algorithms in pure Go
  • rocboss/paopao-ce - 🔥An artistic "twitter like" community built on gin+zinc+vue+ts 清新文艺微社区
  • netlify/gotrue - An SWT based API for managing users and issuing SWT tokens.
  • gin-gonic/examples - A repository to host examples and tutorials for Gin.
  • google/btree - BTree provides a simple, ordered, in-memory data structure for Go programs.
  • yuin/goldmark - 🏆 A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.
  • rgburke/grv - GRV is a terminal interface for viewing git repositories
  • testcontainers/testcontainers-go - Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.
  • sjqzhang/go-fastdfs - go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliability, maintenance free and other advantages, support breakpoint continuation, block upload, small file merge, automatic synchronization, automatic repair.(similar fastdfs).
  • hwholiday/learning_tools - Go 学习、Go 进阶、Go 实用工具类、Go DDD 项目落地、Go-kit 、Go-Micro 、Go 推送平台、微服务实践
  • johnste/finicky - A macOS app for customizing which browser to start
  • spaceandtimefdn/SxT-Go-SDK - GO based SDK for interacting with the Space and Time API.
  • wcharczuk/go-chart - go chart is a basic charting library in go.
  • Jeffail/tunny - A goroutine pool for Go
  • marmotedu/iam - 企业级的 Go 语言实战项目:认证和授权系统(带配套课程)
  • xvzc/SpoofDPI - A simple and fast anti-censorship tool written in Go
  • golang/lint - [mirror] This is a linter for Go source code. (deprecated)
  • yggdrasil-network/yggdrasil-go - An experiment in scalable routing as an encrypted IPv6 overlay network
  • uber-archive/go-torch - Stochastic flame graph profiler for Go programs
  • ergo-services/ergo - An actor-based Framework with network transparency for creating event-driven architecture in Golang. Inspired by Erlang. Zero dependencies.
  • emitter-io/emitter - High performance, distributed and low latency publish-subscribe platform.
  • gopherdata/gophernotes - The Go kernel for Jupyter notebooks and nteract.
  • fatih/structs - Utilities for Go structs
  • olahol/melody - 🎶 Minimalist websocket framework for Go
  • go-ozzo/ozzo-validation - An idiomatic Go (golang) validation package. Supports configurable and extensible validation rules (validators) using normal language constructs instead of error-prone struct tags.
  • google/mtail - extract internal monitoring data from application logs for collection in a timeseries database
  • tdewolff/minify - Go minifiers for web formats
  • Knetic/govaluate - Arbitrary expression evaluation for golang
  • rfjakob/gocryptfs - Encrypted overlay filesystem written in Go
  • nakabonne/ali - Generate HTTP load and plot the results in real-time
  • rh12503/triangula - Generate high-quality triangulated and polygonal art from images.
  • xjasonlyu/tun2socks - tun2socks - powered by gVisor TCP/IP stack
  • geektutu/high-performance-go - high performance coding with golang(Go 语言高性能编程,Go 语言陷阱,Gotchas,Traps)
  • ksimka/go-is-not-good - A curated list of articles complaining that go (golang) isn't good enough
  • cerbos/cerbos - Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and authorization simple to implement and manage by writing context-aware access control policies for your application resources.
  • gravityblast/fresh - Build and (re)start go web apps after saving/creating/deleting source files.
  • ionorg/ion - Real-Distributed RTC System by pure Go and Flutter
  • xo/dbtpl - Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server
  • openbao/openbao - OpenBao exists to provide a software solution to manage, store, and distribute sensitive data including secrets, certificates, and keys.
  • goravel/goravel - A Golang framework for web artisans. Tribute to Laravel.
  • purpleidea/mgmt - Next generation distributed, event-driven, parallel config management!
  • osrg/gobgp - BGP implemented in the Go Programming Language
  • rakyll/statik - Embed files into a Go executable
  • k1LoW/tbls - tbls is a CI-Friendly tool to document a database, written in Go.
  • ardanlabs/service - Starter-kit for writing services in Go using Kubernetes.
  • nytimes/gizmo - A Microservice Toolkit from The New York Times
  • bitly/go-simplejson - a Go package to interact with arbitrary JSON
  • go-gorp/gorp - Go Relational Persistence - an ORM-ish library for Go
  • sensepost/gowitness - 🔍 gowitness - a golang, web screenshot utility using Chrome Headless
  • MariaLetta/free-gophers-pack - ✨ This pack of 100+ gopher pictures and elements will help you to build own design of almost anything related to Go Programming Language: presentations, posts in blogs or social media, courses, videos and many, many more.
  • aws/aws-lambda-go - Libraries, samples and tools to help Go developers develop AWS Lambda functions.
  • spf13/cast - safe and easy casting from one type to another in Go
  • mingrammer/go-web-framework-stars - ⭐ Web frameworks for Go, most starred on GitHub
  • olivia-ai/olivia - 💁‍♀️Your new best friend powered by an artificial neural network
  • willnorris/imageproxy - A caching, resizing image proxy written in Go
  • alecthomas/participle - A parser library for Go
  • cenkalti/backoff - ⏱ The exponential backoff algorithm in Go
  • cheggaaa/pb - Console progress bar for Golang
  • HDT3213/godis - A Golang implemented Redis Server and Cluster. Go 语言实现的 Redis 服务器和分布式集群
  • tulir/whatsmeow - Go library for the WhatsApp web multidevice API
  • hoisie/web - The easiest way to create web applications with Go
  • go-redsync/redsync - Distributed mutual exclusion lock using Redis for Go
  • alexflint/gallium - Build desktop applications in Go and HTML.
  • maruel/panicparse - Crash your app in style (Golang)
  • zenazn/goji - Goji is a minimalistic web framework for Golang that's high in antioxidants.
  • openfga/openfga - A high performance and flexible authorization/permission engine built for developers and inspired by Google Zanzibar
  • d5/tengo - A fast script language for Go
  • wgpsec/ENScan_GO - 一款基于各大企业信息API的工具,解决在遇到的各种针对国内企业信息收集难题。一键收集控股公司ICP备案、APP、小程序、微信公众号等信息聚合导出。支持MCP接入
  • cshum/imagor - Fast, secure image processing server and Go library, using libvips
  • egonelbre/gophers - Free gophers
  • kkdai/youtube - Download Youtube Video in Golang
  • hoanhan101/algo - 101+ coding interview problems in Go
  • loov/lensm - Go assembly and source viewer
  • zxh0/jvm.go - A toy JVM written in Go
  • golang/glog - Leveled execution logs for Go
  • upper/db - Data Access Layer (DAL) for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.
  • mvdan/gofumpt - A stricter gofmt
  • ahmetb/go-linq - .NET LINQ capabilities in Go
  • Shpota/goxygen - Generate a modern Web project with Go and Angular, React, or Vue in seconds 🎲
  • OffchainLabs/prysm - Go implementation of Ethereum proof of stake
  • wal-g/wal-g - Archival and Restoration for databases in the Cloud
  • alecthomas/kingpin - CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser
  • fortio/fortio - Fortio load testing library, command line tool, advanced echo server and web UI in go (golang). Allows to specify a set query-per-second load and record latency histograms and other useful stats.
  • go-macaron/macaron - Package macaron is a high productive and modular web framework in Go.
  • chrislusf/gleam - Fast, efficient, and scalable distributed map/reduce system, DAG execution, in memory or on disk, written in pure Go, runs standalone or distributedly.
  • ant0ine/go-json-rest - A quick and easy way to setup a RESTful JSON API
  • qjfoidnh/BaiduPCS-Go - iikira/BaiduPCS-Go原版基础上集成了分享链接/秒传链接转存功能
  • goby-lang/goby - Goby - Yet another programming language written in Go
  • go-ini/ini - Package ini provides INI file read and write functionality in Go
  • Jeffail/gabs - For parsing, creating and editing unknown or dynamic JSON in Go
  • mergestat/mergestat-lite - Query git repositories with SQL. Generate reports, perform status checks, analyze codebases. 🔍 📊
  • itchyny/gojq - Pure Go implementation of jq
  • 6boris/awesome-golang-algorithm - 📝 LeetCode of algorithms with golang solution(updating).
  • opentracing/opentracing-go - OpenTracing API for Go. 🛑 This library is DEPRECATED! opentracing/specification#163
  • dave/jennifer - Jennifer is a code generator for Go
  • alecthomas/gometalinter - DEPRECATED: Use https://github.com/golangci/golangci-lint
  • gomatcha/matcha - Build native mobile apps in Go.
  • jasonlvhit/gocron - A Golang Job Scheduling Package.
  • parnurzeal/gorequest - GoRequest -- Simplified HTTP client ( inspired by nodejs SuperAgent )
  • getlantern/systray - a cross platfrom Go library to place an icon and menu in the notification area
  • rcrowley/go-metrics - Go port of Coda Hale's Metrics library
  • nutsdb/nutsdb - 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.
  • WireGuard/wireguard-go - Mirror only. Official repository is at https://git.zx2c4.com/wireguard-go
  • go-oauth2/oauth2 - OAuth 2.0 server library for the Go programming language.
  • astaxie/go-best-practice - Trying to complete over 100 projects in various categories in golang.
  • odigos-io/odigos - Distributed tracing without code changes. 🚀 Instantly monitor any application using OpenTelemetry and eBPF
  • nadoo/glider - glider is a forward proxy with multiple protocols support, and also a dns/dhcp server with ipset management features(like dnsmasq).
  • hantmac/Mastering_Go_ZH_CN - 《Mastering GO》中文译本,《玩转 GO》。
  • DisposaBoy/GoSublime - A Golang plugin collection for SublimeText 3, providing code completion and other IDE-like features.
  • bosun-monitor/bosun - Time Series Alerting Framework
  • gobuffalo/packr - The simple and easy way to embed static files into Go binaries.
  • microcosm-cc/bluemonday - bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub user generated content of XSS
  • StackExchange/dnscontrol - Infrastructure as code for DNS!
  • bouk/monkey - Monkey patching in Go
  • goccy/go-json - Fast JSON encoder/decoder compatible with encoding/json for Go
  • uber-go/nilaway - Static analysis tool to detect potential nil panics in Go code
  • nikoksr/notify - A dead simple Go library for sending notifications to various messaging services.
  • google/go-containerregistry - Go library and CLIs for working with container registries
  • ory/oathkeeper - A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and mutates incoming HTTP(s) requests. Inspired by the BeyondCorp / Zero Trust white paper. Written in Go.
  • oliver006/redis_exporter - Prometheus Exporter for ValKey & Redis Metrics. Supports ValKey and Redis 2.x, 3.x, 4.x, 5.x, 6.x, and 7.x
  • TarsCloud/TarsGo - A high performance microservice framework in golang. A linux foundation project.
  • rogchap/v8go - Execute JavaScript from Go
  • gokrazy/gokrazy - turn your Go program(s) into an appliance running on the Raspberry Pi 3, Pi 4, Pi 5, Pi Zero 2 W, or PCs (x86_64 or ARM64)!
  • pgrok/pgrok - Poor man's ngrok - a multi-tenant HTTP/TCP reverse tunnel solution through SSH remote port forwarding
  • rubenv/sql-migrate - SQL schema migration tool for Go.
  • fagongzi/manba - HTTP API Gateway
  • tus/tusd - Reference server implementation in Go of tus: the open protocol for resumable file uploads
  • connectrpc/connect-go - The Go implementation of Connect: Protobuf RPC that works.
  • arl/statsviz - 🚀 Visualise your Go program runtime metrics in real time in the browser
  • hashicorp/go-memdb - Golang in-memory database built on immutable radix trees
  • alicebob/miniredis - Pure Go Redis server for Go unittests
  • mmatczuk/go-http-tunnel - Fast and secure tunnels over HTTP/2
  • koding/kite - Micro-service framework in Go
  • googleforgames/open-match - Flexible, extensible, and scalable video game matchmaking.
  • Shopify/go-lua - A Lua VM in Go
  • rs/curlie - The power of curl, the ease of use of httpie.
  • justinas/alice - Painless middleware chaining for Go
  • jedib0t/go-pretty - Table-writer and more in golang!
  • nicksnyder/go-i18n - Translate your Go program into multiple languages.
  • mao888/golang-guide - 「Golang学习+面试指南」一份涵盖大部分 Golang程序员所需要掌握的核心知识。准备 Golang面试,首选 GolangGuide!
  • olric-data/olric - Distributed, in-memory key/value store and cache. It can be used as an embedded Go library and a language-independent service.
  • valyala/quicktemplate - Fast, powerful, yet easy to use template engine for Go. Optimized for speed, zero memory allocations in hot paths. Up to 20x faster than html/template
  • chrislusf/glow - Glow is an easy-to-use distributed computation system written in Go, similar to Hadoop Map Reduce, Spark, Flink, Storm, etc. I am also working on another similar pure Go system, https://github.com/chrislusf/gleam , which is more flexible and more performant.
  • simulot/immich-go - An alternative to the immich-CLI command that doesn't depend on nodejs installation. It tries its best for importing google photos takeout archives.
  • knadh/koanf - Simple, extremely lightweight, extensible, configuration management library for Go. Supports JSON, TOML, YAML, env, command line, file, S3 etc. Alternative to viper.
  • thrasher-corp/gocryptotrader - A cryptocurrency trading bot and framework supporting multiple exchanges written in Golang.
  • thewhitetulip/web-dev-golang-anti-textbook - Learn how to write webapps without a framework in Go.
  • glasskube/glasskube - 🧊 The next generation Package Manager for Kubernetes 📦 Featuring a GUI and a CLI. Glasskube packages are dependency aware, GitOps ready and can get automatic updates via a central public package repository.
  • mlogclub/bbs-go - 基于Golang的开源社区系统。简洁对话,高效互动,社区新体验!
  • zalando/skipper - An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress
  • go-gota/gota - Gota: DataFrames and data wrangling in Go (Golang)
  • cristaloleg/go-advice - List of advice and tricks for Go ʕ◔ϖ◔ʔ
  • bwmarrin/snowflake - A simple to use Go (golang) package to generate or parse Twitter snowflake IDs
  • cyclops-ui/cyclops - Developer Friendly Kubernetes 👁️
  • sony/gobreaker - Circuit Breaker implemented in Go
  • aQuaYi/LeetCode-in-Go - Go Solution for LeetCode algorithms problems, 100% coverage.
  • qax-os/goreporter - A Golang tool that does static analysis, unit testing, code review and generate code quality report.
  • eolinker/goku_lite - A Powerful HTTP API Gateway in pure golang!Goku API Gateway (中文名:悟空 API 网关)是一个基于 Golang开发的微服务网关,能够实现高性能 HTTP API 转发、服务编排、多租户管理、API 访问权限控制等目的,拥有强大的自定义插件系统可以自行扩展,并且提供友好的图形化配置界面,能够快速帮助企业进行 API 服务治理、提高 API 服务的稳定性和安全性。
  • DataDog/datadog-agent - Main repository for Datadog Agent
  • golang/crypto - [mirror] Go supplementary cryptography libraries
  • buzzfeed/sso - sso, aka S.S.Octopus, aka octoboi, is a single sign-on solution for securing internal services
  • protocolbuffers/protobuf-go - Go support for Google's protocol buffers
  • sideshow/apns2 - ⚡ HTTP/2 Apple Push Notification Service (APNs) push provider for Go — Send push notifications to iOS, tvOS, Safari and OSX apps, using the APNs HTTP/2 protocol.
  • peak/s5cmd - Parallel S3 and local filesystem execution tool.
  • ClickHouse/clickhouse-go - Golang driver for ClickHouse
  • gorilla/sessions - Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
  • aws/aws-sdk-go-v2 - AWS SDK for the Go programming language.
  • teler-sh/teler - Real-time HTTP Intrusion Detection
  • looplab/fsm - Finite State Machine for Go
  • minio/mc - Unix like utilities for object store
  • jiujuan/go-collection - 🌷 awesome awesome go, study golang from basic to proficient。Go Study Guide。从学习 Go 基础语法和高级特性,到实战项目,再到架构微服务,最后到跑路。
  • nfnt/resize - Pure golang image resizing
  • lindb/lindb - LinDB is a scalable, high performance, high availability distributed time series database.
  • d4l3k/go-pry - An interactive REPL for Go that allows you to drop into your code at any point.
  • asobti/kube-monkey - An implementation of Netflix's Chaos Monkey for Kubernetes clusters
  • vishvananda/netlink - Simple netlink library for go.
  • ashleymcnamara/gophers - Gopher Artwork by Ashley McNamara
  • link1st/gowebsocket - golang基于websocket单台机器支持百万连接分布式聊天(IM)系统
  • lotusirous/go-concurrency-patterns - Concurrency patterns in Go
  • bnb-chain/bsc - A BNB Smart Chain client based on the go-ethereum fork
  • darccio/mergo - Mergo: merging Go structs and maps since 2013
  • felixge/fgprof - 🚀 fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together.
  • montanaflynn/stats - A well tested and comprehensive Golang statistics library package with no dependencies.
  • cloudflare/tableflip - Graceful process restarts in Go
  • pquerna/ffjson - faster JSON serialization for Go
  • samber/mo - 🦄 Monads and popular FP abstractions, powered by Go 1.18+ Generics (Option, Result, Either...)
  • dosco/graphjin - GraphJin - Build NodeJS / GO APIs in 5 minutes not weeks
  • ZenPrivacy/zen-desktop - Simple, free and efficient ad-blocker and privacy guard for Windows, macOS and Linux
  • flosch/pongo2 - Django-syntax like template-engine for Go
  • golang/net - [mirror] Go supplementary network libraries
  • g3n/engine - Go 3D Game Engine (http://g3n.rocks)
  • filecoin-project/lotus - Reference implementation of the Filecoin protocol, written in Go
  • shunfei/cronsun - A Distributed, Fault-Tolerant Cron-Style Job System.
  • xyproto/algernon - Small self-contained pure-Go web server with Lua, Teal, Markdown, Ollama, HTTP/2, QUIC, Redis, SQLite and PostgreSQL support ++
  • goodwithtech/dockle - Container Image Linter for Security, Helping build the Best-Practice Docker Image, Easy to start
  • getkin/kin-openapi - OpenAPI 3.0 (and Swagger v2) implementation for Go (parsing, converting, validation, and more)
  • zegl/kube-score - Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes.
  • wasmerio/wasmer-go - 🐹🕸️ WebAssembly runtime for Go
  • alibaba/sentinel-golang - Sentinel Go enables reliability and resiliency for Go microservices
  • otiai10/gosseract - Go package for OCR (Optical Character Recognition), by using Tesseract C++ library
  • hexops/vecty - Vecty lets you build responsive and dynamic web frontends in Go using WebAssembly, competing with modern web frameworks like React & VueJS.
  • hairyhenderson/gomplate - A flexible commandline tool for template rendering. Supports lots of local and remote datasources.
  • projectdiscovery/proxify - A versatile and portable proxy for capturing, manipulating, and replaying HTTP/HTTPS traffic on the go.
  • LockGit/gochat - goim server write by golang !🚀
  • h2non/bimg - Go package for fast high-level image processing powered by libvips C library
  • flashmob/go-guerrilla - Mini SMTP server written in golang
  • JohannesKaufmann/html-to-markdown - ⚙️ Convert HTML to Markdown. Even works with entire websites and can be extended through rules.
  • yangwenmai/learning-golang - Go 学习之路:Go 开发者博客、Go 微信公众号、Go 学习资料(文档、书籍、视频)
  • mmcloughlin/avo - Generate x86 Assembly with Go
  • motiv-labs/janus - An API Gateway written in Go
  • skip2/go-qrcode - ✨ QR Code encoder (Go)
  • ergochat/ergo - A modern IRC server (daemon/ircd) written in Go.
  • benmanns/goworker - goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers.
  • guptarohit/asciigraph - Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.
  • golang/example - Go example projects
  • uber-go/mock - GoMock is a mocking framework for the Go programming language.
  • FairwindsOps/goldilocks - Get your resource requests "Just Right"
  • olebedev/go-starter-kit - [abandoned] Golang isomorphic react/hot reloadable/redux/css-modules/SSR starter kit
  • unidoc/unipdf - Golang PDF library for creating and processing PDF files (pure go)
  • git-chglog/git-chglog - CHANGELOG generator implemented in Go (Golang).
  • charmbracelet/glamour - Stylesheet-based markdown rendering for your CLI apps 💇🏻‍♀️
  • justjanne/powerline-go - A beautiful and useful low-latency prompt for your shell, written in go
  • campoy/go-tooling-workshop - A workshop covering all the tools gophers use in their day to day life
  • rs/cors - Go net/http configurable handler to handle CORS requests
  • ua-nick/Data-Structures-and-Algorithms - Data Structures and Algorithms implementation in Go
  • cherish-chat/xxim-server - 惺惺 —— 属于你的社交地盘!惺惺是一个100%开源社交平台,每个人都可以搭建自己的服务器,掌握数据的所有权。此APP非盈利项目!
  • u-root/u-root - A fully Go userland with Linux bootloaders! u-root can create a one-binary root file system (initramfs) containing a busybox-like set of tools written in Go.
  • hpcloud/tail - Go package for reading from continously updated files (tail -f)
  • Narasimha1997/fake-sms - A simple command line tool using which you can skip phone number based SMS verification by using a temporary phone number that acts like a proxy.
  • shiyanhui/dht - BitTorrent DHT Protocol && DHT Spider.
  • ssut/payload-dumper-go - an android OTA payload dumper written in Go
  • pseudomuto/protoc-gen-doc - Documentation generator plugin for Google Protocol Buffers
  • go-mgo/mgo - The MongoDB driver for Go. UNMAINTAINED - SEE BELOW
  • yourselfhosted/slash - An open source, self-hosted platform for sharing and managing your most frequently used links. Easily create customizable, human-readable shortcuts to streamline your link management.
  • jordan-wright/email - Robust and flexible email library for Go
  • go-chassis/go-chassis - a cloud native application framework for Go with rich eco-system
  • HouzuoGuo/tiedot - A rudimentary implementation of a basic document (NoSQL) database in Go
  • elastic/cloud-on-k8s - Elastic Cloud on Kubernetes
  • LyricTian/gin-admin - A lightweight, flexible, elegant and full-featured RBAC scaffolding based on GIN + GORM 2.0 + Casbin 2.0 + Wire DI.基于 Golang + Gin + GORM 2.0 + Casbin 2.0 + Wire DI 的轻量级、灵活、优雅且功能齐全的 RBAC 脚手架。
  • 0xDkd/auxpi - 🍭 集合多家 API 的新一代图床
  • geziyor/geziyor - Geziyor, blazing fast web crawling & scraping framework for Go. Supports JS rendering.
  • signintech/gopdf - A simple library for generating PDF written in Go lang
  • rtr7/router7 - router7 is a small home internet router completely written in Go. It is implemented as a gokrazy appliance.
  • jaeles-project/gospider - Gospider - Fast web spider written in Go
  • spegel-org/spegel - Stateless cluster local OCI registry mirror.
  • erda-project/erda - An enterprise-grade Cloud-Native application platform for Kubernetes.
  • RoaringBitmap/roaring - Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog
  • create-go-app/cli - ✨ A complete and self-contained solution for developers of any qualification to create a production-ready project with backend (Go), frontend (JavaScript, TypeScript) and deploy automation (Ansible, Docker) by running only one CLI command.
  • mmcdole/gofeed - Parse RSS, Atom and JSON feeds in Go
  • go-jira/jira - simple jira command line client in Go
  • studygolang/studygolang - Go 语言中文网 | Golang中文社区 | Go语言学习园地 源码
  • ChimeraCoder/gojson - Automatically generate Go (golang) struct definitions from example JSON
  • charmbracelet/log - A minimal, colorful Go logging library 🪵
  • luk4z7/go-concurrency-guide - Practical concurrency guide in Go, communication by channels, patterns
  • avast/retry-go - Simple golang library for retry mechanism
  • bluele/gcache - An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC
  • minio/minio-go - MinIO Go client SDK for S3 compatible object storage
  • gojek/heimdall - An enhanced HTTP client for Go
  • playwright-community/playwright-go - Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
  • jessevdk/go-flags - go command line option parser
  • go-ego/gse - Go efficient multilingual NLP and text segmentation; support English, Chinese, Japanese and others.
  • corazawaf/coraza - OWASP Coraza WAF is a golang modsecurity compatible web application firewall library
  • unknwon/go-web-foundation - 《Go Web 基础》是一套针对 Google 出品的 Go 语言的视频语音教程,主要面向完成《Go 编程基础》教程后希望进一步了解有关 Go Web 开发的学习者。
  • xeipuuv/gojsonschema - An implementation of JSON Schema, draft v4 v6 & v7 - Go language
  • redis/rueidis - A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.
  • aptly-dev/aptly - aptly - Debian repository management tool
  • mikespook/Learning-Go-zh-cn - 一本学习 Go 语言的免费电子书。
  • eko/gocache - ☔️ A complete Go cache library that brings you multiple ways of managing your caches
  • pibigstar/go-demo - Go语言实例教程从入门到进阶,包括基础库使用、设计模式、面试易错点、工具类、对接第三方等
  • gavv/httpexpect - End-to-end HTTP and REST API testing for Go.
  • xiaonanln/goworld - Scalable Distributed Game Server Engine with Hot Swapping in Golang
  • ayn2op/discordo - A lightweight, secure, and feature-rich Discord terminal (TUI) client.
  • chanxuehong/wechat - weixin/wechat/微信公众平台/微信企业号/微信商户平台/微信支付 go/golang sdk
  • awnumar/memguard - Secure software enclave for storage of sensitive information in memory.
  • Humpheh/goboy - Multi-platform Nintendo Game Boy Color emulator written in Go
  • alecthomas/kong - Kong is a command-line parser for Go
  • nsqio/go-nsq - The official Go package for NSQ
  • apache/cassandra-gocql-driver - GoCQL Driver for Apache Cassandra®
  • glauth/glauth - A lightweight LDAP server for development, home use, or CI
  • gopher-os/gopher-os - A proof of concept OS kernel written in Go
  • liftbridge-io/liftbridge - Lightweight, fault-tolerant message streams.
  • tebeka/selenium - Selenium/Webdriver client for Go
  • donknap/dpanel - 轻量化 docker 可视化管理面板。lightweight panel for docker
  • bits-and-blooms/bloom - Go package implementing Bloom filters, used by Milvus and Beego.
  • gothinkster/golang-gin-realworld-example-app - Exemplary real world application built with Golang + Gin
  • aandrew-me/tgpt - AI Chatbots in terminal without needing API keys
  • hyper0x/Golang_Puzzlers - An example project, for my column named "Core Golang - 36 lessons"
  • FloatTech/ZeroBot-Plugin - 基于 ZeroBot 的 OneBot 插件
  • raviqqe/muffet - Fast website link checker in Go
  • pquerna/otp - TOTP library for Go
  • astaxie/bat - Go implement CLI, cURL-like tool for humans
  • mattn/goreman - foreman clone written in go language
  • tidwall/sjson - Set JSON values very quickly in Go
  • google/cel-go - Fast, portable, non-Turing complete expression evaluation with gradual typing (Go)
  • mikestefanello/pagoda - Rapid, easy full-stack web development starter kit and admin panel in Go
  • andeya/erpc - An efficient, extensible and easy-to-use RPC framework.
  • FeatureBaseDB/featurebase - A crazy fast analytical database, built on bitmaps. Perfect for ML applications. Learn more at: http://docs.featurebase.com/. Start a Docker instance: https://hub.docker.com/r/featurebasedb/featurebase
  • doug-martin/goqu - SQL builder and query library for golang
  • coreos/go-systemd - Go bindings to systemd socket activation, journal, D-Bus, and unit files
  • yanyiwu/gojieba - "结巴"中文分词的Golang版本
  • akiyosi/goneovim - A GUI frontend for neovim.
  • minishift/minishift - Run OpenShift 3.x locally | This project does not see active developement and maintenance.
  • mailgun/godebug - DEPRECATED! https://github.com/derekparker/delve
  • lesismal/nbio - Pure Go 1000k+ connections solution, support tls/http1.x/websocket and basically compatible with net/http, with high-performance and low memory cost, non-blocking, event-driven, easy-to-use.
  • vmihailenco/msgpack - msgpack.org[Go] MessagePack encoding for Golang
  • hashicorp/terraform-provider-google - Terraform Provider for Google Cloud Platform
  • gocraft/work - Process background jobs in Go
  • google/starlark-go - Starlark in Go: the Starlark configuration language, implemented in Go
  • galeone/tfgo - Tensorflow + Go, the gopher way
  • docker/libchan - Like Go channels over the network
  • gpmgo/gopm - Go Package Manager (gopm) is a package manager and build tool for Go.
  • hashicorp/go-multierror - A Go (golang) package for representing a list of errors as a single error.
  • yunabe/lgo - Interactive Go programming with Jupyter
  • pksunkara/alpaca - Given a web API, Generate client libraries in node, php, python, ruby
  • dolthub/go-mysql-server - A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go.
  • charmbracelet/charm - The Charm Tool and Library 🌟
  • novalagung/dasarpemrogramangolang - 📖 Source Code Website/Ebook Dasar Pemrograman Golang
  • lovoo/goka - Goka is a compact yet powerful distributed stream processing library for Apache Kafka written in Go.
  • cucumber/godog - Cucumber for golang
  • xanzy/go-gitlab - GitLab Go SDK
  • goraft/raft - UNMAINTAINED: A Go implementation of the Raft distributed consensus protocol.
  • marcusolsson/goddd - Exploring DDD in Go
  • GeertJohan/go.rice - go.rice is a Go package that makes working with resources such as html,js,css,images,templates, etc very easy.
  • briandowns/spinner - Go (golang) package with 90 configurable terminal spinner/progress indicators.
  • target/goalert - Open source on-call scheduling, automated escalations, and notifications so you never miss a critical alert
  • gocelery/gocelery - Celery Distributed Task Queue in Go
  • ory/ladon - A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies. Written for Go.
  • envoyproxy/ratelimit - Go/gRPC service designed to enable generic rate limit scenarios from different types of applications.
  • kisielk/errcheck - errcheck checks that you checked errors.
  • SpectoLabs/hoverfly - Lightweight service virtualization/ API simulation / API mocking tool for developers and testers
  • 8treenet/freedom - Freedom是一个基于六边形架构的框架,可以支撑充血的领域模型范式。
  • vbauerster/mpb - multi progress bar for Go cli applications
  • xxjwxc/gormt - database to golang struct
  • ory/fosite - Extensible security first OAuth 2.0 and OpenID Connect SDK for Go.
  • dominant-strategies/go-quai - Official Go Implementation of the Quai Network
  • giongto35/cloud-game - Web-based Cloud Gaming service for Retro Game
  • katzien/go-structure-examples - Examples for my talk on structuring go apps
  • vmware/govmomi - Go library for the VMware vSphere API
  • valyala/fastjson - Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection
  • yassinebenaid/bunster - Compile shell scripts to static binaries.
  • noahgorstein/jqp - A TUI playground to experiment with jq
  • atomix/atomix - A Kubernetes toolkit for building distributed applications using cloud native principles
  • LeanerCloud/AutoSpotting - Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.
  • jpillora/overseer - Monitorable, gracefully restarting, self-upgrading binaries in Go (golang)
  • fatih/gomodifytags - Go tool to modify struct field tags
  • go-ldap/ldap - Basic LDAP v3 functionality for the GO programming language.
  • ying32/govcl - Cross-platform Go/Golang GUI library.
  • thomiceli/opengist - Self-hosted pastebin powered by Git, open-source alternative to Github Gist.
  • goreleaser/nfpm - nFPM is Not FPM - a simple deb, rpm, apk, ipk, and arch linux packager written in Go
  • taoshihan1991/go-fly - 开源在线客服系统GO语言开发GO-FLY,免费在线客服系统/open source self-hosted private cloud customer support live chat software by golang
  • alexedwards/scs - HTTP Session Management for Go
  • bemasher/rtlamr - An rtl-sdr receiver for Itron ERT compatible smart meters operating in the 900MHz ISM band.
  • go-eagle/eagle - 🦅 A Go framework for the API or Microservice
  • unrolled/secure - HTTP middleware for Go that facilitates some quick security wins.
  • birdayz/kaf - Modern CLI for Apache Kafka, written in Go.
  • goplus/gop - The Go+ programming language is designed for engineering, STEM education, and data science. Our vision is to enable everyone to become a builder of the world.
  • xo/xo - Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server
  • EasyDarwin/EasyDarwin - open source、high performance、industrial rtsp streaming server,a lot of optimization on streaming relay,KeyFrame cache,RESTful,and web management,also EasyDarwin support distributed load balancing,a simple streaming media cloud platform architecture.高性能开源RTSP流媒体服务器,基于go语言研发,维护和优化:RTSP推模式转发、RTSP拉模式转发、录像、检索、回放、关键帧缓存、秒开画面、RESTful接口、WEB后台管理、分布式负载均衡,基于EasyDarwin构建出了一套基础的流媒体云视频平台架构!
  • spaceandtimelabs/SxT-Go-SDK - GO based SDK for interacting with the Space and Time API.
  • prysmaticlabs/prysm - Go implementation of Ethereum proof of stake
  • buraksezer/olric - Distributed, in-memory key/value store and cache. It can be used as an embedded Go library and a language-independent service.
  • anfragment/zen - Simple, free and efficient ad-blocker and privacy guard for Windows, macOS and Linux
  • mattes/migrate - Database migrations. CLI and Golang library.
  • shen100/wemall - 基于react, node.js, go开发的微商城(含微信小程序)
  • eapache/go-resiliency - Resiliency patterns for golang
  • arachnys/athenapdf - Drop-in replacement for wkhtmltopdf built on Go, Electron and Docker
  • dreamans/syncd - syncd是一款开源的代码部署工具,它具有简单、高效、易用等特点,可以提高团队的工作效率.
  • icexin/eggos - A Go unikernel running on x86 bare metal
  • cycloidio/terracognita - Reads from existing public and private cloud providers (reverse Terraform) and generates your infrastructure as code on Terraform configuration
  • OdyseeTeam/chainquery - Chainquery parses and syncs the LBRY blockchain data into structured SQL
  • steebchen/prisma-client-go - Prisma Client Go is an auto-generated and fully type-safe database client
  • terrastruct/d2 - D2 is a modern diagram scripting language that turns text to diagrams.
  • dgraph-io/badger - Fast key-value DB in Go.
  • yuaotian/go-cursor-help - 解决Cursor在免费订阅期间出现以下提示的问题: You've reached your trial request limit. / Too many free trial accounts used on this machine. Please upgrade to pro. We have this limit in place to prevent abuse. Please let us know if you believe this is a mistake.
  • dgraph-io/ristretto - A high performance memory-bound Go cache
  • dgraph-io/dgraph - The database for modern applications. Common use cases: knowledge graphs for AI, fraud detection, personalization, and search. Built and maintained by @HypermodeInc.
  • apache/incubator-answer - A Q&A platform software for teams at any scales. Whether it's a community forum, help center, or knowledge management platform, you can always count on Apache Answer.
  • nikitavoloboev/go - Go tools, libraries and other code
  • nginxinc/kubernetes-ingress - NGINX and NGINX Plus Ingress Controllers for Kubernetes
  • YaoApp/yao - Yao is an all-in-one application engine that enables developers to create web apps, REST APIs, enterprise apps, and more, with AI as a seamless collaborator.
  • casbin/casbin - An authorization library that supports access control models like ACL, RBAC, ABAC in Golang: https://discord.gg/S5UjpzGZjN
  • casdoor/casdoor - An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, RADIUS, Google Workspace, Active Directory and Kerberos
  • redpanda-data/console - Redpanda Console is a developer-friendly UI for managing your Kafka/Redpanda workloads. Console gives you a simple, interactive approach for gaining visibility into your topics, masking data, managing consumer groups, and exploring real-time data with time-travel debugging.
  • harness/gitness - Gitness is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery.
  • gernest/utron - A lightweight MVC framework for Go(Golang)
  • bilibili/overlord - Overlord是哔哩哔哩基于Go语言编写的memcache和redis&cluster的代理及集群管理功能,致力于提供自动化高可用的缓存服务解决方案。
  • thedevsaddam/gojsonq - A simple Go package to Query over JSON/YAML/XML/CSV Data
  • stianeikeland/go-rpio - 🔌 Raspberry Pi GPIO library for go-lang
  • praetorian-inc/gokart - A static analysis tool for securing Go code
  • fsouza/go-dockerclient - Go client for the Docker Engine API.
  • V4NSH4J/discord-mass-DM-GO - The most powerful Discord selfbot written in GO allowing users to automate their campaigns & send low-cost mass messages to Discord users!
  • cosmos72/gomacro - Interactive Go interpreter and debugger with REPL, Eval, generics and Lisp-like macros
  • anaskhan96/soup - Web Scraper in Go, similar to BeautifulSoup
  • rexray/rexray - REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads
  • tidwall/redcon - Redis compatible server framework for Go
  • onsi/gomega - Ginkgo's Preferred Matcher Library
  • constabulary/gb - gb, the project based build tool for Go
  • sevlyar/go-daemon - A library for writing system daemons in golang.
  • ajstarks/svgo - Go Language Library for SVG generation
  • golang/proposal - Go Project Design Documents
  • nhooyr/websocket - Minimal and idiomatic WebSocket library for Go
  • Pradumnasaraf/DevOps - I created this repository to keep my learning, notes, and code in one place for various tools in DevOps. Now, it's helping thousands of learners, practitioners, and professionals every day in their DevOps journey.
  • go-micro/go-micro - A Go microservices framework
  • cosmtrek/air - ☁️ Live reload for Go apps
  • benthosdev/benthos - Fancy stream processing made operationally mundane
  • deepmap/oapi-codegen - Generate Go client and server boilerplate from OpenAPI 3 specifications
  • progrium/macdriver - Native Mac APIs for Go. Soon to be renamed DarwinKit!
  • kitabisa/teler - Real-time HTTP Intrusion Detection
  • keyval-dev/odigos - Distributed tracing without code changes. 🚀 Instantly monitor any application using OpenTelemetry and eBPF
  • tellerops/teller - Cloud native secrets management for developers - never leave your command line for secrets.
  • gocql/gocql - Package gocql implements a fast and robust Cassandra client for the Go programming language.
  • ddosify/ddosify - Effortless Kubernetes Monitoring and Performance Testing. Available on CLI, Self-Hosted, and Cloud
  • confluentinc/confluent-kafka-go - Confluent's Apache Kafka Golang client
  • google/google-ctf - Google CTF
  • teamhanko/hanko - Auth and user management for the passkey era
  • jmorganca/ollama - Get up and running with Llama 2, Mistral, and other large language models locally.
  • golang-module/carbon - A simple, semantic and developer-friendly golang package for time
  • casbin/casdoor - An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA and RADIUS
  • megaease/easegress - A Cloud Native traffic orchestration system
  • antonmedv/expr - Expression language and expression evaluation for Go
  • ConnectAI-E/Feishu-OpenAI - 🎒 飞书 ×(GPT-4 + DALL·E + Whisper)= 飞一般的工作体验 🚀 语音对话、角色扮演、多话题讨论、图片创作、表格分析、文档导出 🚀
  • profclems/glab - The GitLab CLI tool. Archived: now officially adopted by GitLab as the official CLI tool and maintained at https://gitlab.com/gitlab-org/cli. See profclems/glab#983
  • marcusolsson/tui-go - A UI library for terminal applications.
  • francoispqt/gojay - high performance JSON encoder/decoder with stream API for Golang
  • bxcodec/faker - Go (Golang) Fake Data Generator for Struct. [Notes]This repository is archived, moved to the new repository https://github.com/go-faker/faker
  • Terry-Mao/gopush-cluster - Golang push server cluster
  • rcrowley/goagain - Zero-downtime restarts in Go
  • census-instrumentation/opencensus-go - A stats collection and distributed tracing framework
  • fogleman/pt - A path tracer written in Go.
  • RichardKnop/go-oauth2-server - A standalone, specification-compliant, OAuth2 server written in Golang.
  • gosuri/uiprogress - A go library to render progress bars in terminal applications
  • ajvb/kala - Modern Job Scheduler
  • sipt/shuttle - A web proxy in Golang with amazing features.
  • inconshreveable/go-update - Build self-updating Golang programs
  • zachlatta/sshtron - $ ssh sshtron.zachlatta.com
  • pierrre/imageserver - Image server toolkit in Go
  • src-d/gitbase - SQL interface to git repositories, written in Go. https://docs.sourced.tech/gitbase
  • sheepla/pingu - 🐧ping command but with pingu
  • giorgisio/goav - Golang bindings for FFmpeg (This repository is no longer maintained)
  • cdarwin/go-koans - koans for go
  • StephenGrider/GoCasts - Companion Repo to https://www.udemy.com/go-the-complete-developers-guide/
  • mattn/go-gtk - Go binding for GTK
  • PuerkitoBio/gocrawl - Polite, slim and concurrent web crawler.
  • muesli/cache2go - Concurrency-safe Go caching library with expiration capabilities and access counters
  • aws/amazon-ecs-agent - Amazon Elastic Container Service Agent
  • howeyc/fsnotify - File system notification for Go
  • elliotchance/c2go - ⚖️ A tool for transpiling C to Go.
  • levigross/grequests - A Go "clone" of the great and famous Requests library
  • filecoin-project/venus - Filecoin Full Node Implementation in Go
  • chzyer/readline - Readline is a pure go(golang) implementation for GNU-Readline kind library
  • Rhymen/go-whatsapp - WhatsApp Web API
  • skynetservices/skynet-archive - Skynet is a framework for distributed services in Go.
  • trufflesecurity/trufflehog - Find and verify credentials
  • answerdev/answer - A Q&A platform software for teams at any scales. Whether it’s a community forum, help center, or knowledge management platform, you can always count on Answer.
  • harness/drone - Drone is a Container-Native, Continuous Delivery Platform
  • influxdata/influxdb - Scalable datastore for metrics, events, and real-time analytics
  • OpenIMSDK/Open-IM-Server - IM即时通讯
  • kyleconroy/sqlc - Generate type-safe code from SQL
  • Shopify/sarama - Sarama is a Go library for Apache Kafka.
  • ofabry/go-callvis - Visualize call graph of a Go program using Graphviz
  • ConsenSys/quorum - A permissioned implementation of Ethereum supporting data privacy
  • tianon/gosu - Simple Go-based setuid+setgid+setgroups+exec
  • lxc/lxd - Powerful system container and virtual machine manager
  • github/hub - A command-line tool that makes git easier to use with GitHub.
  • flower-corp/rosedb - 🚀 A high performance NoSQL database based on bitcask, supports string, list, hash, set, and sorted set.
  • aler9/mediamtx - Also known as rtsp-simple-server. ready-to-use RTSP / RTMP / LL-HLS / WebRTC server and proxy that allows to read, publish and proxy video and audio streams.
  • alibaba/pouch - An Efficient Enterprise-class Container Engine
  • xxjwxc/uber_go_guide_cn - Uber Go 语言编码规范中文版. The Uber Go Style Guide .
  • livebud/bud - The Full-Stack Web Framework for Go
  • kylesliu/awesome-golang-algorithm - 📝 LeetCode of algorithms with golang solution(updating).
  • imdario/mergo - Mergo: merging Go structs and maps since 2013
  • kabukky/journey - A blog engine written in Go, compatible with Ghost themes.
  • rendora/rendora - dynamic server-side rendering using headless Chrome to effortlessly solve the SEO problem for modern javascript websites
  • go-qml/qml - QML support for the Go language
  • divan/expvarmon - TermUI based monitor for Go apps using expvars (/debug/vars). Quickest way to monitor your Go app(s).
  • bufbuild/connect-go - Simple, reliable, interoperable. A better gRPC.
  • vulcand/oxy - Go middlewares for HTTP servers & proxies
  • gotk3/gotk3 - Go bindings for GTK3
  • goadapp/goad - Goad is an AWS Lambda powered, highly distributed, load testing tool
  • takama/daemon - A daemon package for use with Go (golang) services
  • pkg/profile - Simple profiling for Go
  • openacid/slim - Surprisingly space efficient trie in Golang(11 bits/key; 100 ns/get).
  • Azure/golua - A Lua 5.3 engine implemented in Go
  • smallnest/go-web-framework-benchmark - ⚡ Go web framework benchmark
  • GoBelieveIO/im_service - golang im server
  • gojp/goreportcard - A report card for your Go application
  • libgit2/git2go - Git to Go; bindings for libgit2. Like McDonald's but tastier.
  • yyyar/gobetween - ☁️ Modern & minimalistic load balancer for the Сloud era
  • arnauddri/algorithms - Algorithms & Data Structures in Go
  • zinclabs/zincsearch - ZincSearch . A lightweight alternative to elasticsearch that requires minimal resources, written in Go.
  • zricethezav/gitleaks - Protect and discover secrets using Gitleaks 🔑
  • OWASP/Amass - In-depth Attack Surface Mapping and Asset Discovery
  • aler9/rtsp-simple-server - ready-to-use RTSP / RTMP / LL-HLS / WebRTC server and proxy that allows to read, publish and proxy video and audio streams. Also known as MediaMTX
  • bcicen/grmon - Command line monitoring for goroutines
  • oniony/TMSU - TMSU lets you tags your files and then access them through a nifty virtual filesystem from any other application.
  • banzaicloud/bank-vaults - A Vault swiss-army knife: a K8s operator, Go client with automatic token renewal, automatic configuration, multiple unseal options and more. A CLI tool to init, unseal and configure Vault (auth methods, secret engines). Direct secret injection into Pods.
  • hu17889/go_spider - [爬虫框架 (golang)] An awesome Go concurrent Crawler(spider) framework. The crawler is flexible and modular. It can be expanded to an Individualized crawler easily or you can use the default crawl components only.
  • h2non/gock - HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽
  • zinclabs/zinc - ZincSearch (Classic). A lightweight alternative to elasticsearch that requires minimal resources, written in Go.
  • overnote/over-golang - Golang相关:[审稿进度80%]Go语法、Go并发思想、Go与web开发、Go微服务设施等
  • mkchoi212/fac - Easy-to-use CUI for fixing git conflicts
  • icexin/gocraft - A Minecraft like game written in go
  • golang-china/go2-book - 📚 《Go2编程指南》开源图书,重点讲解Go2新特性,以及Go1教程中较少涉及的特性
  • betty200744/ultimate-go - This repo contains my notes on working with Go and computer systems.
  • go-redis/redis - Type-safe Redis client for Golang
  • lucas-clemente/quic-go - A QUIC implementation in pure go
  • vmware-tanzu/octant - Highly extensible platform for developers to better understand the complexity of Kubernetes clusters.
  • rudderlabs/rudder-server - Privacy and Security focused Segment-alternative, in Golang and React
  • 0xAX/go-algorithms - Algorithms and data structures for golang
  • faiface/beep - A little package that brings sound to any Go application. Suitable for playback and audio-processing.
  • op/go-logging - Golang logging library
  • google/periph - Go·Hardware·Lean
  • cloudflare/gokey - A simple vaultless password manager in Go
  • docker-slim/docker-slim - DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)
  • austingebauer/go-leetcode - A collection of 100+ popular LeetCode problems solved in Go.
  • 40t/go-sniffer - 🔎Sniffing and parsing mysql,redis,http,mongodb etc protocol. 抓包截取项目中的数据库请求并解析成相应的语句。
  • kjk/notionapi - Unofficial Go API for Notion.so
  • gocraft/dbr - Additions to Go's database/sql for super fast performance and convenience.
  • ava-labs/avalanchego - Go implementation of an Avalanche node.
  • monkeyWie/gopeed - High speed downloader that supports all platforms.
  • cloudutil/AutoSpotting - Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.
  • brutella/hc - hc is a lightweight framework to develop HomeKit accessories in Go.
  • akutz/go-generics-the-hard-way - A hands-on approach to getting started with Go generics.
  • sourcegraph/appdash - Application tracing system for Go, based on Google's Dapper.
  • perlin-network/noise - A decentralized P2P networking stack written in Go.
  • thoas/picfit - An image resizing server written in Go
  • bradfitz/http2 - old repo for HTTP/2 support for Go (see README for new home)
  • mop-tracker/mop - Stock market tracker for hackers.
  • aelsabbahy/goss - Quick and Easy server testing/validation
  • livekit/livekit - Scalable, high-performance WebRTC SFU. SDKs in JavaScript, React, React Native, Flutter, Swift, Kotlin, Unity/C#, Go, Ruby and Node.
  • monkeyWie/gopeed-core - A fast download client,support HTTP&P2P.

About

A curated list of awesome Go frameworks, libraries and software.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 18