Skip to content

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

Notifications You must be signed in to change notification settings

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
  • 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.
  • ollama/ollama - Get up and running with Llama 3, Mistral, Gemma, and other large language models.
  • moby/moby - The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
  • junegunn/fzf - 🌸 A command-line fuzzy finder
  • syncthing/syncthing - Open Source Continuous File Synchronization
  • caddyserver/caddy - Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
  • traefik/traefik - The Cloud Native Application Proxy
  • 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
  • minio/minio - The Object Store for AI Data Infrastructure
  • 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
  • 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
  • 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
  • spf13/cobra - A Commander for modern Go CLI interactions
  • pingcap/tidb - TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://www.pingcap.com/tidb-serverless/
  • go-gorm/gorm - The fantastic ORM library for Golang, aims to be developer friendly
  • coreybutler/nvm-windows - A node.js version management utility for Windows. Ironically written in Go.
  • unknwon/the-way-to-go_ZH_CN - 《The Way to Go》中文译本,中文正式名《Go 入门指南》
  • docker/compose - Define and run multi-container applications with Docker
  • halfrost/LeetCode-Go - ✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
  • gofiber/fiber - ⚡️ Express inspired web framework written in Go
  • harness/gitness - Gitness is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery.
  • beego/beego - beego is an open-source, high-performance web framework for the Go programming language.
  • hashicorp/vault - A tool for secrets management, encryption as a service, and privileged access management
  • 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.
  • cockroachdb/cockroach - CockroachDB - the open source, cloud-native distributed SQL database.
  • labstack/echo - High performance, minimalist Go web framework
  • kubernetes/minikube - Run Kubernetes locally
  • usememos/memos - An open source, lightweight note-taking service. Easily capture and share your great thoughts.
  • zeromicro/go-zero - A cloud-native Go microservices framework with cli tool for productivity.
  • go-kit/kit - A standard library for microservices.
  • spf13/viper - Go configuration with fangs
  • iawia002/lux - 👾 Fast and simple video download library and CLI tool written in Go
  • derailed/k9s - 🐶 Kubernetes CLI To Manage Your Clusters In Style!
  • 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 🚀
  • charmbracelet/bubbletea - A powerful little TUI framework 🏗
  • nsqio/nsq - A realtime distributed messaging platform
  • tmrts/go-patterns - Curated list of Go design patterns, recipes and idioms
  • sirupsen/logrus - Structured, pluggable logging for Go.
  • restic/restic - Fast, secure, efficient backup program
  • zyedidia/micro - A modern and intuitive terminal-based text editor
  • grafana/k6 - A modern load testing tool, using Go and JavaScript - https://k6.io
  • fyne-io/fyne - Cross platform GUI toolkit in Go inspired by Material Design
  • tsenart/vegeta - HTTP load testing tool and library. It's over 9000!
  • wailsapp/wails - Create beautiful applications using Go
  • mislav/hub - A command-line tool that makes git easier to use with GitHub.
  • go-kratos/kratos - Your ultimate Go microservices framework for the cloud-native era.
  • gocolly/colly - Elegant Scraper and Crawler Framework for Golang
  • stretchr/testify - A toolkit with common assertions and mocks that plays nicely with the standard library
  • go-delve/delve - Delve is a debugger for the Go programming language.
  • urfave/cli - A simple, fast, and fun package for building command line apps in Go
  • aquasecurity/trivy - Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more
  • go-micro/go-micro - A Go microservices framework
  • quii/learn-go-with-tests - Learn Go with test-driven development
  • gorilla/websocket - Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go.
  • valyala/fasthttp - Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
  • uber-go/zap - Blazing fast, structured, leveled logging in Go.
  • flipped-aurora/gin-vue-admin - 🚀Vite+Vue3+Gin的开发基础平台,支持TS和JS混用。它集成了JWT鉴权、权限管理、动态路由、显隐可控组件、分页封装、多点登录拦截、资源权限、上传下载、代码生成器、表单生成器和可配置的导入导出等开发必备功能。
  • gorilla/mux - Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍
  • pulumi/pulumi - Pulumi - Infrastructure as Code in any programming language 🚀
  • dgraph-io/dgraph - The high-performance database for modern applications
  • grpc/grpc-go - The Go language implementation of gRPC. HTTP/2 based RPC
  • redis/go-redis - Redis Go client
  • yudai/gotty - Share your terminal as a web application
  • inancgumus/learngo - ❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.
  • 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)
  • 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.
  • 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
  • go-chi/chi - lightweight, idiomatic and composable router for building Go HTTP services
  • XIU2/CloudflareSpeedTest - 🌩「自选优选 IP」测试 Cloudflare CDN 延迟和速度,获取最快 IP !当然也支持其他 CDN / 网站 IP ~
  • casbin/casbin - An authorization library that supports access control models like ACL, RBAC, ABAC in Golang: https://discord.gg/S5UjpzGZjN
  • gravitational/teleport - The easiest, and most secure way to access and protect all of your infrastructure.
  • zincsearch/zincsearch - ZincSearch . A lightweight alternative to elasticsearch that requires minimal resources, written in Go.
  • julienschmidt/httprouter - A high performance HTTP request router that scales well
  • terrastruct/d2 - D2 is a modern diagram scripting language that turns text to diagrams.
  • ipfs/kubo - An IPFS implementation in Go
  • go-playground/validator - 💯Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
  • cosmtrek/air - ☁️ Live reload for Go apps
  • emirpasic/gods - GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
  • samber/lo - 💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)
  • kubernetes/kops - Kubernetes Operations (kOps) - Production Grade k8s Installation, Upgrades and Management
  • wtfutil/wtf - The personal information dashboard for your terminal
  • FiloSottile/age - A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
  • gitleaks/gitleaks - Protect and discover secrets using Gitleaks 🔑
  • 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。
  • ginuerzh/gost - GO Simple Tunnel - a simple tunnel written in golang
  • ory/hydra - OpenID Certified™ OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API security for your infrastructure. SDKs for any language. Works with Hardware Security Modules. Compatible with MITREid.
  • ent/ent - An entity framework for Go
  • rqlite/rqlite - The lightweight, distributed relational database built on SQLite.
  • hoanhan101/ultimate-go - The Ultimate Go Study Guide
  • nats-io/nats-server - High-Performance server for NATS.io, the cloud and edge native messaging system.
  • 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动手写/从零实现系列
  • cayleygraph/cayley - An open-source graph database
  • TheAlgorithms/Go - Algorithms and Data Structures implemented in Go for beginners, following best practices.
  • golangci/golangci-lint - Fast linters runner for Go
  • tinygo-org/tinygo - Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
  • go-sql-driver/mysql - Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
  • golang-migrate/migrate - Database migrations. CLI and Golang library.
  • boltdb/bolt - An embedded key/value database for Go.
  • tidwall/gjson - Get JSON values quickly - JSON parser for Go
  • PuerkitoBio/goquery - A little like that j-thing, only in Go.
  • dgraph-io/badger - Fast key-value DB in Go.
  • goreleaser/goreleaser - Deliver Go binaries as fast and easily as possible
  • openimsdk/open-im-server - IM Chat
  • json-iterator/go - A high-performance 100% compatible drop-in replacement of "encoding/json"
  • revel/revel - A high productivity, full-stack web framework for the Go language.
  • CodisLabs/codis - Proxy based Redis cluster solution supporting pipeline and scaling dynamically
  • golang/dep - Go dependency management tool experiment (deprecated)
  • pion/webrtc - Pure Go implementation of the WebRTC API
  • halfrost/Halfrost-Field - ✍🏻 这里是写博客的地方 —— Halfrost-Field 冰霜之地
  • thanos-io/thanos - Highly available Prometheus setup with long term storage capabilities. A CNCF Incubating project.
  • robfig/cron - a cron library for go
  • git-lfs/git-lfs - Git extension for versioning large files
  • gopherjs/gopherjs - A compiler from Go to JavaScript for running Go code in a browser
  • google/wire - Compile-time Dependency Injection for Go
  • fogleman/primitive - Reproducing images with geometric primitives.
  • panjf2000/ants - 🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go./ ants 是一个高性能且低损耗的 goroutine 池。
  • micro/micro - A Go service development platform
  • coredns/coredns - CoreDNS is a DNS server that chains plugins
  • talkgo/night - Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。
  • ardanlabs/gotraining - Go Training Class Material :
  • 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.
  • go-martini/martini - Classy web framework for Go
  • tinode/chat - Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
  • ffuf/ffuf - Fast web fuzzer written in Go
  • owasp-amass/amass - In-depth attack surface mapping and asset discovery
  • sqlc-dev/sqlc - Generate type-safe code from SQL
  • IBM/sarama - Sarama is a Go library for Apache Kafka.
  • gogf/gf - GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang.
  • 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 订阅版:https://antd.go-admin.pro
  • crawlab-team/crawlab - Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架
  • dgrijalva/jwt-go - ARCHIVE - Golang implementation of JSON Web Tokens (JWT). This project is now maintained at:
  • gophish/gophish - Open-Source Phishing Toolkit
  • future-architect/vuls - Agent-less vulnerability scanner for Linux, FreeBSD, Container, WordPress, Programming language libraries, Network devices
  • OpenDiablo2/OpenDiablo2 - An open source re-implementation of Diablo 2
  • 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
  • google/grumpy - Grumpy is a Python to Go source code transcompiler and runtime.
  • asciimoo/wuzz - Interactive cli tool for HTTP inspection
  • Jguer/yay - Yet another Yogurt - An AUR Helper written in Go
  • Shopify/toxiproxy - ⏰ 🔥 A TCP proxy to simulate network and system conditions for chaos and resiliency testing
  • 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.
  • 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
  • Mrs4s/go-cqhttp - cqhttp的golang实现,轻量、原生跨平台.
  • tylertreat/comcast - Simulating shitty network connections so you can build better systems.
  • go-task/task - A task runner / simpler Make alternative written in Go
  • shirou/gopsutil - psutil for golang
  • google/go-github - Go library for accessing the GitHub v3 API
  • quay/clair - Vulnerability Static Analysis for Containers
  • hajimehoshi/ebiten - Ebitengine - A dead simple 2D game engine for Go
  • adnanh/webhook - webhook is a lightweight incoming webhook server to run shell commands
  • swaggo/swag - Automatically generate RESTful API documentation with Swagger 2.0 for Go.
  • juicedata/juicefs - JuiceFS is a distributed POSIX file system built on top of Redis and S3.
  • jeessy2/ddns-go - Simple and easy to use DDNS. Support Aliyun, Tencent Cloud, Dnspod, Cloudflare, Callback, Huawei Cloud, Baidu Cloud, Porkbun, GoDaddy, Namecheap, NameSilo...
  • dtm-labs/dtm - A distributed transaction framework, supports workflow, saga, tcc, xa, 2-phase message, outbox patterns, supports many languages.
  • graphql-go/graphql - An implementation of GraphQL for Go / Golang
  • blevesearch/bleve - A modern text/numeric/geo-spatial/vector indexing library for go
  • gomodule/redigo - Go client for Redis
  • 99designs/gqlgen - go generate based graphql server library
  • jroimartin/gocui - Minimalist Go package aimed at creating Console User Interfaces.
  • GoesToEleven/GolangTraining - Training for Golang (go language)
  • jackc/pgx - PostgreSQL driver and toolkit for Go
  • quic-go/quic-go - A QUIC implementation in pure Go
  • golang/protobuf - Go support for Google's protocol buffers
  • go-resty/resty - Simple HTTP and REST client library for Go
  • polaris1119/The-Golang-Standard-Library-by-Example - Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。
  • wader/fq - jq for binary formats - tool, language and decoders for working with binary and text formats
  • google/go-cloud - The Go Cloud Development Kit (Go CDK): A library and tools for open cloud development in Go.
  • go-vgo/robotgo - RobotGo, Go Native cross-platform RPA and GUI automation @vcaesar
  • go-swagger/go-swagger - Swagger 2.0 implementation for go
  • TykTechnologies/tyk - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols
  • golang/mock - GoMock is a mocking framework for the Go programming language.
  • kubernetes/kompose - Convert Compose to Kubernetes
  • fsnotify/fsnotify - Cross-platform filesystem notifications for Go.
  • sjwhitworth/golearn - Machine Learning for Go
  • panjf2000/gnet - 🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go./ gnet 是一个高性能、轻量级、非阻塞的事件驱动 Go 网络框架。
  • OJ/gobuster - Directory/File, DNS and VHost busting tool written in Go
  • 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
  • unknwon/go-fundamental-programming - 《Go 编程基础》是一套针对 Google 出品的 Go 语言的视频语音教程,主要面向新手级别的学习者。
  • goplus/gop - The Go+ programming language is designed for engineering, STEM education, and data science
  • rkt/rkt - [Project ended] rkt is a pod-native container engine for Linux. It is composable, secure, and built on standards.
  • lib/pq - Pure Go Postgres driver for database/sql
  • keybase/client - Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
  • bxcodec/go-clean-arch - Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture
  • hibiken/asynq - Simple, reliable, and efficient distributed task queue in Go
  • hybridgroup/gobot - Golang framework for robotics, drones, and the Internet of Things (IoT)
  • gcla/termshark - A terminal UI for tshark, inspired by Wireshark
  • kubernetes/client-go - Go client for Kubernetes.
  • xo/usql - Universal command-line interface for SQL databases
  • safing/portmaster - 🏔 Love Freedom - ❌ Block Mass Surveillance
  • FerretDB/FerretDB - A truly Open Source MongoDB alternative
  • aws/aws-sdk-go - AWS SDK for the Go programming language.
  • flannel-io/flannel - flannel is a network fabric for containers, designed for Kubernetes
  • senghoo/golang-design-pattern - 设计模式 Golang实现-《研磨设计模式》读书笔记
  • codenotary/immudb - immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
  • sourcegraph/conc - Better structured concurrency for go
  • openshift/origin - Conformance test suite for OpenShift
  • cyfdecyf/cow - HTTP proxy written in Go. COW can automatically identify blocked sites and use parent proxies to access.
  • sashabaranov/go-openai - OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for Go
  • 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
  • andlabs/ui - Platform-native GUI library for Go.
  • cookieY/Yearning - 🐳 A most popular sql audit platform for mysql
  • fission/fission - Fast and Simple Serverless Functions for Kubernetes
  • getanteon/anteon - Anteon (formerly Ddosify) - Effortless Kubernetes Monitoring and Performance Testing. Available on CLI, Self-Hosted, and Cloud
  • gorse-io/gorse - Gorse open source recommender system engine
  • Masterminds/glide - Package Management for Golang
  • smartystreets/goconvey - Go testing in the browser. Integrates with go test. Write behavioral tests in Go.
  • gobuffalo/buffalo - Rapid Web Development w/ Go
  • onsi/ginkgo - A Modern Testing Framework for Go
  • 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!
  • zserge/lorca - Build cross-platform modern desktop apps in Go + HTML5
  • mongodb/mongo-go-driver - The Official Golang driver for MongoDB
  • anchore/grype - A vulnerability scanner for container images and filesystems
  • robertkrimen/otto - A JavaScript interpreter in Go (golang)
  • 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.
  • GoAdminGroup/go-admin - A golang framework helps gopher to build a data visualization and admin panel in ten minutes
  • patrickmn/go-cache - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
  • miekg/dns - DNS library in Go
  • appleboy/gorush - A push notification server written in Go (Golang).
  • teh-cmc/go-internals - A book about the internals of the Go programming language.
  • etcd-io/bbolt - An embedded key/value database for Go.
  • mitchellh/mapstructure - Go library for decoding generic map values into native Go structures and vice versa.
  • maxence-charriere/go-app - A package to build progressive web apps with Go programming language and WebAssembly.
  • moby/buildkit - concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit
  • roadrunner-server/roadrunner - 🤯 High-performance PHP application server, process manager written in Go and powered with plugins
  • benthosdev/benthos - Fancy stream processing made operationally mundane
  • schachmat/wego - weather app for the terminal
  • joho/godotenv - A Go port of Ruby's dotenv library (Loads environment variables from .env files)
  • securego/gosec - Go security checker
  • charmbracelet/lipgloss - Style definitions for nice terminal layouts 👄
  • 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/
  • reviewdog/reviewdog - 🐶 Automated code review tool integrated with any code analysis tools regardless of programming language
  • adonovan/gopl.io - Example programs from "The Go Programming Language"
  • runatlantis/atlantis - Terraform Pull Request Automation
  • gruntwork-io/terratest - Terratest is a Go library that makes it easier to write automated tests for your infrastructure code.
  • go-acme/lego - Let's Encrypt/ACME client and library written in Go
  • Workiva/go-datastructures - A collection of useful, performant, and threadsafe Go datastructures.
  • cjbassi/gotop - A terminal based graphical activity monitor inspired by gtop and vtop
  • RichardKnop/machinery - Machinery is an asynchronous task queue/job queue based on distributed message passing.
  • 0voice/Introduction-to-Golang - 【未来服务器端编程语言】最全空降golang资料补给包(满血战斗),包含文章,书籍,作者论文,理论分析,开源框架,云原生,大佬视频,大厂实战分享ppt
  • olivere/elastic - Deprecated: Use the official Elasticsearch client for Go at https://github.com/elastic/go-elasticsearch
  • 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
  • allegro/bigcache - Efficient cache for gigabytes of data written in Go.
  • fabiolb/fabio - Consul Load-Balancing made simple
  • golang/tools - [mirror] Go Tools
  • concourse/concourse - Concourse is a container-based continuous thing-doer written in Go.
  • segmentio/kafka-go - Kafka library in Go
  • coder/coder - Provision remote development environments via Terraform
  • Terry-Mao/goim - goim
  • fatih/color - Color package for Go (golang)
  • gotenberg/gotenberg - A developer-friendly API for converting numerous document formats into PDF files, and more!
  • mindoc-org/mindoc - Golang实现的基于beego框架的接口在线文档管理系统
  • YaoApp/yao - 🚀 A performance app engine to create web services and applications in minutes.Suitable for AI, IoT, Industrial Internet, Connected Vehicles, DevOps, Energy, Finance and many other use-cases.
  • twitchtv/twirp - A simple RPC framework with protobuf service definitions
  • mmcgrana/gobyexample - Go by Example
  • mvdan/sh - A shell parser, formatter, and interpreter with bash support; includes shfmt
  • aceld/zinx - A lightweight concurrent server framework based on Golang.
  • screego/server - screen sharing for developers https://screego.net/
  • ThreeDotsLabs/watermill - Building event-driven applications the easy way in Go.
  • simeji/jid - json incremental digger
  • lxn/walk - A Windows GUI toolkit for the Go Programming Language
  • eddycjy/go-gin-example - An example of gin
  • go-yaml/yaml - YAML support for the Go language.
  • cloudwego/kitex - Go RPC framework with high-performance and strong-extensibility for building micro-services.
  • a-h/templ - A language for writing HTML user interfaces in Go.
  • traefik/yaegi - Yaegi is Another Elegant Go Interpreter
  • go-xorm/xorm - Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm
  • shadowsocks/shadowsocks-go - go port of shadowsocks (Deprecated)
  • google/gops - A tool to list and diagnose Go processes currently running on your system
  • weaveworks/weave - Simple, resilient multi-host containers networking and more.
  • aquasecurity/tfsec - Security scanner for your Terraform code
  • golang-jwt/jwt - Community maintained clone of https://github.com/dgrijalva/jwt-go
  • volatiletech/sqlboiler - Generate a Go ORM tailored to your database schema.
  • 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.
  • jpbruinsslot/slack-term - Slack client for your terminal
  • 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构建出了一套基础的流媒体云视频平台架构!
  • pdfcpu/pdfcpu - A PDF processor written in Go.
  • miniflux/v2 - Minimalist and opinionated feed reader
  • teivah/100-go-mistakes - 📖 100 Go Mistakes and How to Avoid Them
  • hybridgroup/gocv - Go package for computer vision using OpenCV 4 and beyond. Includes support for DNN, CUDA, and OpenCV Contrib.
  • vmware-archive/octant - Highly extensible platform for developers to better understand the complexity of Kubernetes clusters.
  • filhodanuvem/gitql - 💊 A git query language
  • go-echarts/go-echarts - 🎨 The adorable charts library for Golang
  • 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.
  • boyter/scc - Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
  • google/gopacket - Provides packet processing capabilities for Go
  • luraproject/lura - Ultra performant API Gateway with middlewares. A project hosted at The Linux Foundation
  • 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.
  • grpc-ecosystem/go-grpc-middleware - Golang gRPC Middlewares: interceptor chaining, auth, logging, retries and more.
  • pachyderm/pachyderm - Data-Centric Pipelines and Data Versioning
  • btcsuite/btcd - An alternative full node bitcoin implementation written in Go (golang)
  • yuin/gopher-lua - GopherLua: VM and compiler for Lua in Go
  • syndtr/goleveldb - LevelDB key/value database in Go.
  • gobwas/ws - Tiny WebSocket library for Go.
  • shopspring/decimal - Arbitrary-precision fixed-point decimal numbers in Go
  • cosmos/cosmos-sdk - ⛓️ A Framework for Building High Value Public Blockchains ✨
  • evrone/go-clean-template - Clean Architecture template for Golang services
  • dunglas/frankenphp - 🧟 The modern PHP app server
  • dominikh/go-tools - Staticcheck - The advanced Go linter
  • davecgh/go-spew - Implements a deep pretty printer for Go data structures to aid in debugging
  • asaskevich/govalidator - [Go] Package of validators and sanitizers for strings, numerics, slices and structs
  • alexellis/k3sup - bootstrap K3s over SSH in < 60s 🚀
  • pressly/goose - A database migration tool. Supports SQL migrations and Go functions.
  • google/osv-scanner - Vulnerability scanner written in Go which uses the data provided by https://osv.dev
  • DATA-DOG/go-sqlmock - Sql mock driver for golang to test database interactions
  • googleforgames/agones - Dedicated Game Server Hosting and Scaling for Multiplayer Games on Kubernetes
  • tidwall/evio - Fast event-loop networking for Go
  • 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.
  • elazarl/goproxy - An HTTP proxy library for Go
  • go-flutter-desktop/go-flutter - Flutter on Windows, MacOS and Linux - based on Flutter Embedding, Go and GLFW.
  • tealeg/xlsx - Go library for reading and writing XLSX files.
  • ondrajz/go-callvis - Visualize call graph of a Go program using Graphviz
  • libp2p/go-libp2p - libp2p implementation in Go
  • spf13/afero - A FileSystem Abstraction System for Go
  • goproxyio/goproxy - A global proxy for Go modules.
  • vektra/mockery - A mock code autogenerator for Go
  • easegress-io/easegress - A Cloud Native traffic orchestration system
  • golang/mobile - [mirror] Go on Mobile
  • golang-design/go-questions - 📖 Go 程序员面试笔试宝典 | 从问题切入,串连 Go 语言相关的所有知识,融会贯通。 https://golang.design/go-questions
  • gopasspw/gopass - The slightly more awesome standard unix password manager for teams
  • expr-lang/expr - Expression language and expression evaluation for Go
  • tendermint/tendermint - ⟁ Tendermint Core (BFT Consensus) in Go
  • eranyanay/1m-go-websockets - handling 1M websockets connections 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.
  • MontFerret/ferret - Declarative web scraping
  • gogo/protobuf - [Deprecated] Protocol Buffers for Go with Gadgets
  • cloudquery/cloudquery - The open source high performance ELT framework powered by Apache Arrow
  • go-pg/pg - Golang ORM with focus on PostgreSQL features and performance
  • googollee/go-socket.io - socket.io library for golang, a realtime application framework.
  • ouqiang/gocron - 定时任务管理系统
  • go-git/go-git - A highly extensible Git implementation in pure Go.
  • anchore/syft - CLI tool and library for generating a Software Bill of Materials from container images and filesystems
  • tools/godep - dependency tool for go
  • siderolabs/talos - Talos Linux is a modern Linux distribution built for Kubernetes.
  • TwiN/gatus - ⛑ Automated developer-oriented status page
  • elastic/go-elasticsearch - The official Go client for Elasticsearch
  • goadesign/goa - 🌟 Goa: Elevate Go API development! 🚀 Streamlined design, automatic code generation, and seamless HTTP/gRPC support. ✨
  • elves/elvish - Powerful scripting language & Versatile interactive shell
  • xinliangnote/go-gin-api - 基于 Gin 进行模块化设计的 API 框架,封装了常用功能,使用简单,致力于进行快速的业务研发。比如,支持 cors 跨域、jwt 签名验证、zap 日志收集、panic 异常捕获、trace 链路追踪、prometheus 监控指标、swagger 文档生成、viper 配置文件解析、gorm 数据库组件、gormgen 代码生成工具、graphql 查询语言、errno 统一定义错误码、gRPC 的使用、cron 定时任务 等等。
  • matrix-org/dendrite - Dendrite is a second-generation Matrix homeserver written in Go!
  • goss-org/goss - Quick and Easy server testing/validation
  • 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
  • gorgonia/gorgonia - Gorgonia is a library that helps facilitate machine learning in Go.
  • buger/jsonparser - One of the fastest alternative JSON parser for Go that does not require schema
  • dgraph-io/ristretto - A high performance memory-bound Go cache
  • anacrolix/torrent - Full-featured BitTorrent client package and utilities
  • codesenberg/bombardier - Fast cross-platform HTTP benchmarking tool written in Go
  • deepmap/oapi-codegen - Generate Go client and server boilerplate from OpenAPI 3 specifications
  • uber-go/fx - A dependency injection based application framework for Go.
  • chai2010/go-ast-book - 📚 《Go语言定制指南》(原名:Go语法树入门/开源免费图书/Go语言进阶/掌握抽象语法树/Go语言AST)
  • qor/qor - QOR is a set of libraries written in Go that abstracts common features needed for business applications, CMSs, and E-commerce systems.
  • c-bata/go-prompt - Building powerful interactive prompts in Go, inspired by python-prompt-toolkit.
  • nats-io/nats.go - Golang client for NATS, the cloud native messaging system.
  • stefanprodan/podinfo - Go microservice template for Kubernetes
  • xiaobaiTech/golangFamily - 【超全golang面试题合集+golang学习指南+golang知识图谱+入门成长路线】 一份涵盖大部分golang程序员所需要掌握的核心知识。常用第三方库(mysql,mq,es,redis等)+机器学习库+算法库+游戏库+开源框架+自然语言处理nlp库+网络库+视频库+微服务框架+视频教程+音频音乐库+图形图片库+物联网库+地理位置信息+嵌入式脚本库+编译器库+数据库+金融库+电子邮件库+电子书籍+分词+数据结构+设计模式+去html tag标签等+go学习+go面试+计算机网络基础+图解网络+操作系统面试题+数据库面试题+面试题合集
  • majd/ipatool - Command-line tool that allows searching and downloading app packages (known as ipa files) from the iOS App Store
  • golang/oauth2 - Go OAuth2
  • gaia-pipeline/gaia - Build powerful pipelines in any programming language.
  • jinzhu/copier - Copier for golang, copy value from struct to struct and more
  • nuclio/nuclio - High-Performance Serverless event and data processing platform
  • prometheus/client_golang - Prometheus instrumentation library for Go applications
  • name5566/leaf - A game server framework in Go (golang)
  • bitfield/script - Making it easy to write shell-like scripts in Go
  • k3d-io/k3d - Little helper to run CNCF's k3s in Docker
  • j3ssie/osmedeus - A Workflow Engine for Offensive Security
  • disintegration/imaging - Imaging is a simple image processing package for Go
  • markbates/goth - Package goth provides a simple, clean, and idiomatic way to write authentication packages for Go web applications.
  • google/uuid - Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.
  • kahing/goofys - a high-performance, POSIX-ish Amazon S3 file system written in Go
  • x-motemen/gore - Yet another Go REPL that works nicely. Featured with line editing, code completion, and more.
  • go-co-op/gocron - Easy and fluent Go cron scheduling. This is a fork from https://github.com/jasonlvhit/gocron
  • hashicorp/go-plugin - Golang plugin system over RPC.
  • letsencrypt/boulder - An ACME-based certificate authority, written in Go.
  • derailed/popeye - 👀 A Kubernetes cluster resource sanitizer
  • nsf/gocode - An autocompletion daemon for the Go programming language
  • dop251/goja - ECMAScript/JavaScript engine in pure Go
  • ffhelicopter/Go42 - 《Go语言四十二章经》详细讲述Go语言规范与语法细节及开发中常见的误区,通过研读标准库等经典代码设计模式,启发读者深刻理解Go语言的核心思维,进入Go语言开发的更高阶段。
  • emicklei/go-restful - package for building REST-style Web Services using Go
  • coocood/freecache - A cache library for Go with zero GC overhead.
  • lni/dragonboat - A feature complete and high performance multi-group Raft library in Go.
  • kardianos/govendor - Use Go Modules.
  • 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.
  • fiorix/freegeoip - IP geolocation web server
  • jwilder/dockerize - Utility to simplify running applications in docker containers
  • darjun/go-daily-lib - Go 每日一库
  • 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
  • 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.
  • asynkron/protoactor-go - Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
  • facebookarchive/grace - Graceful restart & zero downtime deploy for Go servers.
  • travisjeffery/jocko - Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install, Cloud Native)
  • encoredev/encore - Encore is the Backend Development Platform purpose-built to help you create event-driven and distributed systems.
  • go-rod/rod - A Devtools driver for web automation and scraping
  • open-telemetry/opentelemetry-go - OpenTelemetry Go API and SDK
  • ReactiveX/RxGo - Reactive Extensions for the Go language.
  • cweill/gotests - Automatically generate Go test boilerplate from your source code.
  • satori/go.uuid - UUID package for Go
  • caddyserver/certmagic - Automatic HTTPS for any Go program: fully-managed TLS certificate issuance and renewal
  • lifei6671/interview-go - golang面试题集合
  • streadway/amqp - Go client for AMQP 0.9.1
  • bwmarrin/discordgo - (Golang) Go bindings for Discord
  • cloudwego/hertz - Go HTTP framework with high-performance and strong-extensibility for building micro-services.
  • vugu/vugu - Vugu: A modern UI library for Go+WebAssembly (experimental)
  • OWASP/Go-SCP - Golang Secure Coding Practices guide
  • segmentio/ksuid - K-Sortable Globally Unique IDs
  • rakyll/boom - HTTP(S) load generator, ApacheBench (ab) replacement, written in Go
  • dvyukov/go-fuzz - Randomized testing for Go
  • cube2222/octosql - OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
  • tsuru/tsuru - Open source and extensible Platform as a Service (PaaS).
  • tophubs/TopList - 今日热榜,一个获取各大热门网站热门头条的聚合网站,使用Go语言编写,多协程异步快速抓取信息,预览:https://mo.fish
  • axllent/mailpit - An email and SMTP testing tool with API for developers
  • natefinch/lumberjack - lumberjack is a log rolling package for Go
  • apache/dubbo-go - Go Implementation For Apache Dubbo .
  • nsf/termbox-go - Pure Go termbox implementation
  • ory/keto - Open Source (Go) implementation of "Zanzibar: Google's Consistent, Global Authorization System". Ships gRPC, REST APIs, newSQL, and an easy and granular permission language. Supports ACL, RBAC, and other access models.
  • mgechev/revive - 🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint
  • blushft/go-diagrams - Create beautiful system diagrams with Go
  • thoas/go-funk - A modern Go utility library which provides helpers (map, find, contains, filter, ...)
  • silenceper/wechat - WeChat SDK for Go (微信SDK:简单、易用)
  • AliyunContainerService/pouch - An Efficient Enterprise-class Container Engine
  • graph-gophers/graphql-go - GraphQL server with a focus on ease of use
  • tetratelabs/wazero - wazero: the zero dependency WebAssembly runtime for Go developers
  • mitchellh/gox - A dead simple, no frills Go cross compile tool
  • Consensys/quorum - A permissioned implementation of Ethereum supporting data privacy
  • 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.
  • slack-go/slack - Slack API in Go, originally by @nlopes; Maintainers needed, contact @parsley42
  • variadico/noti - Monitor a process and trigger a notification.
  • nginxinc/kubernetes-ingress - NGINX and NGINX Plus Ingress Controllers for Kubernetes
  • klauspost/compress - Optimized Go Compression Packages
  • shomali11/go-interview - Collection of Technical Interview Questions solved with Go
  • miguelmota/golang-for-nodejs-developers - Examples of Golang compared to Node.js for learning 🤓
  • wxbool/video-srt-windows - 这是一个可以识别视频语音自动生成字幕SRT文件的开源 Windows-GUI 软件工具。
  • cockroachdb/pebble - RocksDB/LevelDB inspired key-value database in Go
  • go-mysql-org/go-mysql - a powerful mysql toolset with Go
  • caarlos0/env - A simple and zero-dependencies library to parse environment variables into structs
  • 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.
  • google/gxui - An experimental Go cross platform UI library.
  • tidwall/buntdb - BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support
  • faiface/pixel - A hand-crafted 2D game library in Go
  • dlvhdr/gh-dash - A beautiful CLI dashboard for GitHub 🚀
  • amacneil/dbmate - 🚀 A lightweight, framework-agnostic database migration tool.
  • rosedblabs/rosedb - Lightweight, fast and reliable key/value storage engine based on Bitcask.
  • nginx-proxy/docker-gen - Generate files from docker container meta-data
  • jinzhu/now - Now is a time toolkit for golang
  • eatmoreapple/openwechat - golang微信SDK
  • progrium/macdriver - Native Mac APIs for Go. Soon to be renamed DarwinKit!
  • 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
  • gomods/athens - A Go module datastore and proxy
  • douyu/jupiter - Jupiter: Governance-oriented Microservice Framework.
  • 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
  • uber-go/goleak - Goroutine leak detector
  • coyove/goflyway - An encrypted HTTP server
  • esimov/pigo - Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.
  • kardianos/service - Run go programs as a service on major platforms.
  • fogleman/gg - Go Graphics - 2D rendering in Go with a simple API.
  • golang-design/under-the-hood - 📚 Go: Under The Hood | Go 语言原本 | https://golang.design/under-the-hood
  • jung-kurt/gofpdf - A PDF document generator with high level support for text, drawing and images
  • brianvoe/gofakeit - Random fake data generator written in go
  • go-gomail/gomail - The best way to send emails in Go.
  • mholt/archiver - Easily create & extract archives, and compress & decompress files of various formats
  • canonical/lxd - Powerful system container and virtual machine manager
  • knqyf263/pet - Simple command-line snippet manager
  • EndlessCheng/codeforces-go - 算法竞赛模板库 by 灵茶山艾府 💭💡🎈
  • arp242/goatcounter - Easy web analytics. No tracking of personal data.
  • unidoc/unioffice - Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents
  • oklog/ulid - Universally Unique Lexicographically Sortable Identifier (ULID) in Go
  • codegangsta/gin - Live reload utility for Go web servers
  • alecthomas/chroma - A general purpose syntax highlighter in pure Go
  • uber-go/ratelimit - A Go blocking leaky-bucket rate limit implementation
  • dropbox/godropbox - Common libraries for writing Go services/applications.
  • GoogleCloudPlatform/golang-samples - Sample apps and code written for Google Cloud in the Go programming language.
  • afex/hystrix-go - Netflix's Hystrix latency and fault tolerance library, for Go
  • writefreely/writefreely - A clean, Markdown-based publishing platform made for writers. Write together and build a community.
  • orcaman/concurrent-map - a thread-safe concurrent map for go
  • hashicorp/golang-lru - Golang LRU cache
  • prest/prest - PostgreSQL ➕ REST, low-code, simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new
  • treeverse/lakeFS - lakeFS - Data version control for your data lake | Git for data
  • Mikaelemmmm/go-zero-looklook - 🔥基于go-zero(go zero) 微服务全技术栈开发最佳实践项目。Develop best practice projects based on the full technology stack of go zero (go zero) microservices.
  • xinliangnote/Go - 【Go 从入门到实战】学习笔记,从零开始学 Go、Gin 框架,基本语法包括 26 个Demo,Gin 框架包括:Gin 自定义路由配置、Gin 使用 Logrus 进行日志记录、Gin 数据绑定和验证、Gin 自定义错误处理、Go gRPC Hello World... 持续更新中...
  • go-mysql-org/go-mysql-elasticsearch - Sync MySQL data into elasticsearch
  • goinaction/code - Source Code for Go In Action examples
  • ledisdb/ledisdb - A high performance NoSQL Database Server powered by Go
  • evilmartians/lefthook - Fast and powerful Git hooks manager for any type of projects.
  • imroc/req - Simple Go HTTP client with Black Magic
  • dustin/go-humanize - Go Humans! (formatters for units to human friendly sizes)
  • techschool/simplebank - Backend master class: build a simple bank service in Go
  • Jeiwan/blockchain_go - A simplified blockchain implementation in Golang
  • google/go-cmp - Package for comparing Go values in tests
  • Masterminds/sprig - Useful template functions for Go templates.
  • fvbock/endless - Zero downtime restarts for go servers (Drop in replacement for http.ListenAndServe)
  • rgburke/grv - GRV is a terminal interface for viewing git repositories
  • ory/dockertest - Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.
  • xtaci/kcp-go - A Crypto-Secure, Production-Grade Reliable-UDP Library for golang with FEC
  • alpkeskin/mosint - An automated e-mail OSINT tool
  • thangchung/go-coffeeshop - ☕ A practical event-driven microservices demo built with Golang. Nomad, Consul Connect, Vault, and Terraform for deployment
  • golang/lint - [mirror] This is a linter for Go source code. (deprecated)
  • uber-archive/go-torch - Stochastic flame graph profiler for Go programs
  • deckarep/golang-set - A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.
  • anthonynsimon/bild - Image processing algorithms in pure Go
  • wcharczuk/go-chart - go chart is a basic charting library in go.
  • magefile/mage - a Make/rake-like dev tool using Go
  • go-pay/gopay - 微信、支付宝、通联支付、拉卡拉、PayPal、Apple 的Go版本SDK。【极简、易用的聚合支付SDK】
  • mpolden/echoip - IP address lookup service
  • cointop-sh/cointop - A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
  • ochinchina/supervisord - a go-lang supervisor implementation
  • fatih/structs - Utilities for Go structs
  • pomerium/pomerium - Pomerium is an identity and context-aware access proxy.
  • schollz/progressbar - A really basic thread-safe progress bar for Golang applications
  • nikolaydubina/go-recipes - 🦩 Tools for Go projects
  • googleapis/google-api-go-client - Auto-generated Google APIs for Go.
  • rh12503/triangula - Generate high-quality triangulated and polygonal art from images.
  • 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).
  • uber-go/automaxprocs - Automatically set GOMAXPROCS to match Linux container CPU quota.
  • ionorg/ion - Real-Distributed RTC System by pure Go and Flutter
  • Jeffail/tunny - A goroutine pool for Go
  • google/btree - BTree provides a simple, ordered, in-memory data structure for Go programs.
  • ksimka/go-is-not-good - A curated list of articles complaining that go (golang) isn't good enough
  • gopherdata/gophernotes - The Go kernel for Jupyter notebooks and nteract.
  • amitshekhariitbhu/go-backend-clean-architecture - A Go (Golang) Backend Clean Architecture project with Gin, MongoDB, JWT Authentication Middleware, Test, and Docker.
  • emitter-io/emitter - High performance, distributed and low latency publish-subscribe platform.
  • google/mtail - extract internal monitoring data from application logs for collection in a timeseries database
  • rocboss/paopao-ce - 🔥An artistic "twitter like" community built on gin+zinc+vue+ts 清新文艺微社区
  • nytimes/gizmo - A Microservice Toolkit from The New York Times
  • bitly/go-simplejson - a Go package to interact with arbitrary JSON
  • netlify/gotrue - An SWT based API for managing users and issuing SWT tokens.
  • uber-go/dig - A reflection based dependency injection toolkit for Go.
  • duke-git/lancet - A comprehensive, efficient, and reusable util function library of Go.
  • rakyll/statik - Embed files into a Go executable
  • geektutu/high-performance-go - high performance coding with golang(Go 语言高性能编程,Go 语言陷阱,Gotchas,Traps)
  • go-gorp/gorp - Go Relational Persistence - an ORM-ish library for Go
  • gravityblast/fresh - Build and (re)start go web apps after saving/creating/deleting source files.
  • tucnak/telebot - Telebot is a Telegram bot framework in Go.
  • alexflint/gallium - Build desktop applications in Go and HTML.
  • lcvvvv/kscan - Kscan是一款纯go开发的全方位扫描器,具备端口扫描、协议检测、指纹识别,暴力破解等功能。支持协议1200+,协议指纹10000+,应用指纹20000+,暴力破解协议10余种。
  • olivia-ai/olivia - 💁‍♀️Your new best friend powered by an artificial neural network
  • ankitpokhrel/jira-cli - 🔥 Feature-rich interactive Jira command line.
  • hoisie/web - The easiest way to create web applications with Go
  • zenazn/goji - Goji is a minimalistic web framework for Golang that's high in antioxidants.
  • nakabonne/ali - Generate HTTP load and plot the results in real-time
  • link1st/go-stress-testing - go 实现的压测工具,ab、locust、Jmeter压测工具介绍【单台机器100w连接压测实战】
  • googleapis/google-cloud-go - Google Cloud Client Libraries for Go.
  • 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.
  • tdewolff/minify - Go minifiers for web formats
  • gin-gonic/examples - A repository to host examples and tutorials for Gin.
  • cheggaaa/pb - Console progress bar for Golang
  • 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.
  • burrowers/garble - Obfuscate Go builds
  • olahol/melody - 🎶 Minimalist websocket framework for Go
  • Knetic/govaluate - Arbitrary expression evaluation for golang
  • xo/xo - Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server
  • marmotedu/iam - 企业级的 Go 语言实战项目:认证和授权系统(带配套课程)
  • zxh0/jvm.go - A toy JVM written in Go
  • aws/aws-lambda-go - Libraries, samples and tools to help Go developers develop AWS Lambda functions.
  • hwholiday/learning_tools - Go 学习、Go 进阶、Go 实用工具类、Go DDD 项目落地、Go-kit 、Go-Micro 、Go 推送平台、微服务实践
  • go-gost/gost - GO Simple Tunnel - a simple tunnel written in golang
  • nhooyr/websocket - Minimal and idiomatic WebSocket library for Go
  • alecthomas/gometalinter - DEPRECATED: Use https://github.com/golangci/golangci-lint
  • ant0ine/go-json-rest - A quick and easy way to setup a RESTful JSON API
  • golang/glog - Leveled execution logs for Go
  • hoanhan101/algo - 101+ coding interview problems in Go
  • superseriousbusiness/gotosocial - Fast, fun, small ActivityPub server. - WE'RE ON HOLIDAY UNTIL MAY 27th - REPO IS READ-ONLY TO NON-CONTRIBUTORS UNTIL THEN
  • osrg/gobgp - BGP implemented in the Go Programming Language
  • maruel/panicparse - Crash your app in style (Golang)
  • opentracing/opentracing-go - OpenTracing API for Go. 🛑 This library is DEPRECATED! opentracing/specification#163
  • upper/db - Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.
  • gomatcha/matcha - Build native mobile apps in Go.
  • go-macaron/macaron - Package macaron is a high productive and modular web framework in Go.
  • goby-lang/goby - Goby - Yet another programming language written in Go
  • d5/tengo - A fast script language for Go
  • cherish-chat/xxim-server - 惺惺 —— 属于你的社交地盘!惺惺是一个100%开源社交平台,每个人都可以搭建自己的服务器,掌握数据的所有权。此APP非盈利项目!
  • ahmetb/go-linq - .NET LINQ capabilities in Go
  • alecthomas/kingpin - CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser
  • 6boris/awesome-golang-algorithm - 📝 LeetCode of algorithms with golang solution(updating).
  • AlexxIT/go2rtc - Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc.
  • astaxie/go-best-practice - Trying to complete over 100 projects in various categories in golang.
  • rcrowley/go-metrics - Go port of Coda Hale's Metrics library
  • purpleidea/mgmt - Next generation distributed, event-driven, parallel config management!
  • mergestat/mergestat-lite - Query git repositories with SQL. Generate reports, perform status checks, analyze codebases. 🔍 📊
  • go-ini/ini - Package ini provides INI file read and write functionality in Go
  • DisposaBoy/GoSublime - A Golang plugin collection for SublimeText 3, providing code completion and other IDE-like features.
  • ardanlabs/service - Starter-kit for writing services in Go using Kubernetes.
  • gobuffalo/packr - The simple and easy way to embed static files into Go binaries.
  • willnorris/imageproxy - A caching, resizing image proxy written in Go
  • mingrammer/go-web-framework-stars - ⭐ Web frameworks for Go, most starred on GitHub
  • parnurzeal/gorequest - GoRequest -- Simplified HTTP client ( inspired by nodejs SuperAgent )
  • jasonlvhit/gocron - A Golang Job Scheduling Package.
  • Jeffail/gabs - For parsing, creating and editing unknown or dynamic JSON 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.
  • yuin/goldmark - 🏆 A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.
  • bosun-monitor/bosun - Time Series Alerting Framework
  • keploy/keploy - Test generation for Developers. Generate tests and stubs for your application that actually work!
  • prysmaticlabs/prysm - Go implementation of Ethereum proof of stake
  • HDT3213/godis - A Golang implemented Redis Server and Cluster. Go 语言实现的 Redis 服务器和分布式集群
  • egonelbre/gophers - Free gophers
  • yggdrasil-network/yggdrasil-go - An experiment in scalable routing as an encrypted IPv6 overlay network
  • spf13/cast - safe and easy casting from one type to another in Go
  • loov/lensm - Go assembly and source viewer
  • flipt-io/flipt - Enterprise-ready, GitOps enabled, CloudNative feature management solution
  • Shpota/goxygen - Generate a modern Web project with Go and Angular, React, or Vue in seconds 🎲
  • hantmac/Mastering_Go_ZH_CN - 《Mastering GO》中文译本,《玩转 GO》。
  • tmc/langchaingo - LangChain for Go, the easiest way to write LLM-based programs in Go
  • dundee/gdu - Fast disk usage analyzer with console interface written in Go
  • alecthomas/participle - A parser library for Go
  • rfjakob/gocryptfs - Encrypted overlay filesystem written in Go
  • bouk/monkey - Monkey patching in Go
  • 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.
  • 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.
  • TarsCloud/TarsGo - A high performance microservice framework in golang. A linux foundation project.
  • hr3lxphr6j/bililive-go - 一个直播录制工具
  • fagongzi/manba - HTTP API Gateway
  • golang/proposal - Go Project Design Documents
  • cenkalti/backoff - ⏱ The exponential backoff algorithm in Go
  • koding/kite - Micro-service framework in Go
  • cshum/imagor - Fast, secure image processing server and Go library, using libvips
  • go-oauth2/oauth2 - OAuth 2.0 server library for the Go programming language.
  • uptrace/bun - SQL-first Golang ORM
  • dave/jennifer - Jennifer is a code generator for Go
  • Loyalsoldier/geoip - 🌚 🌍 🌝 GeoIP 规则文件加强版,同时支持定制 V2Ray dat 格式路由规则文件 geoip.dat 和 MaxMind mmdb 格式文件 Country.mmdb。Enhanced edition of GeoIP files for V2Ray, Xray-core, Clash, Trojan-Go, Leaf and Hysteria, with replaced CN IPv4 CIDR available from ipip.net, appended CIDR lists and more.
  • 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.
  • 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.
  • mmatczuk/go-http-tunnel - Fast and secure tunnels over HTTP/2
  • 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.
  • 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.
  • thewhitetulip/web-dev-golang-anti-textbook - Learn how to write webapps without a framework in Go.
  • gokrazy/gokrazy - turn your Go program(s) into an appliance running on the Raspberry Pi 3, Pi 4, Pi Zero 2 W, or amd64 PCs!
  • getlantern/systray - a cross platfrom Go library to place an icon and menu in the notification area
  • aQuaYi/LeetCode-in-Go - Go Solution for LeetCode algorithms problems, 100% coverage.
  • arl/statsviz - 🚀 Visualise your Go program runtime metrics in real time in the browser
  • go-redsync/redsync - Distributed mutual exclusion lock using Redis for Go
  • itchyny/gojq - Pure Go implementation of jq
  • k1LoW/tbls - tbls is a CI-Friendly tool for document a database, written in Go.
  • qax-os/goreporter - A Golang tool that does static analysis, unit testing, code review and generate code quality report.
  • kkdai/youtube - Download Youtube Video in Golang
  • rubenv/sql-migrate - SQL schema migration tool for Go.
  • mvdan/gofumpt - A stricter gofmt
  • eolinker/goku_lite - A Powerful HTTP API Gateway in pure golang!Goku API Gateway (中文名:悟空 API 网关)是一个基于 Golang开发的微服务网关,能够实现高性能 HTTP API 转发、服务编排、多租户管理、API 访问权限控制等目的,拥有强大的自定义插件系统可以自行扩展,并且提供友好的图形化配置界面,能够快速帮助企业进行 API 服务治理、提高 API 服务的稳定性和安全性。
  • hashicorp/go-memdb - Golang in-memory database built on immutable radix trees
  • pgrok/pgrok - Poor man's ngrok - a multi-tenant HTTP/TCP reverse tunnel solution through SSH remote port forwarding
  • wal-g/wal-g - Archival and Restoration for databases in the Cloud
  • rogchap/v8go - Execute JavaScript from Go
  • buzzfeed/sso - sso, aka S.S.Octopus, aka octoboi, is a single sign-on solution for securing internal services
  • googleforgames/open-match - Flexible, extensible, and scalable video game matchmaking.
  • odigos-io/odigos - Distributed tracing without code changes. 🚀 Instantly monitor any application using OpenTelemetry and eBPF
  • zalando/skipper - An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress
  • buraksezer/olric - Distributed in-memory object store. 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
  • justinas/alice - Painless middleware chaining for Go
  • nfnt/resize - Pure golang image resizing
  • microcosm-cc/bluemonday - bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub user generated content of XSS
  • d4l3k/go-pry - An interactive REPL for Go that allows you to drop into your code at any point.
  • 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
  • google/go-containerregistry - Go library and CLIs for working with container registries
  • kitabisa/teler - Real-time HTTP Intrusion Detection
  • cristaloleg/go-advice - List of advice and tricks for Go ʕ◔ϖ◔ʔ
  • alicebob/miniredis - Pure Go Redis server for Go unittests
  • StackExchange/dnscontrol - Infrastructure as code for DNS!
  • Shopify/go-lua - A Lua VM in Go
  • golang/crypto - [mirror] Go supplementary cryptography libraries
  • pquerna/ffjson - faster JSON serialization for Go
  • go-gota/gota - Gota: DataFrames and data wrangling in Go (Golang)
  • 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.
  • thrasher-corp/gocryptotrader - A cryptocurrency trading bot and framework supporting multiple exchanges written in Golang.
  • asobti/kube-monkey - An implementation of Netflix's Chaos Monkey for Kubernetes clusters
  • ashleymcnamara/gophers - Gopher Artwork by Ashley McNamara
  • montanaflynn/stats - A well tested and comprehensive Golang statistics library package with no dependencies.
  • tus/tusd - Reference server implementation in Go of tus: the open protocol for resumable file uploads
  • shunfei/cronsun - A Distributed, Fault-Tolerant Cron-Style Job System.
  • nadoo/glider - glider is a forward proxy with multiple protocols support, and also a dns/dhcp server with ipset management features(like dnsmasq).
  • bwmarrin/snowflake - A simple to use Go (golang) package to generate or parse Twitter snowflake IDs
  • uber-go/nilaway - Static analysis tool to detect potential nil panics in Go code
  • dosco/graphjin - GraphJin - Build NodeJS / GO APIs in 5 minutes not weeks
  • lindb/lindb - LinDB is a scalable, high performance, high availability distributed time series database.
  • olebedev/go-starter-kit - [abandoned] Golang isomorphic react/hot reloadable/redux/css-modules/SSR starter kit
  • goccy/go-json - Fast JSON encoder/decoder compatible with encoding/json for Go
  • golang/net - [mirror] Go supplementary network libraries
  • hacdias/webdav - Simple Go WebDAV server.
  • nicksnyder/go-i18n - Translate your Go program into multiple languages.
  • WireGuard/wireguard-go - Mirror only. Official repository is at https://git.zx2c4.com/wireguard-go
  • filecoin-project/lotus - Reference implementation of the Filecoin protocol, written in Go
  • keyval-dev/odigos - Distributed tracing without code changes. 🚀 Instantly monitor any application using OpenTelemetry and eBPF
  • campoy/go-tooling-workshop - A workshop covering all the tools gophers use in their day to day life
  • flosch/pongo2 - Django-syntax like template-engine for Go
  • benmanns/goworker - goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers.
  • hexops/vecty - Vecty lets you build responsive and dynamic web frontends in Go using WebAssembly, competing with modern web frameworks like React & VueJS.
  • 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.
  • sony/gobreaker - Circuit Breaker implemented in Go
  • gorilla/sessions - Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
  • mlogclub/bbs-go - 基于Golang的开源社区系统。简洁对话,高效互动,社区新体验!
  • jiujuan/go-collection - 🌷 awesome awesome go, study golang from basic to proficient。Go Study Guide。从学习 Go 基础语法和高级特性,到实战项目,再到架构微服务,最后到跑路。
  • ClickHouse/clickhouse-go - Golang driver for ClickHouse
  • ua-nick/Data-Structures-and-Algorithms - Data Structures and Algorithms implementation in Go
  • motiv-labs/janus - An API Gateway written in Go
  • cloudflare/tableflip - Graceful process restarts in Go
  • go-mgo/mgo - The MongoDB driver for Go. UNMAINTAINED - SEE BELOW
  • wasmerio/wasmer-go - 🐹🕸️ WebAssembly runtime 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
  • darccio/mergo - Mergo: merging Go structs and maps since 2013
  • xjasonlyu/tun2socks - tun2socks - powered by gVisor TCP/IP stack
  • 0xDkd/auxpi - 🍭 集合多家 API 的新一代图床
  • protocolbuffers/protobuf-go - Go support for Google's protocol buffers
  • nikoksr/notify - A dead simple Go library for sending notifications to various messaging services.
  • justjanne/powerline-go - A beautiful and useful low-latency prompt for your shell, written in go
  • sensepost/gowitness - 🔍 gowitness - a golang, web screenshot utility using Chrome Headless
  • shiyanhui/dht - BitTorrent DHT Protocol && DHT Spider.
  • minio/mc - Simple | Fast tool to manage MinIO clusters ☁️
  • alibaba/sentinel-golang - Sentinel Go enables reliability and resiliency for Go microservices
  • flashmob/go-guerrilla - Mini SMTP server written in golang
  • vishvananda/netlink - Simple netlink library for go.
  • hpcloud/tail - Go package for reading from continously updated files (tail -f)
  • unknwon/go-web-foundation - 《Go Web 基础》是一套针对 Google 出品的 Go 语言的视频语音教程,主要面向完成《Go 编程基础》教程后希望进一步了解有关 Go Web 开发的学习者。
  • 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.
  • ergo-services/ergo - An actor-based Framework with network transparency for creating event-driven architecture in Golang. Inspired by Erlang. Zero dependencies.
  • erda-project/erda - An enterprise-grade Cloud-Native application platform for Kubernetes.
  • rs/curlie - The power of curl, the ease of use of httpie.
  • go-jira/jira - simple jira command line client in Go
  • rtr7/router7 - router7 is a small home internet router completely written in Go. It is implemented as a gokrazy appliance.
  • qjfoidnh/BaiduPCS-Go - iikira/BaiduPCS-Go原版基础上集成了分享链接/秒传链接转存功能
  • goodwithtech/dockle - Container Image Linter for Security, Helping build the Best-Practice Docker Image, Easy to start
  • DataDog/datadog-agent - Main repository for Datadog Agent
  • mikespook/Learning-Go-zh-cn - 一本学习 Go 语言的免费电子书。
  • ChimeraCoder/gojson - Automatically generate Go (golang) struct definitions from example JSON
  • g3n/engine - Go 3D Game Engine (http://g3n.rocks)
  • looplab/fsm - Finite State Machine for Go
  • xyproto/algernon - Small self-contained pure-Go web server with Lua, Teal, Markdown, Ollama, HTTP/2, QUIC, Redis and PostgreSQL support
  • studygolang/studygolang - Go 语言中文网 | Golang中文社区 | Go语言学习园地 源码
  • connectrpc/connect-go - The Go implementation of Connect: Protobuf RPC that works.
  • git-chglog/git-chglog - CHANGELOG generator implemented in Go (Golang).
  • wgpsec/ENScan_GO - 一款基于各大企业信息API的工具,解决在遇到的各种针对国内企业信息收集难题。一键收集控股公司ICP备案、APP、小程序、微信公众号等信息聚合导出。
  • jedib0t/go-pretty - Table-writer and more in golang!
  • lotusirous/go-concurrency-patterns - Concurrency patterns in Go
  • yangwenmai/learning-golang - Go 学习之路:Go 开发者博客、Go 微信公众号、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.
  • mmcloughlin/avo - Generate x86 Assembly with Go
  • 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.
  • bnb-chain/bsc - A BNB Smart Chain client based on the go-ethereum fork
  • Humpheh/goboy - Multi-platform Nintendo Game Boy Color emulator written in Go
  • jordan-wright/email - Robust and flexible email library for Go
  • link1st/gowebsocket - golang基于websocket单台机器支持百万连接分布式聊天(IM)系统
  • chanxuehong/wechat - weixin/wechat/微信公众平台/微信企业号/微信商户平台/微信支付 go/golang sdk
  • pseudomuto/protoc-gen-doc - Documentation generator plugin for Google Protocol Buffers
  • gojek/heimdall - An enhanced HTTP client for Go
  • 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
  • tellerops/teller - Cloud native secrets management for developers - never leave your command line for secrets.
  • skip2/go-qrcode - ✨ QR Code encoder (Go)
  • rs/cors - Go net/http configurable handler to handle CORS requests
  • bluele/gcache - An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC
  • nsqio/go-nsq - The official Go package for NSQ
  • liftbridge-io/liftbridge - Lightweight, fault-tolerant message streams.
  • astaxie/bat - Go implement CLI, cURL-like tool for humans
  • gopher-os/gopher-os - A proof of concept OS kernel written in Go
  • gocql/gocql - Package gocql implements a fast and robust Cassandra client for the Go programming language.
  • 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
  • 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.
  • hyper0x/Golang_Puzzlers - An example project, for my column named "Core Golang - 36 lessons"
  • guptarohit/asciigraph - Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.
  • aptly-dev/aptly - aptly - Debian repository management tool
  • jessevdk/go-flags - go command line option parser
  • andeya/erpc - An efficient, extensible and easy-to-use RPC framework.
  • xiaonanln/goworld - Scalable Distributed Game Server Engine with Hot Swapping in Golang
  • mailgun/godebug - DEPRECATED! https://github.com/derekparker/delve
  • otiai10/gosseract - Go package for OCR (Optical Character Recognition), by using Tesseract C++ library
  • awnumar/memguard - Secure software enclave for storage of sensitive information in memory.
  • elastic/cloud-on-k8s - Elastic Cloud on Kubernetes
  • geziyor/geziyor - Geziyor, blazing fast web crawling & scraping framework for Go. Supports JS rendering.
  • docker/libchan - Like Go channels over the network
  • gpmgo/gopm - Go Package Manager (gopm) is a package manager and build tool for Go.
  • hairyhenderson/gomplate - A flexible commandline tool for template rendering. Supports lots of local and remote datasources.
  • gavv/httpexpect - End-to-end HTTP and REST API testing for Go.
  • go-ego/gse - Go efficient multilingual NLP and text segmentation; support English, Chinese, Japanese and others.
  • mmcdole/gofeed - Parse RSS, Atom and JSON feeds in Go
  • golang/example - Go example projects
  • xeipuuv/gojsonschema - An implementation of JSON Schema, draft v4 v6 & v7 - Go language
  • pksunkara/alpaca - Given a web API, Generate client libraries in node, php, python, ruby
  • minishift/minishift - Run OpenShift 3.x locally | This project does not see active developement and maintenance.
  • LyricTian/gin-admin - A lightweight, flexible, elegant and full-featured RBAC scaffolding based on GIN + GORM 2.0 + Casbin 2.0 + Wire DI.
  • gothinkster/golang-gin-realworld-example-app - Exemplary real world application built with Golang + Gin
  • 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.
  • mattn/goreman - foreman clone written in go language
  • goraft/raft - UNMAINTAINED: A Go implementation of the Raft distributed consensus protocol.
  • tebeka/selenium - Selenium/Webdriver client for Go
  • raviqqe/muffet - Fast website link checker 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.
  • signintech/gopdf - A simple library for generating PDF written in Go lang
  • aws/aws-sdk-go-v2 - AWS SDK for the Go programming language.
  • getkin/kin-openapi - OpenAPI 3.0 (and Swagger v2) implementation for Go (parsing, converting, validation, and more)
  • galeone/tfgo - Tensorflow + Go, the gopher way
  • jaeles-project/gospider - Gospider - Fast web spider written in Go
  • luk4z7/go-concurrency-guide - Practical concurrency guide in Go, communication by channels, patterns
  • marcusolsson/goddd - Exploring DDD in Go
  • knadh/koanf - Simple, extremely lightweight, extensible, configuration management library for Go. Support for JSON, TOML, YAML, env, command line, file, S3 etc. Alternative to viper.
  • unidoc/unipdf - Golang PDF library for creating and processing PDF files (pure go)
  • dominant-strategies/go-quai - Official Go Implementation of the Quai Network
  • pibigstar/go-demo - Go语言实例教程从入门到进阶,包括基础库使用、设计模式、面试易错点、工具类、对接第三方等
  • RoaringBitmap/roaring - Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog
  • yunabe/lgo - Interactive Go programming with Jupyter
  • FloatTech/ZeroBot-Plugin - 基于 ZeroBot 的 OneBot 插件
  • ory/ladon - A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies. Written for Go.
  • atomix/atomix - A Kubernetes toolkit for building distributed applications using cloud native principles
  • coreos/go-systemd - Go bindings to systemd socket activation, journal, D-Bus, and unit files
  • 8treenet/freedom - Freedom是一个基于六边形架构的框架,可以支撑充血的领域模型范式。
  • peak/s5cmd - Parallel S3 and local filesystem execution tool.
  • 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.
  • yanyiwu/gojieba - "结巴"中文分词的Golang版本
  • gocelery/gocelery - Celery Distributed Task Queue in Go
  • gocraft/work - Process background jobs in Go
  • xxjwxc/gormt - database to golang struct
  • tidwall/sjson - Set JSON values very quickly in Go
  • SpectoLabs/hoverfly - Lightweight service virtualization/ API simulation / API mocking tool for developers and testers
  • katzien/go-structure-examples - Examples for my talk on structuring go apps
  • FairwindsOps/goldilocks - Get your resource requests "Just Right"
  • akiyosi/goneovim - A GUI frontend for neovim.
  • mattes/migrate - Database migrations. CLI and Golang library.
  • lovoo/goka - Goka is a compact yet powerful distributed stream processing library for Apache Kafka written in Go.
  • vmihailenco/msgpack - msgpack.org[Go] MessagePack encoding for Golang
  • bits-and-blooms/bloom - Go package implementing Bloom filters, used by Milvus and Beego.
  • 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.
  • kisielk/errcheck - errcheck checks that you checked errors.
  • OdyseeTeam/chainquery - Chainquery parses and syncs the LBRY blockchain data into structured SQL
  • glauth/glauth - A lightweight LDAP server for development, home use, or CI
  • briandowns/spinner - Go (golang) package with 90 configurable terminal spinner/progress indicators.
  • openfga/openfga - A high performance and flexible authorization/permission engine built for developers and inspired by Google Zanzibar
  • xanzy/go-gitlab - GitLab Go SDK
  • shen100/wemall - 基于react, node.js, go开发的微商城(含微信小程序)
  • minio/minio-go - MinIO Go client SDK for S3 compatible object storage
  • samber/mo - 🦄 Monads and popular FP abstractions, powered by Go 1.18+ Generics (Option, Result, Either...)
  • arachnys/athenapdf - Drop-in replacement for wkhtmltopdf built on Go, Electron and Docker
  • vmware/govmomi - Go library for the VMware vSphere API
  • 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
  • dreamans/syncd - syncd是一款开源的代码部署工具,它具有简单、高效、易用等特点,可以提高团队的工作效率.
  • ory/fosite - Extensible security first OAuth 2.0 and OpenID Connect SDK for Go.
  • jpillora/overseer - Monitorable, gracefully restarting, self-upgrading binaries in Go (golang)
  • gernest/utron - A lightweight MVC framework for Go(Golang)
  • vbauerster/mpb - multi progress bar for Go cli applications
  • hashicorp/terraform-provider-google - Terraform Google Cloud Platform provider
  • unrolled/secure - HTTP middleware for Go that facilitates some quick security wins.
  • doug-martin/goqu - SQL builder and query library for golang
  • bilibili/overlord - Overlord是哔哩哔哩基于Go语言编写的memcache和redis&cluster的代理及集群管理功能,致力于提供自动化高可用的缓存服务解决方案。
  • giongto35/cloud-game - Web-based Cloud Gaming service for Retro Game
  • icexin/eggos - A Go unikernel running on x86 bare metal
  • google/starlark-go - Starlark in Go: the Starlark configuration language, implemented in Go
  • fatih/gomodifytags - Go tool to modify struct field tags
  • eko/gocache - ☔️ A complete Go cache library that brings you multiple ways of managing your caches
  • avast/retry-go - Simple golang library for retry mechanism
  • cucumber/godog - Cucumber for golang
  • hashicorp/go-multierror - A Go (golang) package for representing a list of errors as a single error.
  • praetorian-inc/gokart - A static analysis tool for securing Go code
  • constabulary/gb - gb, the project based build tool for Go
  • charmbracelet/charm - The Charm Tool and Library 🌟
  • rexray/rexray - REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads
  • thedevsaddam/gojsonq - A simple Go package to Query over JSON/YAML/XML/CSV Data
  • redis/rueidis - A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.
  • fsouza/go-dockerclient - Go client for the Docker Engine API.
  • valyala/fastjson - Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection
  • cosmos72/gomacro - Interactive Go interpreter and debugger with REPL, Eval, generics and Lisp-like macros
  • 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!
  • novalagung/dasarpemrogramangolang - 📖 Source Code E-book Dasar Pemrograman Golang
  • anaskhan96/soup - Web Scraper in Go, similar to BeautifulSoup
  • 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
  • stianeikeland/go-rpio - 🔌 Raspberry Pi GPIO library for go-lang
  • 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.
  • ajstarks/svgo - Go Language Library for SVG generation
  • 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
  • go-ldap/ldap - Basic LDAP v3 functionality for the GO programming language.
  • 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)
  • tidwall/redcon - Redis compatible server framework for Go
  • 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.
  • sevlyar/go-daemon - A library for writing system daemons in golang.
  • muesli/cache2go - Concurrency-safe Go caching library with expiration capabilities and access counters
  • ergochat/ergo - A modern IRC server (daemon/ircd) written in Go.
  • 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.
  • onsi/gomega - Ginkgo's Preferred Matcher Library
  • 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
  • astaxie/gopkg - example for the go pkg's function
  • 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
  • target/goalert - Open source on-call scheduling, automated escalations, and notifications so you never miss a critical alert
  • libgit2/git2go - Git to Go; bindings for libgit2. Like McDonald's but tastier.
  • ying32/govcl - Cross-platform Go/Golang GUI library.
  • 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 ༼ʘ̚ل͜ʘ̚༽
  • birdayz/kaf - Modern CLI for Apache Kafka, written 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
  • bemasher/rtlamr - An rtl-sdr receiver for Itron ERT compatible smart meters operating in the 900MHz ISM band.
  • 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