Awesome Go Overview
Structured collection of Go frameworks, libraries, tools, and resources. Automatically maintained and up-to-date with metadata, filtering, and comprehensive categorization.
🏠 Home · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 abordage/awesome-go · ⭐ 2 · 🏷️ Programming Languages
Awesome Go
Automated. Curated. Ranked.
Go libraries, tools, and applications from the community. This awesome list is automatically maintained with daily GitHub API updates. Projects are re-ranked daily based on current activity metrics.
Daily process: Merge community PRs → Scan repos → Filter stale projects → Recalculate scores → Rebuild list
- AI & Machine Learning
- Audio & Video
- Auth
- Bots & Chat
- CLI & Terminal
- Concurrency
- Configuration
- Data Formats
- Data Structures
- Databases
- DevOps & Build
- Finance & Blockchain
- GUI & Desktop
- Game Development
- Geospatial
- Go Tooling
- Hardware & IoT
- Networking
- Queues & Pub/Sub
- Science
- Scripting
- Security
- Testing & Quality
- Text & NLP
- Third-party APIs
- Utilities
- Version Control & Packages
- Web Development
- Workflow & Scheduling
AI & Machine Learning
AI APIs
- sashabaranov/go-openai (⭐11k) — OpenAI API client for Go ☆
10,552 - otiai10/openaigo (⭐299) — OpenAI GPT client library ☆
299 - wit-ai/wit-go (⭐170) — Go client for wit.ai HTTP API ☆
170
Artificial Intelligence
- ollama/ollama (⭐162k) — Run LLMs locally ☆
162,893 - mudler/LocalAI (⭐43k) — Local OpenAI alternative ☆
42,891 - tmc/langchaingo (⭐8.6k) — LangChain for Go, the easiest way to write LLM-based programs in Go ☆
8,670 - maximhq/bifrost (⭐2.1k) — Fastest LLM gateway for Go ☆
2,443 - philippgille/chromem-go (⭐850) — Embeddable vector database for Go ☆
864 - universal-tool-calling-protocol/go-utcp (⭐97) — Official Go implementation of the UTCP ☆
99 - presbrey/ollamafarm (⭐94) — Manage multiple Ollama instances ☆
95
Machine Learning
- gorgonia/gorgonia (⭐5.9k) — Machine learning library for Go ☆
5,907 - otiai10/gosseract (⭐3.1k) — OCR using Tesseract in Go ☆
3,069 - galeone/tfgo (⭐2.5k) — Tensorflow + Go, the gopher way ☆
2,493 - gomlx/gomlx (⭐1.3k) — GoMLX: An Accelerated Machine Learning Framework For Go ☆
1,313 - jbrukh/bayesian (⭐809) — Naive Bayesian Classification for Golang. ☆
810 - knights-analytics/hugot (⭐560) — Onnx transformer pipelines in Golang ☆
565 - patrikeh/go-deep (⭐559) — Artificial Neural Network ☆
559 - c-bata/goptuna (⭐275) — A hyperparameter optimization framework, inspired by Optuna. ☆
276
Audio & Video
Audio
- ebitengine/oto (⭐1.9k) — A low-level library to play sound on multiple platforms ☆
1,863 - gordonklaus/portaudio (⭐825) — Go bindings for the PortAudio audio I/O library ☆
826 - DylanMeeus/GoAudio (⭐404) — Go tools for audio processing & creation ☆
405 - gen2brain/malgo (⭐385) — Mini audio library ☆
387 - mewkiz/flac (⭐350) — Package flac provides access to FLAC (Free Lossless Audio Codec) streams. ☆
350 - tosone/minimp3 (⭐133) — Decode mp3 ☆
133
Images
- hybridgroup/gocv (⭐7.4k) — Computer vision with OpenCV 4 ☆
7,382 - anthonynsimon/bild (⭐4.2k) — Image processing algorithms in pure Go ☆
4,174 - cshum/imagor (⭐3.9k) — Fast, secure image processing server and Go library, using libvips ☆
3,897 - thoas/picfit (⭐2.3k) — An image resizing server written in Go ☆
2,326 - gographics/imagick (⭐1.9k) — Go binding to ImageMagick's MagickWand C API ☆
1,863 - tdewolff/canvas (⭐1.8k) — Vector graphics in Go ☆
1,780 - davidbyttow/govips (⭐1.5k) — A lightning fast image processing and resizing library for Go ☆
1,525 - yeqown/go-qrcode (⭐809) — Customizable QR code generator ☆
810 - HugoSmits86/nativewebp (⭐388) — Native webp encoder for Go ☆
388 - auyer/steganography (⭐353) — LSB steganography in pure Go ☆
353 - kolesa-team/go-webp (⭐296) — Simple and fast webp library for golang ☆
300 - Pixboost/transformimgs (⭐286) — Open source image CDN. ☆
288 - qmuntal/gltf (⭐275) — Go library for encoding glTF 2.0 files ☆
275 - gojek/darkroom (⭐236) — Image processing engine and proxy service ☆
236 - ungerik/go-cairo (⭐151) — Go binding for the cairo graphics library ☆
151 - aofei/cameron (⭐130) — An avatar generator for Go. ☆
130 - piglig/go-qr (⭐47) — A native, high-quality and minimalistic QR code generator ☆
47
Video
- asticode/go-astisub (⭐682) — Manipulate subtitles in Go ☆
684 - asticode/go-astiav (⭐672) — Golang ffmpeg and libav C bindings ☆
680 - asticode/go-astits (⭐604) — Demux and mux MPEG Transport Streams (.ts) natively in GO ☆
609 - Eyevinn/mp4ff (⭐593) — MP4/ISOBMFF tools and library ☆
596 - adrg/libvlc-go (⭐505) — Go bindings for libVLC ☆
505 - korandiz/v4l (⭐90) — Facade to the Video4Linux video capture interface. ☆
90 - Eyevinn/hls-m3u8 (⭐48) — HLS m3u8 library in Go ☆
49 - unki2aut/go-mpd (⭐33) — MPEG-DASH manifest library ☆
32 - jonoton/scout (⭐26) — Video surveillance with motion detection ☆
26
Auth
Authentication
- golang-jwt/jwt (⭐8.9k) — Go implementation of JSON Web Tokens (JWT). ☆
8,906 - markbates/goth (⭐6.4k) — Multi-provider authentication ☆
6,452 - golang/oauth2 (⭐5.8k) — Go OAuth2 ☆
5,813 - aarondl/authboss (⭐4.1k) — The boss of http auth. ☆
4,152 - alexedwards/scs (⭐2.5k) — HTTP Session Management for Go ☆
2,521 - lestrrat-go/jwx (⭐2.3k) — Complete JWx implementation ☆
2,321 - openshift/osin (⭐1.9k) — Golang OAuth2 server library ☆
1,934 - dghubble/gologin (⭐1.9k) — Go login handlers for authentication providers (OAuth1, OAuth2) ☆
1,945 - zitadel/oidc (⭐1.8k) — OpenID Connect client and server ☆
1,762 - cristalhq/jwt (⭐687) — Safe, simple and fast JSON Web Tokens for Go ☆
688 - shaj13/go-guardian (⭐607) — Authentication library for Go ☆
608 - go-jose/go-jose (⭐479) — An implementation of JOSE standards (JWE, JWS, JWT) in Go ☆
481 - abraithwaite/jeff (⭐270) — Jeff provides the simplest way to manage web sessions in Go. ☆
270 - Kwynto/gosession (⭐258) — Quick session for net/http ☆
258 - leodip/goiabada (⭐183) — Goiabada is an OAuth2 / OpenID Connect server written in Go. ☆
184 - jellydator/sessionup (⭐130) — Straightforward HTTP session management ☆
130 - brianvoe/sjwt (⭐122) — Simple JWT Golang ☆
122 - essentialkaos/branca (⭐95) — Encrypted API tokens ☆
95 - icza/session (⭐118) — Session management for web servers ☆
118 - mengzhuo/cookiestxt (⭐22) — cookiestxt implement parser of cookies txt format ☆
22
Authorization
- casbin/casbin (⭐20k) — Authorization library for Go ☆
19,846 - ory/keto (⭐5.3k) — Customizable permission server ☆
5,270 - openfga/openfga (⭐4.7k) — Fine-grained authorization server ☆
4,780 - cerbos/cerbos (⭐4.2k) — Open core authorization layer ☆
4,222
Bots & Chat
Bot Frameworks
- tucnak/telebot (⭐4.6k) — Telebot is a Telegram bot framework in Go. ☆
4,564 - go-telegram/bot (⭐1.6k) — Telegram Bot API Go framework ☆
1,592 - mymmrac/telego (⭐926) — Telegram Bot API library for Go ☆
949 - diamondburned/arikawa (⭐569) — A Golang library and framework for the Discord API. ☆
573 - NicoNex/echotron (⭐416) — An elegant and concurrent library for the Telegram bot API in Go. ☆
416 - gempir/go-twitch-irc (⭐390) — go irc client for twitch.tv ☆
393 - innogames/slack-bot (⭐206) — Slack bot for Jenkins, Jira, PRs ☆
206 - mr-linch/go-tg (⭐124) — Telegram Bot API client ☆
124 - slack-io/slacker (⭐60) — Slack Bot Framework ☆
60 - onrik/micha (⭐31) — Client lib for Telegram bot api ☆
31
Chat APIs
- bwmarrin/discordgo (⭐5.8k) — (Golang) Go bindings for Discord ☆
5,785 - slack-go/slack (⭐4.9k) — Slack API in Go ☆
4,898 - huandu/facebook (⭐1.4k) — A Facebook Graph API SDK For Go. ☆
1,443 - chyroc/lark (⭐461) — Lark/Feishu Open API SDK ☆
462 - go-lark/lark (⭐238) — Feishu/Lark SDK for Go ☆
238 - switchupcb/disgo (⭐109) — Next-gen Discord API library ☆
110
CLI & Terminal
Advanced Console UIs
- charmbracelet/bubbletea (⭐39k) — A powerful little TUI framework ☆
39,583 - antonmedv/fx (⭐20k) — Terminal JSON viewer & processor ☆
20,275 - gizak/termui (⭐14k) — Golang terminal dashboard ☆
13,518 - charmbracelet/lipgloss (⭐10k) — Style definitions for nice terminal layouts ☆
10,586 - jroimartin/gocui (⭐11k) — Minimalist Go package aimed at creating Console User Interfaces. ☆
10,514 - charmbracelet/bubbles (⭐7.7k) — TUI components for Bubble Tea ☆
7,787 - c-bata/go-prompt (⭐5.5k) — Interactive prompts for Go ☆
5,465 - pterm/pterm (⭐5.4k) — Modern terminal output library ☆
5,364 - schollz/progressbar (⭐4.6k) — Thread-safe progress bar ☆
4,641 - mum4k/termdash (⭐3k) — Terminal-based dashboard ☆
2,977 - guptarohit/asciigraph (⭐3k) — ASCII line graphs in terminal ☆
2,954 - briandowns/spinner (⭐2.5k) — Terminal spinner indicators ☆
2,510 - vbauerster/mpb (⭐2.5k) — Multi progress bar ☆
2,476 - muesli/termenv (⭐2k) — Terminal color support ☆
1,968 - gookit/color (⭐1.6k) — Terminal color rendering ☆
1,572 - logrusorgru/aurora (⭐1.5k) — ANSI colors for Printf ☆
1,476 - mattn/go-isatty (⭐887) — Check if terminal is TTY ☆
889 - mattn/go-colorable (⭐803) — Colorable writer for Windows ☆
804 - box-cli-maker/box-cli-maker (⭐601) — Render highly customizable boxes in the terminal ☆
612 - Evertras/bubble-table (⭐548) — Table component for Bubble Tea ☆
553 - DMcP89/tinycare-tui (⭐16) — TUI application written in GO inspired by tiny-care-terminal ☆
16
Standard CLI
- spf13/cobra (⭐43k) — A Commander for modern Go CLI interactions ☆
43,212 - urfave/cli (⭐24k) — Fast CLI framework for Go ☆
23,893 - elves/elvish (⭐6.2k) — Scripting shell for Go ☆
6,237 - alecthomas/kingpin (⭐3.6k) — Command-line parser ☆
3,560 - dnote/dnote (⭐3k) — Command-line notebook ☆
3,007 - spf13/pflag (⭐2.7k) — POSIX/GNU-style flags ☆
2,707 - jessevdk/go-flags (⭐2.7k) — Command-line option parser ☆
2,688 - alexflint/go-arg (⭐2.2k) — Struct-based argument parsing ☆
2,228 - carapace-sh/carapace-bin (⭐1.7k) — Multi-shell completion binary ☆
1,696 - nanovms/ops (⭐1.5k) — Build and run unikernels ☆
1,465 - carapace-sh/carapace (⭐1.1k) — Multi-shell completion library ☆
1,160 - posener/complete (⭐951) — Bash completion in Go ☆
951 - ddddddO/gtree (⭐326) — Generate ASCII tree from Markdown ☆
326 - leaanthony/clir (⭐197) — Simple CLI library ☆
197 - urfave/sflags (⭐167) — Generate flags from structs ☆
167 - hedzr/cmdr (⭐142) — POSIX-compliant CLI parser ☆
141 - reeflective/readline (⭐132) — Shell library with inputrc ☆
133 - cristalhq/acmd (⭐137) — Simple CLI package ☆
137 - reeflective/console (⭐101) — Console library for Cobra ☆
104 - codingconcepts/env (⭐126) — Tag-based environment configuration for structs ☆
126 - dixonwille/wlog (⭐67) — Cross-platform logging ☆
67 - jxskiss/mcli (⭐42) — Minimal but powerful CLI ☆
43 - DavidGamba/go-getoptions (⭐61) — Command line option parser with completion ☆
61 - nyaosorg/go-readline-ny (⭐32) — Readline for Go ☆
32 - carapace-sh/carapace-spec (⭐29) — Multi-shell completion library ☆
29 - sgreben/flagvar (⭐48) — CLI argument types for flag ☆
48 - hashicorp/cli (⭐35) — CLI library for Go ☆
35
Concurrency
Actor Model
- asynkron/protoactor-go (⭐5.4k) — Ultra fast distributed actors for Go ☆
5,419 - ergo-services/ergo (⭐4.4k) — Actor framework with network transparency ☆
4,432 - anthdm/hollywood (⭐2.2k) — Blazingly fast and light-weight Actor engine written in Golang ☆
2,177 - Tochemey/goakt (⭐320) — Distributed actor framework ☆
322
Goroutines
- panjf2000/ants (⭐14k) — ants is the most powerful and reliable pooling solution for Go. ☆
14,332 - benmanns/goworker (⭐2.8k) — Resque-compatible background worker ☆
2,847 - alitto/pond (⭐2.1k) — High-performance worker pool ☆
2,079 - destel/rill (⭐1.8k) — Channel-based concurrency toolkit ☆
1,803 - xxjwxc/gowp (⭐522) — Goroutine worker pool ☆
522 - earthboundkid/flowmatic (⭐397) — Structured concurrency ☆
397 - reugn/async (⭐295) — Async computation package ☆
296 - vladopajic/go-actor (⭐278) — Actor model library ☆
279 - timandy/routine (⭐287) — ThreadLocal for Go ☆
287 - mborders/artifex (⭐214) — In-memory job queue ☆
214
Stream Processing
- reugn/go-streams (⭐2.2k) — Stream processing library ☆
2,157 - Breeze0806/go-etl (⭐182) — ETL toolset for Go ☆
184 - fulminate-io/machine (⭐165) — Machine is a workflow/pipeline library for processing data ☆
165 - mariomac/gostream (⭐171) — Java Streams port for Go ☆
170 - rulego/streamsql (⭐53) — SQL-based stream processing for IoT ☆
54
Configuration
- spf13/viper (⭐30k) — Go configuration with fangs ☆
30,063 - caarlos0/env (⭐6k) — Parse environment variables to structs ☆
5,998 - knadh/koanf (⭐3.8k) — Lightweight config management ☆
3,864 - alecthomas/kong (⭐3k) — Command-line parser for Go ☆
2,974 - ilyakaznacheev/cleanenv (⭐2k) — Minimalistic environment config reader ☆
2,057 - adrg/xdg (⭐950) — XDG Base Directory implementation ☆
954 - cristalhq/aconfig (⭐622) — Simple config loader ☆
623 - gookit/config (⭐578) — Config management with formats ☆
578 - kkyr/fig (⭐385) — Minimalist config library ☆
385 - nil-go/konf (⭐362) — Simplest config loader for Go ☆
362 - hjson/hjson-go (⭐347) — Hjson for Go ☆
347 - vrischmann/envconfig (⭐250) — Env config library ☆
250 - chaindead/zerocfg (⭐199) — Zero-effort config management ☆
199 - beatlabs/harvester (⭐134) — Watch and notify config changes ☆
134 - BoRuDar/configuration (⭐108) — Set struct fields from env, flags, files ☆
108 - gurkankaymak/hocon (⭐87) — HOCON config library for Go ☆
88 - PaddleHQ/go-aws-ssm (⭐62) — AWS System Manager interface ☆
62 - go-simpler/env (⭐80) — Load env vars to struct ☆
80 - omeid/uconfig (⭐72) — Lightweight config management ☆
72 - sakirsensoy/genv (⭐43) — Easy env variable handling ☆
43 - num30/config (⭐60) — Declarative configuration ☆
60 - wkhere/bcl (⭐29) — Basic Configuration Language ☆
29 - dsbasko/go-cfg (⭐47) — Unified config reading ☆
47 - atelpis/enflag (⭐37) — Unify env and flag parsing ☆
37 - greencoda/confiq (⭐39) — Config struct decoder ☆
39 - nasermirzaei89/env (⭐22) — Zero-dep env package ☆
22 - deatil/go-array (⭐22) — Read/set map, slice, JSON data ☆
22 - romshark/yamagiconf (⭐18) — YAML config framework ☆
18
Data Formats
JSON
- tidwall/gjson (⭐15k) — Fast JSON value extraction ☆
15,438 - bytedance/sonic (⭐9.2k) — A blazingly fast JSON serializing & deserializing library ☆
9,200 - Jeffail/gabs (⭐3.5k) — Dynamic JSON parsing ☆
3,528 - valyala/fastjson (⭐2.4k) — Fast JSON parser for Go ☆
2,436 - ohler55/ojg (⭐934) — Optimized JSON for Go ☆
935 - wI2L/jsondiff (⭐622) — JSON Patch diff computation ☆
622 - spyzhov/ajson (⭐291) — Abstract JSON with JSONPath ☆
291 - Andrew-M-C/go.jsonvalue (⭐202) — Unstructured JSON solution ☆
202 - iOliverNguyen/ujson (⭐85) — Minimal JSON parser ☆
85 - neilotoole/jsoncolor (⭐49) — Colorized JSON output ☆
50 - ake-persson/mapslice-json (⭐20) — Ordered JSON map slices ☆
20 - vtopc/epoch (⭐17) — Unix timestamp marshaling ☆
17
Serialization
- golang/protobuf (⭐10k) — Protocol buffers for Go ☆
10,061 - ugorji/go (⭐1.9k) — Codec for msgpack, cbor, json ☆
1,937 - linkedin/goavro (⭐1.1k) — Goavro is a library that encodes and decodes Avro data. ☆
1,055 - fxamacker/cbor (⭐1k) — CBOR codec with extensions ☆
1,022 - jszwec/csvutil (⭐1k) — CSV to struct mapping ☆
1,030 - ghostiam/binstruct (⭐112) — Binary to struct decoder ☆
112 - csweichel/bel (⭐45) — Generate TypeScript from Go ☆
45 - o1egl/fwencoder (⭐27) — Fixed width file parser ☆
27 - tiendc/go-csvlib (⭐19) — High-level CSV library ☆
18
XML
- miku/zek (⭐823) — Generate Go struct from XML ☆
824 - antchfx/xpath (⭐735) — XPath for Go ☆
735 - antchfx/xmlquery (⭐485) — XPath XML query ☆
486
Data Structures
Bit-packing and Compression
- RoaringBitmap/roaring (⭐2.8k) — Compressed bitmaps for Go ☆
2,836 - iancmcc/bingo (⭐50) — Zero-allocation binary encoding ☆
50 - amallia/go-ef (⭐41) — A Go implementation of the Elias-Fano encoding ☆
41
Bloom and Cuckoo Filters
- bits-and-blooms/bloom (⭐2.7k) — Bloom filter implementation ☆
2,750 - tylertreat/BoomFilters (⭐1.6k) — Probabilistic data structures for streams ☆
1,643 - seiflotfy/cuckoofilter (⭐1.2k) — Cuckoo Filter: Practically Better Than Bloom ☆
1,218 - OldPanda/bloomfilter (⭐20) — Bloom filter compatible with pybloom ☆
20
Maps
- mhmtszr/concurrent-swiss-map (⭐261) — Thread-safe concurrent hash map ☆
261 - goradd/maps (⭐51) — Generic map library for Go ☆
51 - srfrog/dict (⭐46) — Python-like dictionaries for Go ☆
46
Miscellaneous
- Workiva/go-datastructures (⭐7.9k) — Performant, threadsafe data structures ☆
7,898 - deckarep/golang-set (⭐4.6k) — Generic set type for Go ☆
4,649 - bits-and-blooms/bitset (⭐1.5k) — Go package implementing bitsets ☆
1,484 - liyue201/gostl (⭐1.1k) — Data structures modeled on C++ STL ☆
1,135 - axiomhq/hyperloglog (⭐1k) — HyperLogLog with optimizations ☆
1,029 - kelindar/bitmap (⭐374) — Simple dense bitmap index in Go with binary operators ☆
374 - barweiss/go-tuple (⭐96) — Go 1.18+ generic tuple ☆
96 - seiflotfy/count-min-log (⭐68) — Go implementation of Count-Min-Log ☆
68 - s0rg/quadtree (⭐41) — Generic, zero-alloc, 100%-test covered Quadtree for golang ☆
41 - StudioSol/set (⭐29) — Simple set data structure ☆
29 - nazar256/parapipe (⭐37) — Paralleling pipeline ☆
37 - bobg/merkle (⭐21) — Merkle hash trees ☆
21
Queues
- gammazero/deque (⭐755) — Fast ring-buffer deque (double-ended queue) ☆
757 - adrianbrad/queue (⭐330) — Multiple queue implementations ☆
330 - embano1/memlog (⭐135) — A Kafka log inspired in-memory and append-only data structure ☆
135 - mikestefanello/backlite (⭐137) — SQLite-backed task queues ☆
137
Databases
Caches
- golang/groupcache (⭐13k) — Distributed cache library ☆
13,323 - dgraph-io/ristretto (⭐6.7k) — A high performance memory-bound Go cache ☆
6,771 - eko/gocache (⭐2.8k) — Multi-store caching library ☆
2,838 - bluele/gcache (⭐2.7k) — In-memory cache with eviction ☆
2,729 - maypok86/otter (⭐2.5k) — A high performance caching library for Go ☆
2,511 - VictoriaMetrics/fastcache (⭐2.3k) — Fast in-memory cache for Go ☆
2,338 - jellydator/ttlcache (⭐1.2k) — An in-memory cache with item expiration and generics ☆
1,214 - viccon/sturdyc (⭐1.2k) — Caching with advanced concurrency ☆
1,248 - EchoVault/SugarDB (⭐519) — Embeddable and distributed in-memory alternative to Redis. ☆
522 - faabiosr/cachego (⭐372) — Golang Cache component - Multiple drivers ☆
372 - Yiling-J/theine-go (⭐362) — high performance in-memory cache ☆
362 - elastic/go-freelru (⭐260) — GC-less, fast and generic LRU cache for Go ☆
261 - samber/hot (⭐239) — In-memory caching library for read-intensive Go applications ☆
242 - naughtygopher/pocache (⭐231) — Preemptive optimistic caching ☆
231 - OrlovEvgeny/go-mcache (⭐102) — Sharded in-memory KV cache ☆
103 - erni27/imcache (⭐123) — A zero-dependency generic in-memory cache Go library ☆
123 - zekroTJA/timedmap (⭐74) — A thread safe map which has expiring key-value pairs. ☆
74 - codingsince1985/couchcache (⭐66) — A RESTful caching micro-service in Go backed by Couchbase ☆
66 - mdaliyan/icache (⭐23) — High-performance generic cache ☆
23
Database Schema Migration
- golang-migrate/migrate (⭐18k) — Database migrations. CLI and Golang library. ☆
18,110 - bytebase/bytebase (⭐14k) — Database DevSecOps platform ☆
13,738 - pressly/goose (⭐10k) — A database migration tool. Supports SQL migrations and Go functions. ☆
10,187 - ariga/atlas (⭐8.1k) — Declarative schema migrations with schema-as-code workflows ☆
8,091 - amacneil/dbmate (⭐6.7k) — A lightweight, framework-agnostic database migration tool. ☆
6,724 - rubenv/sql-migrate (⭐3.4k) — SQL schema migration tool for Go. ☆
3,403 - skeema/skeema (⭐1.4k) — Declarative pure-SQL schema management for MySQL and MariaDB ☆
1,358 - go-gormigrate/gormigrate (⭐1.1k) — Minimalistic database migration helper for Gorm ORM ☆
1,150 - sunary/sqlize (⭐124) — SQL parsing and migration toolkit ☆
124 - robinjoseph08/go-pg-migrations (⭐86) — A Go package to help write migrations with go-pg/pg. ☆
86 - adlio/schema (⭐42) — Embedded schema migration package for Go ☆
42 - khezen/avro (⭐48) — Apache AVRO for go ☆
48 - muir/libschema (⭐17) — database schema migrations on a per-library basis [Go] ☆
17
Database Tools
- vitessio/vitess (⭐21k) — Database clustering for MySQL ☆
20,745 - sosedoff/pgweb (⭐9.3k) — Cross-platform client for PostgreSQL databases ☆
9,257 - go-mysql-org/go-mysql (⭐4.9k) — a powerful mysql toolset with Go ☆
4,920 - prest/prest (⭐4.5k) — PostgreSQL REST API server ☆
4,519 - ContentSquare/chproxy (⭐1.4k) — Open-Source ClickHouse http proxy and load balancer ☆
1,437 - cybertec-postgresql/pg_timetable (⭐1.3k) — Advanced PostgreSQL scheduler ☆
1,319 - liweiyi88/onedump (⭐891) — Effortless database administration tool ☆
924 - HDT3213/rdb (⭐598) — Redis RDB parser for Go ☆
597 - nikepan/clickhouse-bulk (⭐505) — Batch inserts for ClickHouse ☆
505 - wesql/wescale (⭐313) — MySQL proxy with read/write split ☆
313 - gatewayd-io/gatewayd (⭐275) — database gateway for building data-driven applications ☆
275 - sj14/dbbench (⭐115) — Database benchmarking tool ☆
115 - bartventer/gorm-multitenancy (⭐78) — Multi-tenancy for GORM ☆
78 - kazhuravlev/database-gateway (⭐30) — Safe access to production databases ☆
29 - codingconcepts/dg (⭐43) — Generate CSV from data models ☆
43
Databases Implemented in Go
- prometheus/prometheus (⭐63k) — The Prometheus monitoring system and time series database. ☆
62,801 - milvus-io/milvus (⭐43k) — Cloud-native vector database ☆
42,827 - pingcap/tidb (⭐40k) — Cloud-native distributed SQL DB ☆
39,798 - cockroachdb/cockroach (⭐32k) — Cloud native distributed SQL database ☆
31,900 - influxdata/influxdb (⭐31k) — Scalable datastore for metrics, events, and real-time analytics ☆
31,257 - dgraph-io/dgraph (⭐22k) — high-performance graph database for real-time use cases ☆
21,573 - dolthub/dolt (⭐20k) — Dolt – Git for Data ☆
19,886 - rqlite/rqlite (⭐17k) — Lightweight distributed SQLite ☆
17,314 - VictoriaMetrics/VictoriaMetrics (⭐16k) — Fast time series database and monitoring ☆
16,337 - dgraph-io/badger (⭐15k) — Fast key-value DB in Go. ☆
15,477 - dicedb/dicedb (⭐11k) — Open-source, low-latency key/value engine built on Valkey with hierarchical storage tiers. ☆
10,686 - etcd-io/bbolt (⭐9.3k) — An embedded key/value database for Go. ☆
9,371 - codenotary/immudb (⭐8.9k) — Immutable database with SQL ☆
8,920 - cockroachdb/pebble (⭐5.8k) — RocksDB/LevelDB inspired key-value database in Go ☆
5,773 - rosedblabs/rosedb (⭐4.9k) — Fast key/value storage engine ☆
4,876 - tidwall/buntdb (⭐4.8k) — Embeddable in-memory key/value DB ☆
4,833 - nalgeon/redka (⭐4.5k) — Redis re-implemented with SQL ☆
4,525 - HDT3213/godis (⭐3.8k) — A Golang implemented Redis Server and Cluster ☆
3,821 - nutsdb/nutsdb (⭐3.6k) — Simple embeddable key/value store ☆
3,551 - lindb/lindb (⭐3.1k) — Scalable time-series database ☆
3,060 - lotusdblabs/lotusdb (⭐2.3k) — Key-value database with LSM and B+ tree ☆
2,250 - kelindar/column (⭐1.5k) — Columnar in-memory store ☆
1,506 - akrylysov/pogreb (⭐1.4k) — Embedded key-value store for read-heavy workloads written in Go ☆
1,349 - objectbox/objectbox-go (⭐1.3k) — Embedded database for Go ☆
1,257 - couchbase/moss (⭐1k) — Simple, fast key-val storage ☆
1,017 - amit-davidson/LibraDB (⭐199) — Simple persistent key/value store ☆
198 - claygod/transaction (⭐139) — Embedded database for accounts transactions. ☆
139 - xgzlucario/rotom (⭐41) — Tiny Redis server in Go ☆
41
Distributed Storage
- seaweedfs/seaweedfs (⭐30k) — Fast distributed storage for blobs ☆
30,405 - juicedata/juicefs (⭐13k) — Distributed POSIX filesystem ☆
13,233
Interfaces to Multiple Backends
- philippgille/gokv (⭐821) — Key-value store abstraction ☆
821 - avito-tech/go-transaction-manager (⭐377) — Transaction manager for Go ☆
384 - viant/dsc (⭐35) — Datastore Connectivity in go ☆
35 - fogfish/dynamo (⭐22) — Generic Golang Key/Value trait for AWS storage services ☆
22
NoSQL Database Drivers
- redis/go-redis (⭐22k) — Redis Go client ☆
21,930 - gomodule/redigo (⭐9.9k) — Go client for Redis ☆
9,883 - mongodb/mongo-go-driver (⭐8.5k) — The Official Golang driver for MongoDB ☆
8,504 - bradfitz/gomemcache (⭐1.9k) — Go Memcached client library #golang ☆
1,867 - qiniu/qmgo (⭐1.3k) — Go driver for MongoDB ☆
1,348 - aerospike/aerospike-client-go (⭐457) — Aerospike Client Go ☆
457 - couchbase/gocb (⭐376) — The Couchbase Go SDK ☆
376 - go-kivik/kivik (⭐335) — CouchDB client interface ☆
336 - couchbase/go-couchbase (⭐324) — Couchbase client in Go ☆
324 - chenmingyong0423/go-mongox (⭐217) — MongoDB driver wrapper with generics ☆
217 - aliexpressru/gomemcached (⭐22) — Binary Memcached client with sharding ☆
22 - btnguyen2k/gocosmos (⭐22) — Go database/sql driver for Azure Cosmos DB SQL API ☆
22
ORM
- go-gorm/gorm (⭐39k) — The fantastic ORM library for Golang, aims to be developer friendly ☆
39,602 - ent/ent (⭐17k) — An entity framework for Go ☆
16,925 - aarondl/sqlboiler (⭐7k) — Generate a Go ORM tailored to your database schema. ☆
6,976 - uptrace/bun (⭐4.7k) — SQL-first Golang ORM ☆
4,667 - upper/db (⭐3.6k) — Data access layer for databases ☆
3,644 - huandu/go-sqlbuilder (⭐1.7k) — SQL builder with zero-config ORM ☆
1,669 - stephenafamo/bob (⭐1.6k) — SQL builder with ORM generator ☆
1,634 - go-rel/rel (⭐781) — Modern ORM for Golang ☆
781 - FrancoLiberali/cql (⭐17) — CQL: Compiled Query Language ☆
17 - hashicorp/go-dbw (⭐16) — A simple package that encapsulates database operations. ☆
16
Query Language
- 99designs/gqlgen (⭐11k) — go generate based graphql server library ☆
10,667 - TomWright/dasel (⭐7.8k) — Query and modify data formats ☆
7,834 - graph-gophers/graphql-go (⭐4.7k) — GraphQL server with a focus on ease of use ☆
4,739 - bhmj/jsonslice (⭐92) — json slicer ☆
92 - hashicorp/mql (⭐65) — Model Query Language (mql) is a query language for your database models. ☆
65 - ccbrown/api-fu (⭐57) — A collection of Go packages for creating robust GraphQL APIs ☆
57 - AsaiYusuke/jsonpath (⭐30) — JSONPath query library ☆
30
Relational Database Drivers
- go-sql-driver/mysql (⭐15k) — MySQL driver for database/sql ☆
15,421 - jackc/pgx (⭐13k) — PostgreSQL driver and toolkit for Go ☆
13,378 - denisenkom/go-mssqldb (⭐1.9k) — Microsoft SQL server driver written in go language ☆
1,880 - ncruces/go-sqlite3 (⭐908) — Go bindings to SQLite using wazero ☆
914 - godror/godror (⭐585) — GO DRiver for ORacle DB ☆
587 - cvilsmeier/sqinn-go (⭐512) — Golang SQLite without cgo ☆
510 - VinGarcia/ksql (⭐352) — A Simple and Powerful Golang SQL Library ☆
353 - surrealdb/surrealdb.go (⭐299) — SurrealDB SDK for Golang ☆
301 - nakagami/firebirdsql (⭐254) — Firebird RDBMS sql driver for Go (golang) ☆
255 - ydb-platform/ydb-go-sdk (⭐173) — Pure Go native and database/sql driver for YDB ☆
174 - rqlite/gorqlite (⭐178) — A Go client for rqlite, the distributed database built on SQLite ☆
179 - apache/calcite-avatica-go (⭐124) — Apache Calcite Go ☆
124 - viant/bgc (⭐21) — Datastore Connectivity for BigQuery in go ☆
21
SQL Query Builders
- sqlc-dev/sqlc (⭐17k) — Generate type-safe code from SQL ☆
16,975 - Masterminds/squirrel (⭐7.9k) — Fluent SQL generation for golang ☆
7,866 - xo/dbtpl (⭐3.9k) — Generate Go code for databases ☆
3,885 - go-jet/jet (⭐3.6k) — Type-safe SQL builder with codegen ☆
3,576 - doug-martin/goqu (⭐2.6k) — SQL builder and query library for golang ☆
2,635 - didi/gendry (⭐1.6k) — a golang library for sql builder ☆
1,642 - lqs/sqlingo (⭐447) — A lightweight DSL & ORM which helps you to write SQL in Go. ☆
448 - nullism/bqb (⭐187) — Lightweight query builder ☆
186 - arthurkushman/buildsqlx (⭐185) — Go database query builder library for PostgreSQL ☆
185 - galeone/igor (⭐126) — igor is an abstraction layer for PostgreSQL with a gorm like syntax. ☆
126 - cristalhq/builq (⭐97) — Easily build SQL queries in Go. ☆
97 - JiveGroup/FluentSQL (⭐18) — Fluent SQL - flexible and powerful SQL string builder ☆
18
Search and Analytic Databases
- elastic/go-elasticsearch (⭐6k) — The official Go client for Elasticsearch ☆
6,026 - ClickHouse/clickhouse-go (⭐3.2k) — Golang driver for ClickHouse ☆
3,247 - sourcegraph/zoekt (⭐1.4k) — Fast trigram-based code search ☆
1,395 - sdqri/effdsl (⭐34) — Elasticsearch query builder for golang ☆
34
DevOps & Build
Backup
- restic/restic (⭐32k) — Fast, secure backup program ☆
32,312 - gilbertchen/duplicacy (⭐5.6k) — Cloud backup tool ☆
5,619
Build Automation
- air-verse/air (⭐23k) — Live reload for Go apps ☆
22,989 - go-task/task (⭐15k) — A fast, cross-platform build tool inspired by Make, designed for modern workflows. ☆
14,846 - joerdav/xc (⭐1.4k) — Markdown defined task runner. ☆
1,371 - goyek/goyek (⭐677) — Task automation Go library ☆
677 - flowexec/flow (⭐130) — Local developer automation platform that flows with you ☆
132
CI/CD
- harness/harness (⭐34k) — End-to-end developer platform ☆
33,882 - woodpecker-ci/woodpecker (⭐6.4k) — Simple, powerful CI/CD engine ☆
6,487 - ovh/cds (⭐4.8k) — Enterprise CI/CD platform ☆
4,803 - raviqqe/muffet (⭐2.6k) — Fast website link checker ☆
2,590 - pipe-cd/pipecd (⭐1.2k) — The One CD for All {applications, platforms, operations} ☆
1,252 - jenkins-zh/jenkins-cli (⭐410) — Jenkins CLI allows you to manage your Jenkins in an easy way ☆
410 - vladopajic/go-test-coverage (⭐216) — Report test coverage threshold issues ☆
217 - appleboy/drone-scp (⭐166) — Copy files via SSH for Drone ☆
166 - nikogura/gomason (⭐66) — A tool for testing, building, signing, and publishing binaries. ☆
66 - appleboy/drone-jenkins (⭐41) — Drone plugin for trigger Jenkins jobs. ☆
41 - opnlabs/dot (⭐33) — Minimal CI using Docker ☆
33 - gha-common/go-beautiful-html-coverage (⭐20) — GitHub Action for code coverage reports ☆
21
Containers
- moby/moby (⭐71k) — Container ecosystem components ☆
71,479 - traefik/traefik (⭐62k) — The Cloud Native Application Proxy ☆
61,816 - ko-build/ko (⭐8.3k) — Build and deploy Go applications ☆
8,342 - s0rg/decompose (⭐123) — Reverse-engineering tool for docker environments ☆
123 - x1unix/docker-go-mingw (⭐53) — Docker for Go with MinGW toolchain ☆
53
DevOps Utilities
- go-gitea/gitea (⭐54k) — Self-hosted Git service ☆
53,781 - moovweb/gvm (⭐12k) — Go Version Manager ☆
11,536 - TwiN/gatus (⭐10k) — Automated developer-oriented status page with alerting and incident support ☆
10,141 - bitfield/script (⭐6.9k) — Making it easy to write shell-like scripts in Go ☆
6,933 - fleetdm/fleet (⭐6k) — Open device management ☆
6,051 - taubyte/tau (⭐5k) — Fullstack Workspace for Humans & Machines ☆
4,973 - megaease/easeprobe (⭐2.3k) — Service health monitoring tool ☆
2,295 - ajvb/kala (⭐2.2k) — Modern Job Scheduler ☆
2,162 - gabrie30/ghorg (⭐2k) — Clone entire GitHub orgs ☆
1,974 - sanbornm/go-selfupdate (⭐1.7k) — Enable your Go applications to self update ☆
1,678 - yusufcanb/tlm (⭐1.5k) — Local CLI Copilot, powered by Ollama. ☆
1,468 - ovh/utask (⭐1.4k) — Automation engine with YAML config ☆
1,361 - TimothyYe/skm (⭐1k) — A simple and powerful SSH keys manager ☆
1,008 - scaleway/scaleway-cli (⭐954) — Command Line Interface for Scaleway ☆
956 - alexliesenfeld/health (⭐829) — A simple and flexible health check library for Go. ☆
829 - kool-dev/kool (⭐714) — Dev to cloud web apps made easy ☆
712 - kevincobain2000/gobrew (⭐411) — Go version manager without root ☆
411 - appleboy/easyssh-proxy (⭐345) — Simple SSH protocol implementation ☆
345 - xitonix/trubka (⭐337) — A CLI tool for Kafka ☆
337 - emicklei/mora (⭐316) — MongoDB generic REST server in Go ☆
315 - thevxn/dish (⭐274) — A simple, remotely configurable monitoring service. ☆
274 - jkaninda/goma-gateway (⭐175) — Lightweight API gateway and proxy ☆
175 - datarootsio/tf-profile (⭐163) — Profile Terraform runs ☆
163 - kazhuravlev/healthcheck (⭐22) — Readiness probes for Kubernetes application ☆
21
Infrastructure
- hashicorp/packer (⭐16k) — Build machine images from config ☆
15,608 - pomerium/pomerium (⭐4.7k) — Pomerium is an identity and context-aware access proxy. ☆
4,676 - peak/s5cmd (⭐3.9k) — Parallel S3 and local filesystem execution tool. ☆
3,921 - aptly-dev/aptly (⭐2.8k) — aptly - Debian repository management tool ☆
2,771 - KusionStack/kusion (⭐1.3k) — Declarative platform orchestrator ☆
1,272 - oxyno-zeta/s3-proxy (⭐432) — S3 reverse proxy with auth ☆
435
Kubernetes
- kubernetes/kubernetes (⭐120k) — Production-Grade Container Scheduling and Management ☆
120,676 - k3s-io/k3s (⭐32k) — Lightweight Kubernetes ☆
32,223 - kubernetes/minikube (⭐31k) — Run Kubernetes locally ☆
31,502 - kubernetes-sigs/kind (⭐15k) — Kubernetes IN Docker - local clusters for testing Kubernetes ☆
15,026 - kubeshark/kubeshark (⭐12k) — API traffic analyzer for Kubernetes ☆
11,794 - flannel-io/flannel (⭐9.4k) — Network fabric for containers ☆
9,406 - getanteon/anteon (⭐8.5k) — eBPF Kubernetes monitoring tool ☆
8,543 - kubevela/kubevela (⭐7.7k) — The Modern Application Platform. ☆
7,688 - k3d-io/k3d (⭐6.2k) — Little helper to run CNCF's k3s in Docker ☆
6,260 - stefanprodan/podinfo (⭐5.8k) — Go microservice template for Kubernetes ☆
5,829 - apecloud/kubeblocks (⭐3k) — Kubernetes operator for databases ☆
2,980 - kubenetworks/kubevpn (⭐1.3k) — Connect to Kubernetes cluster network ☆
1,295 - abahmed/kwatch (⭐992) — monitor & detect crashes in your Kubernetes(K8s) cluster instantly ☆
995 - getanteon/alaz (⭐716) — eBPF agent for K8s observability ☆
718
Load Testing
- grafana/k6 (⭐30k) — A modern load testing tool, using Go and JavaScript ☆
29,931 - tsenart/vegeta (⭐25k) — HTTP load testing tool and library. It's over 9000! ☆
24,907 - codesenberg/bombardier (⭐6.7k) — Fast cross-platform HTTP benchmarking tool written in Go ☆
6,733 - rogerwelin/cassowary (⭐809) — Modern cross-platform HTTP load-testing tool written in Go ☆
808
- axllent/mailpit (⭐8.7k) — An email and SMTP testing tool with API for developers ☆
8,754 - foxcpp/maddy (⭐5.8k) — Composable all-in-one mail server. ☆
5,848 - mjl-/mox (⭐5.5k) — Modern secure mail server ☆
5,472 - matcornic/hermes (⭐3k) — Clean HTML email generator ☆
3,046 - AfterShip/email-verifier (⭐1.5k) — Email verification without sending emails ☆
1,518 - wneessen/go-mail (⭐1.3k) — Easy to use, yet comprehensive library for sending mails with Go ☆
1,278 - sendgrid/sendgrid-go (⭐1k) — The Official Twilio SendGrid Golang API Library ☆
1,047 - mailgun/mailgun-go (⭐743) — Go library for the Mailgun API. ☆
743 - xhit/go-simple-mail (⭐691) — Simple mail sending with TLS/SSL ☆
693 - emersion/go-message (⭐438) — Internet Message Format library ☆
438 - vanng822/go-premailer (⭐187) — Inline CSS for HTML mail ☆
187 - truemail-rb/truemail-go (⭐129) — Email validator via Regex, DNS, SMTP ☆
129 - toorop/go-dkim (⭐99) — DKIM package for golang ☆
99 - dimuska139/go-email-normalizer (⭐77) — Normalize email addresses ☆
77 - valord577/mailx (⭐20) — A library that makes it easier to send email via SMTP. ☆
20
Finance & Blockchain
Blockchain
- ethereum/go-ethereum (⭐51k) — Go implementation of the Ethereum protocol ☆
50,823 - ipfs/kubo (⭐17k) — An IPFS implementation in Go ☆
16,911 - lightningnetwork/lnd (⭐8.1k) — Lightning Network Daemon ☆
8,109 - cosmos/cosmos-sdk (⭐6.9k) — A Framework for Building High Value Public Blockchains ☆
6,932 - gagliardetto/solana-go (⭐1.5k) — Go SDK library and RPC client for the Solana Blockchain ☆
1,509 - gnolang/gno (⭐1k) — Interpreted Go virtual machine ☆
1,052 - cometbft/cometbft (⭐854) — Byzantine fault-tolerant consensus ☆
858 - ChainSafe/gossamer (⭐456) — Go Implementation of the Polkadot Host ☆
455
Financial
- shopspring/decimal (⭐7.2k) — Arbitrary-precision fixed-point decimal numbers in Go ☆
7,240 - achannarasappa/ticker (⭐5.9k) — Terminal stock and crypto tracker ☆
5,941 - Rhymond/go-money (⭐1.8k) — Go implementation of Fowler's Money pattern ☆
1,880 - c9s/bbgo (⭐1.6k) — The modern cryptocurrency trading bot framework written in Go. ☆
1,599 - formancehq/ledger (⭐1.1k) — The programmable open source core ledger for fintech ☆
1,151 - bojanz/currency (⭐623) — Currency handling for Go. ☆
624 - moov-io/ach (⭐526) — ACH file reader, writer, validator ☆
529 - invopop/gobl (⭐249) — Go Business Language ☆
258 - govalues/decimal (⭐222) — Correctly rounded decimals for Go ☆
222 - quagmt/udecimal (⭐170) — High-precision decimal library ☆
171 - jovandeginste/payme (⭐89) — QR code generator (ASCII & PNG) for SEPA payments ☆
89 - jokruger/dec128 (⭐41) — High performance 128-bit fixed-point decimal numbers in go. ☆
41 - govalues/money (⭐48) — Correctly rounded monetary amounts and exchange rates for Go ☆
48 - nikolaydubina/fpmoney (⭐35) — Fixed-Point Decimal Money ☆
35 - nikolaydubina/fpdecimal (⭐34) — Fixed-Point Decimals ☆
34
Payment APIs
- stripe/stripe-go (⭐2.5k) — Stripe API library for Go ☆
2,530 - plutov/paypal (⭐771) — Golang client for PayPal REST API ☆
772 - brunomvsouza/ynab.go (⭐79) — Client for YNAB API ☆
79
GUI & Desktop
GUI
- fyne-io/fyne (⭐28k) — Cross platform GUI toolkit in Go inspired by Material Design ☆
27,939 - webview/webview (⭐14k) — Tiny webview library for Go ☆
13,911 - therecipe/qt (⭐11k) — Qt bindings for Go ☆
10,786 - go-vgo/robotgo (⭐11k) — Cross-platform RPA and GUI automation ☆
10,612 - maxence-charriere/go-app (⭐8.9k) — Build progressive web apps with Go and WASM ☆
8,856 - progrium/darwinkit (⭐5.4k) — Native Mac APIs for Go. Previously known as MacDriver ☆
5,398 - getlantern/systray (⭐3.7k) — Cross-platform systray library ☆
3,661 - cogentcore/core (⭐2.3k) — Powerful GUI framework for Go ☆
2,308 - gotk3/gotk3 (⭐2.2k) — Go bindings for GTK3 ☆
2,202 - roblillack/spot (⭐1.3k) — React-like desktop GUI toolkit for Go ☆
1,258 - ncruces/zenity (⭐891) — Zenity dialogs for Golang, Windows, macOS ☆
893 - energye/energy (⭐574) — CEF-based GUI framework ☆
577 - AllenDang/cimgui-go (⭐491) — Auto generated Go wrapper for Dear ImGui via cimgui ☆
495 - richardwilkes/unison (⭐316) — Unified GUI toolkit for Go ☆
318
Windows
- go-ole/go-ole (⭐1.3k) — win32 ole implementation for golang ☆
1,292 - gonutz/d3d9 (⭐163) — Direct3D9 wrapper for Go. ☆
163
Game Development
Game Engines
- hajimehoshi/ebiten (⭐13k) — A dead simple 2D game engine for Go ☆
12,965 - fogleman/nes (⭐5.6k) — NES emulator written in Go. ☆
5,639 - topfreegames/pitaya (⭐2.7k) — Game server with clustering support ☆
2,736 - xiaonanln/goworld (⭐2.7k) — Distributed game server engine ☆
2,704 - gen2brain/raylib-go (⭐2.3k) — Go bindings for raylib ☆
2,361 - oakmound/oak (⭐1.7k) — A pure Go game engine ☆
1,652 - JoelOtter/termloop (⭐1.5k) — Terminal-based game engine for Go, built on top of Termbox ☆
1,470 - gopxl/pixel (⭐376) — A hand-crafted 2D game library in Go. ☆
376 - ungerik/go3d (⭐338) — A performance oriented 2D/3D math package for Go ☆
338 - mlange-42/ark (⭐210) — Ark -- Archetype-based Entity Component System (ECS) for Go. ☆
215 - kelindar/tile (⭐210) — 2D grid engine for games ☆
211 - andygeiss/ecs (⭐169) — Entity Component System for games ☆
171 - gonutz/prototype (⭐108) — 2D game prototyping framework ☆
107 - s0rg/grid (⭐25) — Generic 2D grid ☆
25 - s0rg/fantasyname (⭐39) — RinkWorks fantasy name generator for golang ☆
39
OpenGL
- go-gl/glfw (⭐1.7k) — Go bindings for GLFW 3 ☆
1,660 - go-gl/gl (⭐1.2k) — Go bindings for OpenGL (generated via glow) ☆
1,188 - go-gl/mathgl (⭐596) — A pure Go 3D math library. ☆
596
Geospatial
- tidwall/tile38 (⭐9.6k) — Real-time Geospatial and Geofencing ☆
9,577 - golang/geo (⭐1.8k) — S2 geometry library in Go ☆
1,820 - consbio/mbtileserver (⭐770) — MBTiles server in Go ☆
771 - spatial-go/geoos (⭐532) — Spatial data and geometric algorithms ☆
532 - paulmach/osm (⭐443) — OpenStreetMap data library ☆
443 - uber/h3-go (⭐404) — H3 hexagonal geospatial indexing ☆
406 - airbusgeo/godal (⭐173) — GDAL wrapper for Go ☆
174 - peterstace/simplefeatures (⭐168) — OpenGIS Simple Feature implementation ☆
168 - wroge/wgs84 (⭐140) — Zero-dep coordinate transformations ☆
140 - pantrif/s2-geojson (⭐36) — Visualize S2 cells on a map ☆
36
Go Tooling
Compilers
- gopherjs/gopherjs (⭐13k) — A compiler from Go to JavaScript for running Go code in a browser ☆
13,125 - yassinebenaid/bunster (⭐2.6k) — Compile shell scripts to static binaries. ☆
2,643 - Konstantin8105/c4go (⭐377) — Transpiling C code to Go code ☆
379 - go2hx/go2hx (⭐149) — Import Go libraries in Haxe ☆
149
Editor Plugins
- fatih/vim-go (⭐16k) — Go development plugin for Vim ☆
16,238 - visualfc/liteide (⭐7.8k) — LiteIDE is a simple, open source, cross-platform Go IDE. ☆
7,757 - nsf/gocode (⭐5k) — An autocompletion daemon for the Go programming language ☆
4,999 - golang/vscode-go (⭐4.2k) — Go extension for Visual Studio Code ☆
4,206 - dominikh/go-mode.el (⭐1.4k) — Emacs mode for the Go programming language ☆
1,446 - incu6us/goimports-reviser (⭐712) — Imports sorting and code formatting tool ☆
711
Generate Tools
- xuri/xgen (⭐405) — XSD parser and code generator ☆
406 - kazhuravlev/options-gen (⭐107) — Codegen for functional options in go projects ☆
103 - g4s8/envdoc (⭐94) — Go tool to generate documentation for environment variables ☆
94
Go Tools
- go-swagger/go-swagger (⭐9.9k) — Swagger 2.0 implementation for go ☆
9,940 - ondrajz/go-callvis (⭐6.5k) — Visualize call graph of a Go program using Graphviz ☆
6,452 - Zxilly/go-size-analyzer (⭐2k) — Analyze compiled Go binary size ☆
1,970 - pointlander/peg (⭐1.1k) — PEG parser generator for Go ☆
1,100 - janpfeifer/gonb (⭐977) — Go notebook kernel for Jupyter ☆
980 - safedep/vet (⭐942) — Protect against malicious open source packages ☆
952 - alajmo/sake (⭐743) — Task runner for local and remote hosts ☆
743 - goccmack/gocc (⭐657) — Parser and scanner generator ☆
657 - moshebe/gebug (⭐634) — Debug Dockerized Go apps ☆
634 - edwingeng/hotswap (⭐418) — Hot reload Go code without restart ☆
421 - iyashjayesh/monigo (⭐396) — Performance monitoring library ☆
397 - becheran/roumon (⭐234) — Universal goroutine monitor using pprof and termui ☆
234 - bitfield/gotestdox (⭐191) — A tool for formatting Go test results as readable documentation ☆
193 - ahmedakef/gotutor (⭐74) — Online Go Debugger & Visualizer ☆
74 - bobg/decouple (⭐35) — find overspecified function parameters in Go code ☆
35 - bobg/modver (⭐21) — a tool that helps you obey semantic versioning rules in your Go module ☆
21 - dustinblackman/gomodrun (⭐38) — Run binaries from go.mod ☆
38
Hardware & IoT
Hardware
- shirou/gopsutil (⭐12k) — psutil for golang ☆
11,706 - arduino/arduino-cli (⭐4.8k) — Arduino command line tool ☆
4,804 - jaypipes/ghw (⭐1.8k) — Go HardWare discovery/inspection library ☆
1,824 - zcalusic/sysinfo (⭐575) — Linux system information library ☆
575
IoT
- hybridgroup/gobot (⭐9.4k) — Robotics and IoT framework ☆
9,380 - lf-edge/ekuiper (⭐1.7k) — Lightweight data stream processing engine for IoT edge ☆
1,678 - rulego/rulego (⭐1.4k) — Lightweight rule engine framework ☆
1,430 - Edgenesis/shifu (⭐1.4k) — Kubernetes-native IoT gateway ☆
1,401 - e154/smart-home (⭐96) — software package for automation ☆
96 - maxatome/go-vitotrol (⭐23) — golang client library to Viessmann Vitotrol web service ☆
23
Networking
Consensus
- hashicorp/raft (⭐8.9k) — Golang implementation of the Raft consensus protocol ☆
8,927 - lni/dragonboat (⭐5.3k) — Multi-group Raft consensus library ☆
5,298 - etcd-io/raft (⭐984) — Raft library for maintaining a replicated state machine ☆
985 - vadiminshakov/committer (⭐40) — 2PC and 3PC protocols for Go ☆
40
DNS
- miekg/dns (⭐8.6k) — DNS library in Go ☆
8,633 - 0xERR0R/blocky (⭐6.1k) — DNS ad-blocker for local networks ☆
6,118 - hashicorp/mdns (⭐1.3k) — Simple mDNS client/server library in Golang ☆
1,334 - semihalev/sdns (⭐1k) — High-performance recursive DNS ☆
1,028 - mosajjal/dnsmonster (⭐350) — Passive DNS Capture and Monitoring Toolkit ☆
350 - joeig/go-powerdns (⭐103) — PowerDNS API client for Go (community project) ☆
103
Distributed Utilities
- luraproject/lura (⭐6.7k) — Ultra-performant API gateway ☆
6,736 - chrislusf/gleam (⭐3.6k) — Distributed map/reduce in Go ☆
3,554 - bsm/redislock (⭐1.7k) — Simplified distributed locking implementation using Redis ☆
1,737 - k8gb-io/k8gb (⭐1.1k) — A cloud native Kubernetes Global Balancer ☆
1,145 - temporalio/sdk-go (⭐826) — Temporal Go SDK ☆
832 - AppsFlyer/go-sundheit (⭐560) — Health checks library for Go ☆
560 - tarmac-project/tarmac (⭐342) — Functions as Monolith or Microservices ☆
342 - italolelis/outboxer (⭐166) — A library that implements the outboxer pattern in go ☆
166 - capillariesio/capillaries (⭐69) — Distributed batch data processing framework ☆
69 - svcavallar/celeriac.v1 (⭐76) — Celery client for Go ☆
76 - sanketplus/go-mysql-lock (⭐66) — MySQL Backed Locking Primitive ☆
66 - pdupub/go-pdu (⭐49) — An PDU implementation in Go ☆
49 - mbrostami/consistenthash (⭐31) — Consistent hashing implementation ☆
31
HTTP & Proxy
- valyala/fasthttp (⭐23k) — Fast HTTP package for Go ☆
23,261 - elazarl/goproxy (⭐6.6k) — An HTTP proxy library for Go ☆
6,610 - wzshiming/httpproxy (⭐32) — HTTP proxy handler and dialer ☆
31
HTTP Clients
- go-resty/resty (⭐12k) — Simple HTTP, REST, and SSE client library for Go ☆
11,547 - imroc/req (⭐4.8k) — Simple Go HTTP client with Black Magic ☆
4,758 - gojek/heimdall (⭐2.7k) — An enhanced HTTP client for Go ☆
2,699 - hashicorp/go-retryablehttp (⭐2.3k) — Retryable HTTP client in Go ☆
2,275 - levigross/grequests (⭐2.2k) — A Go "clone" of the great and famous Requests library ☆
2,184 - dghubble/sling (⭐1.7k) — A Go HTTP client library for creating and sending API requests ☆
1,717 - earthboundkid/requests (⭐1.7k) — HTTP requests for Gophers ☆
1,665 - bogdanfinn/tls-client (⭐1.4k) — HTTP client with TLS fingerprint spoofing ☆
1,466 - Noooste/azuretls-client (⭐422) — HTTP client to spoof TLS/JA3 fingerprint ☆
426 - monaco-io/request (⭐295) — go request, go http client ☆
295 - opus-domini/fast-shot (⭐95) — Fluent HTTP client for Go ☆
116 - go-zoox/fetch (⭐89) — Powerful HTTP client for Go ☆
89 - NdoleStudio/go-otelroundtripper (⭐85) — OpenTelemetry metrics for HTTP clients ☆
85 - rezmoss/axios4go (⭐30) — Axios-inspired HTTP client ☆
32
Servers
- caddyserver/caddy (⭐70k) — Multi-platform web server with HTTPS ☆
70,194 - pocketbase/pocketbase (⭐56k) — Open Source realtime backend in 1 file ☆
56,223 - etcd-io/etcd (⭐51k) — Distributed key-value store ☆
51,621 - drakkan/sftpgo (⭐12k) — Full-featured SFTP/FTP/HTTP server ☆
11,696 - adnanh/webhook (⭐12k) — Lightweight webhook server ☆
11,596 - roadrunner-server/roadrunner (⭐8.4k) — High-performance PHP application server ☆
8,396 - easegress-io/easegress (⭐5.9k) — A Cloud Native traffic orchestration system ☆
5,866 - charmbracelet/wish (⭐4.9k) — Make SSH apps, just like that! ☆
4,915 - flipt-io/flipt (⭐4.7k) — Enterprise-ready, Git native feature management solution ☆
4,717 - getfider/fider (⭐4.1k) — Open platform to collect and prioritize feedback ☆
4,099 - xyproto/algernon (⭐3k) — Web server with Lua and Markdown ☆
2,988 - openflagr/flagr (⭐2.6k) — Feature flagging and A/B testing ☆
2,573 - thomaspoignant/go-feature-flag (⭐1.9k) — Open source feature flag solution ☆
1,939 - msoap/shell2http (⭐1.5k) — Executing shell commands via HTTP server ☆
1,471 - openrundev/openrun (⭐736) — Open source Cloud Run alternative ☆
796 - webhookx-io/webhookx (⭐270) — The Next-Generation Webhooks Gateway. ☆
272 - baalimago/wd-41 (⭐151) — Web-Development 41, a static web server with live-reload ☆
151 - blind-oracle/cortex-tenant (⭐132) — Prometheus proxy with tenant ID injection ☆
133 - rekby/lets-proxy2 (⭐101) — Reverse proxy with auto TLS ☆
101 - 42atomys/webhooked (⭐42) — A webhook receiver on steroids. ☆
42
Network Utilities
- fortio/fortio (⭐3.7k) — Load testing and echo server ☆
3,677 - hashicorp/go-getter (⭐1.8k) — Download files from URLs ☆
1,806 - TimothyYe/godns (⭐1.7k) — Dynamic DNS client for multiple providers ☆
1,736 - cavaliergopher/grab (⭐1.5k) — Download manager package ☆
1,472 - schollz/peerdiscovery (⭐668) — Cross-platform local peer discovery ☆
668 - fclairamb/ftpserverlib (⭐462) — FTP server library for Go ☆
463 - skibish/ddns (⭐267) — Personal DDNS client with Digital Ocean Networking DNS as backend. ☆
267 - assafmo/joincap (⭐220) — Merge pcap files ☆
221 - c-robinson/iplib (⭐152) — A library for working with IP addresses and networks in Go ☆
151 - gaissmai/bart (⭐117) — Balanced routing table ☆
117 - alegrey91/fwdctl (⭐72) — Manage IPTables forwards via CLI ☆
72
P2P & Torrent
- anacrolix/torrent (⭐6k) — Full-featured BitTorrent client package and utilities ☆
5,970 - dragonflyoss/dragonfly (⭐3k) — P2P-based container image distribution ☆
3,033 - cenkalti/rain (⭐1.1k) — BitTorrent client and library in Go ☆
1,111 - anacrolix/dht (⭐348) — DHT for BitTorrent ☆
348
Protocols
- pion/webrtc (⭐16k) — Pure Go implementation of the WebRTC API ☆
16,051 - quic-go/quic-go (⭐11k) — A production-ready QUIC implementation in pure Go ☆
11,443 - google/gopacket (⭐6.7k) — Provides packet processing capabilities for Go ☆
6,747 - osrg/gobgp (⭐4k) — BGP implemented in the Go Programming Language ☆
3,985 - lxzan/gws (⭐1.7k) — Fast websocket server and client ☆
1,705 - gosnmp/gosnmp (⭐1.2k) — An SNMP library written in Go ☆
1,239 - bluenviron/gortsplib (⭐889) — RTSP client and server library for the Go programming language ☆
892 - ccding/go-stun (⭐718) — A go implementation of the STUN client (RFC 3489 and RFC 5389) ☆
718 - google/gnxi (⭐283) — gNXI Tools - gRPC Network Management/Operations Interface Tools ☆
282 - jeroenrinzema/psql-wire (⭐216) — PostgreSQL wire protocol for Go ☆
217 - jimlambrt/gldap (⭐118) — Build LDAP services w/ Go ☆
118 - soypat/natiu-mqtt (⭐102) — Extensible MQTT for embedded systems ☆
104
RPC
- grpc/grpc-go (⭐23k) — The Go language implementation of gRPC. HTTP/2 based RPC ☆
22,787 - lesismal/arpc (⭐1.1k) — Two-way RPC with broadcast support ☆
1,090 - ybbus/jsonrpc (⭐369) — A simple go implementation of json rpc 2.0 client over http ☆
369 - osamingo/jsonrpc (⭐193) — The jsonrpc package helps implement of JSON-RPC 2.0 ☆
192
SSH & SFTP
- gliderlabs/ssh (⭐4.1k) — Easy SSH servers in Golang ☆
4,087 - pkg/sftp (⭐1.6k) — SFTP support for the go.crypto/ssh package ☆
1,634 - masterzen/winrm (⭐459) — Windows remote command library ☆
460
TCP/UDP Frameworks
- panjf2000/gnet (⭐11k) — High-performance event-loop network ☆
11,089 - xtaci/kcp-go (⭐4.5k) — A crypto-secure Reliable-UDP library for Golang with FEC support. ☆
4,493 - cloudwego/netpoll (⭐4.5k) — High-performance I/O framework ☆
4,529 - lesismal/nbio (⭐2.7k) — High-performance network library ☆
2,700 - xtaci/gaio (⭐1k) — High-performance, minimalist async-io (proactor) networking for Golang. ☆
1,080 - cheng-zhongliang/event (⭐119) — Simple I/O event notification library wirtten in Golang ☆
119 - fish-tennis/gnet (⭐26) — high performance net library for game server ☆
26
VPN & Tunneling
- cloudflare/cloudflared (⭐13k) — Cloudflare Tunnel client ☆
13,167 - xjasonlyu/tun2socks (⭐4.9k) — TUN to SOCKS proxy ☆
4,909 - songgao/water (⭐2.1k) — A simple TUN/TAP library written in native Go. ☆
2,138 - NodePassProject/nodepass (⭐2.1k) — Secure TCP/UDP tunneling with TLS ☆
2,068
Queues & Pub/Sub
Brokers
- nats-io/nats-server (⭐19k) — High-performance NATS message server ☆
19,169 - emitter-io/emitter (⭐4k) — High-performance pub/sub broker ☆
4,001 - mochi-mqtt/server (⭐1.8k) — Embeddable MQTT v5 broker ☆
1,790
Clients & Libraries
- hibiken/asynq (⭐13k) — Simple, reliable, and efficient distributed task queue in Go ☆
12,904 - IBM/sarama (⭐12k) — Sarama is a Go library for Apache Kafka. ☆
12,429 - centrifugal/centrifugo (⭐9.9k) — Scalable real-time messaging server ☆
9,968 - ThreeDotsLabs/watermill (⭐9.5k) — Building event-driven applications the easy way in Go. ☆
9,534 - appleboy/gorush (⭐8.7k) — A push notification server written in Go (Golang). ☆
8,689 - RichardKnop/machinery (⭐7.9k) — Async task queue with message passing ☆
7,949 - nats-io/nats.go (⭐6.4k) — Golang client for NATS, the cloud native messaging system. ☆
6,447 - dunglas/mercure (⭐5.2k) — Server-Sent Events hub ☆
5,184 - confluentinc/confluent-kafka-go (⭐5.1k) — Confluent's Apache Kafka Golang client ☆
5,104 - olahol/melody (⭐4.1k) — Minimalist websocket framework for Go ☆
4,066 - sideshow/apns2 (⭐3.2k) — Apple Push Notification Service ☆
3,162 - lovoo/goka (⭐2.5k) — Kafka stream processing library ☆
2,507 - rabbitmq/amqp091-go (⭐2k) — An AMQP 0-9-1 Go client maintained by the RabbitMQ team ☆
1,970 - asaskevich/EventBus (⭐2k) — [Go] Lightweight eventbus with async compatibility for Go ☆
1,960 - containrrr/shoutrrr (⭐1.5k) — Notification library for gophers and their furry friends. ☆
1,506 - pebbe/zmq4 (⭐1.2k) — A Go interface to ZeroMQ version 4 ☆
1,246 - timbray/quamina (⭐476) — Fast pattern-matching library ☆
478 - cskr/pubsub (⭐447) — A simple pubsub package for go. ☆
448 - jandelgado/rabtap (⭐278) — RabbitMQ wire tap and swiss army knife ☆
278 - mehdihadeli/Go-MediatR (⭐274) — Mediator pattern for CQRS ☆
274 - goptics/varmq (⭐176) — Zero-dep message queue library ☆
178 - robinjoseph08/redisqueue (⭐139) — Redis streams producer and consumer ☆
139 - oagudo/outbox (⭐116) — Transactional outbox pattern ☆
118 - hyperonym/ratus (⭐124) — RESTful async task queue server ☆
124 - furdarius/rabbitroutine (⭐114) — RabbitMQ auto-reconnect library ☆
114 - dailymotion/oplog (⭐110) — A generic oplog/replication system for microservices ☆
110 - jirenius/go-res (⭐67) — RES Service protocol library for Go ☆
67 - Protocol-Lattice/GoEventBus (⭐53) — A lock-free, ultra-fast event bus for Go ☆
57 - SchwarzDigits/hypermatch (⭐33) — High-performance rule matching ☆
33
Science
- gonum/gonum (⭐8.3k) — Numeric libraries for Go ☆
8,311 - gonum/plot (⭐2.9k) — Plotting and visualization ☆
2,940 - paulmach/orb (⭐1.1k) — 2D geometry types and utilities ☆
1,090 - madelynnblue/go-dsp (⭐904) — Digital Signal Processing for Go ☆
907 - bebop/poly (⭐721) — Synthetic biology library for Go ☆
720 - hmdsefi/gograph (⭐105) — Generic graph algorithms library ☆
106 - nikolaydubina/jsonl-graph (⭐77) — JSONL Graph Tools ☆
77 - claygod/PiHex (⭐20) — Generate hexadecimal Pi digits ☆
20
Scripting
Embeddable Languages
- php/frankenphp (⭐11k) — The modern PHP app server ☆
10,790 - expr-lang/expr (⭐7.7k) — Expression evaluation for Go ☆
7,692 - yuin/gopher-lua (⭐6.8k) — Lua VM and compiler in Go ☆
6,852 - dop251/goja (⭐6.7k) — ECMAScript engine in pure Go ☆
6,743 - d5/tengo (⭐3.8k) — Fast script language for Go ☆
3,774 - Shopify/go-lua (⭐3.4k) — Lua VM in Go ☆
3,414 - google/cel-go (⭐2.9k) — Common Expression Language for Go ☆
2,875 - google/starlark-go (⭐2.6k) — Starlark config language in Go ☆
2,635 - metacall/core (⭐1.8k) — Polyglot programming runtime ☆
1,759 - wa-lang/wa (⭐1.7k) — The Wa Programming Language ☆
1,754 - mattn/anko (⭐1.6k) — Scriptable interpreter in Go ☆
1,558 - PaesslerAG/gval (⭐810) — Expression evaluation in Go ☆
810 - ichiban/prolog (⭐706) — Prolog scripting engine for Go ☆
706 - aarzilli/golua (⭐689) — Lua C API bindings for Go ☆
689 - 1set/starlet (⭐40) — Starlark wrapper with batteries ☆
40
Code Generators
- oapi-codegen/oapi-codegen (⭐8k) — Generate Go code from OpenAPI 3 specs ☆
8,075 - dave/jennifer (⭐3.6k) — Code generator for Go ☆
3,602 - hexdigest/gowrap (⭐1.3k) — Generate interface decorators ☆
1,310 - awalterschulze/goderive (⭐1.3k) — Generate mundane Go functions ☆
1,266 - abice/go-enum (⭐917) — Enum generator for Go ☆
923 - jmattheis/goverter (⭐811) — Generate type-safe converters ☆
815 - rjeczalik/interfaces (⭐432) — Code generation tools for Go ☆
432 - switchupcb/copygen (⭐399) — Copy values between types ☆
399 - reedom/convergen (⭐48) — Type-to-type copy code generator ☆
48
Security
Certificates
- go-acme/lego (⭐9.2k) — Let's Encrypt/ACME client and library written in Go ☆
9,264 - caddyserver/certmagic (⭐5.4k) — Automatic HTTPS certificate management ☆
5,442 - tg123/go-htpasswd (⭐46) — Apache htpasswd Parser for Go. ☆
46 - adrianosela/sslmgr (⭐30) — SSL certificate abstraction ☆
31
Cryptography
- FiloSottile/age (⭐21k) — Simple encryption tool ☆
21,351 - authzed/spicedb (⭐6.4k) — Zanzibar-inspired permissions DB ☆
6,439 - awnumar/memguard (⭐2.7k) — Software sandbox for storage of sensitive information in memory. ☆
2,713 - cossacklabs/themis (⭐1.9k) — Cryptographic framework for data protection ☆
1,950 - dromara/dongle (⭐1.1k) — A simple, semantic and developer-friendly crypto package for golang ☆
1,098 - anatol/booster (⭐620) — Fast and secure initramfs generator ☆
620 - kevinburke/nacl (⭐552) — Pure Go implementation of the NaCL set of API's ☆
552 - ssh-vault/ssh-vault (⭐494) — encrypt/decrypt using ssh keys ☆
493 - number571/go-peer (⭐316) — Secure decentralized networking ☆
316 - lingrino/vaku (⭐158) — Extended Vault API and CLI ☆
158 - anatol/luks.go (⭐95) — Pure Golang library to manage LUKS partitions ☆
95 - zitadel/passwap (⭐72) — Unified password hashing ☆
72 - rsjethani/secret (⭐32) — Prevent your secrets from leaking into logs, std* etc. ☆
32 - andskur/argon2-hashing (⭐25) — Argon2 password hashing ☆
25
WAF & Protection
- Ullaakut/cameradar (⭐4.9k) — Cameradar hacks its way into RTSP videosurveillance cameras ☆
4,868 - corazawaf/coraza (⭐3.3k) — ModSecurity-compatible WAF in Go ☆
3,294 - mojocn/base64Captcha (⭐2.3k) — captcha of base64 image string ☆
2,347 - unrolled/secure (⭐2.3k) — HTTP middleware for Go that facilitates some quick security wins. ☆
2,334 - mariocandela/beelzebub (⭐1.8k) — AI-powered honeypot framework ☆
1,844 - cossacklabs/acra (⭐1.5k) — Database security proxy ☆
1,453 - securitybunker/databunker (⭐1.4k) — Secure vault for PII/PHI/KYC records ☆
1,384 - hillu/go-yara (⭐385) — Go bindings for YARA ☆
385 - teler-sh/teler-waf (⭐399) — HTTP middleware for WAF ☆
399 - steambap/captcha (⭐161) — Easy captcha library ☆
162
Zero Trust
- sigstore/cosign (⭐5.6k) — Code signing and transparency for containers and binaries ☆
5,667 - openziti/ziti (⭐3.9k) — Zero trust networking platform ☆
3,883 - spiffe/spire (⭐2.2k) — The SPIFFE Runtime Environment ☆
2,211 - philips-labs/spiffe-vault (⭐97) — Integrates Spiffe and Vault to have secretless authentication ☆
97
Testing & Quality
Benchmarks
- smallnest/go-web-framework-benchmark (⭐2.1k) — Web framework benchmarks ☆
2,137 - alecthomas/go_serialization_benchmarks (⭐1.6k) — Serialization benchmarks for Go ☆
1,621 - SimonWaldherr/golang-benchmarks (⭐142) — Go(lang) benchmarks - (measure the speed of golang) ☆
142 - feyeleanor/gospeed (⭐126) — Go language construct benchmarks ☆
126 - nikolaydubina/go-ml-benchmarks (⭐32) — Benchmarks of machine learning inference for Go ☆
32
Code Analysis
- golangci/golangci-lint (⭐18k) — Fast linters runner for Go ☆
18,530 - boyter/scc (⭐8.1k) — Fast code counter and stats ☆
8,051 - mgechev/revive (⭐5.4k) — Fast, extensible Go linter ☆
5,396 - kisielk/errcheck (⭐2.5k) — errcheck checks that you checked errors. ☆
2,473 - go-critic/go-critic (⭐2k) — The most opinionated Go source code linter for code audit. ☆
2,035 - daveshanley/vacuum (⭐1k) — Fast OpenAPI linter ☆
1,008 - presmihaylov/todocheck (⭐437) — Analyser for TODO comments ☆
436 - mdempsky/unconvert (⭐388) — Remove unnecessary type conversions ☆
388 - tomarrell/wrapcheck (⭐358) — Check errors are wrapped ☆
359 - mibk/dupl (⭐362) — Code clone detection tool ☆
363 - shurcooL/gostatus (⭐245) — Show status of Go repositories ☆
245 - Antonboom/testifylint (⭐164) — Linter for testify usage ☆
163 - Crocmagnon/fatcontext (⭐65) — Detect nested contexts in loops ☆
67 - antham/ghokin (⭐51) — Parallelized Gherkin formatter ☆
52 - asticode/go-astitodo (⭐66) — Parse TODOs in your GO code ☆
66 - sashamelentyev/usestdlibvars (⭐47) — Linter for stdlib variables usage ☆
47 - borovikovd/gomsort (⭐26) — Go msort - linter that sorts methods ☆
26
Mock
- vektra/mockery (⭐7k) — Mock code autogenerator for Go ☆
6,997 - DATA-DOG/go-sqlmock (⭐6.5k) — SQL mock driver for testing ☆
6,524 - brianvoe/gofakeit (⭐5.3k) — Random fake data generator written in go ☆
5,304 - uber-go/mock (⭐3.3k) — GoMock is a mocking framework for the Go programming language. ☆
3,265 - SpectoLabs/hoverfly (⭐2.5k) — API simulation and virtualization ☆
2,466 - matryer/moq (⭐2.2k) — Interface mocking via go generate ☆
2,179 - jarcoal/httpmock (⭐2.1k) — HTTP mocking for Go ☆
2,075 - maxbrunsfeld/counterfeiter (⭐1.1k) — Generate type-safe test doubles ☆
1,120 - gojuno/minimock (⭐745) — Powerful mock generator ☆
746 - DATA-DOG/go-txdb (⭐742) — Transaction-isolated SQL driver ☆
746 - pashagolub/pgxmock (⭐559) — pgx mock driver for testing ☆
561 - xhd2015/xgo (⭐429) — All-in-one Go testing library ☆
430 - seborama/govcr (⭐196) — Record and replay HTTP interactions ☆
196 - mocktools/go-smtp-mock (⭐160) — SMTP mock server for testing ☆
160 - elgohr/go-localstack (⭐86) — Go wrapper for LocalStack ☆
85
Performance
- jaegertracing/jaeger (⭐22k) — Distributed tracing platform ☆
22,471 - pixie-io/pixie (⭐6.4k) — Kubernetes-native observability ☆
6,354 - arl/statsviz (⭐3.6k) — Visualize Go runtime metrics ☆
3,623 - nikolaydubina/go-instrument (⭐288) — Add trace spans to Go functions ☆
288 - joetifa2003/mm-go (⭐193) — Manual memory management for Go ☆
193
Browser Automation
- chromedp/chromedp (⭐13k) — Chrome DevTools Protocol driver ☆
12,742 - go-rod/rod (⭐6.6k) — Chrome DevTools driver for scraping ☆
6,713 - sensepost/gowitness (⭐4.2k) — Web screenshot utility with Chrome ☆
4,174 - playwright-community/playwright-go (⭐3.2k) — Browser automation for Chromium, Firefox, WebKit ☆
3,202 - mafredri/cdp (⭐780) — Chrome DevTools Protocol bindings ☆
784
Testing Frameworks
- stretchr/testify (⭐26k) — Assertions and mocks for testing ☆
25,862 - keploy/keploy (⭐16k) — API testing with auto mocks ☆
15,709 - Shopify/toxiproxy (⭐12k) — TCP proxy for chaos testing ☆
11,848 - testcontainers/testcontainers-go (⭐4.7k) — Docker containers for integration tests ☆
4,686 - google/go-cmp (⭐4.6k) — Package for comparing Go values in tests ☆
4,596 - gavv/httpexpect (⭐2.7k) — End-to-end HTTP and REST API testing for Go. ☆
2,711 - cucumber/godog (⭐2.6k) — Cucumber for golang ☆
2,590 - orlangure/gnomock (⭐1.5k) — Test with ephemeral Docker containers ☆
1,481 - dnaeon/go-vcr (⭐1.4k) — Record and replay HTTP for tests ☆
1,359 - go-testfixtures/testfixtures (⭐1.2k) — Rails-like test fixtures for Go ☆
1,220 - fergusstrange/embedded-postgres (⭐1.1k) — Embedded PostgreSQL for testing ☆
1,125 - chapar-rest/chapar (⭐687) — API testing for HTTP and gRPC ☆
693 - gotestyourself/gotest.tools (⭐577) — Testing utilities for Go ☆
577 - maxatome/go-testdeep (⭐457) — Flexible deep comparison in tests ☆
462 - appleboy/gofight (⭐445) — Testing API Handler written in Golang. ☆
445 - viant/endly (⭐266) — End to end functional test and automation framework ☆
266 - ysmood/got (⭐269) — An enjoyable golang test framework. ☆
269 - kinbiko/jsonassert (⭐140) — JSON assertion library for tests ☆
140 - adamluzsi/testcase (⭐127) — Opinionated testing framework ☆
127 - earthboundkid/be (⭐131) — The Go test helper for minimalists ☆
131 - corbym/gocrest (⭐106) — GoCrest - Hamcrest-like matchers for Go ☆
106 - hedhyw/gherkingen (⭐92) — Behaviour Driven Development tests generator for Golang ☆
94 - madflojo/testcerts (⭐84) — Generate test certificates on the fly ☆
84 - viant/dsunit (⭐45) — Datastore Testibility ☆
45 - go-restit/restit (⭐55) — A Go library help testing your RESTful API application ☆
55 - rekby/fixenv (⭐33) — Pytest-inspired fixture caching for Go tests ☆
33 - abecodes/dft (⭐19) — Docker wrapper for testing ☆
19
Testing Utilities
- dvyukov/go-fuzz (⭐4.8k) — Randomized testing for Go ☆
4,846 - pingcap/failpoint (⭐874) — Failpoint implementation for Go ☆
872
Validation
- go-playground/validator (⭐20k) — Struct and field validation for Go ☆
19,716 - gookit/validate (⭐1.1k) — Struct and data validation ☆
1,125 - Oudwins/zog (⭐1.1k) — Zod-inspired schema validation ☆
1,141 - faceair/jio (⭐125) — JSON schema validator like Joi ☆
125 - twharmon/govalid (⭐112) — Struct validation using tags ☆
112 - osamingo/checkdigit (⭐114) — Check digit algorithms ☆
114 - marrow16/valix (⭐31) — Request validation package ☆
31 - tiendc/go-validator (⭐32) — Intuitive validation library ☆
32
Text & NLP
Formatters
- dustin/go-humanize (⭐4.8k) — Human-friendly unit formatting ☆
4,806 - neilotoole/sq (⭐2.4k) — SQL data wrangler ☆
2,433 - bojanz/address (⭐82) — Address handling for Go ☆
82
Markup Languages
- BurntSushi/toml (⭐4.9k) — TOML parser with reflection ☆
4,901 - yuin/goldmark (⭐4.6k) — Markdown parser for Go ☆
4,605 - JohannesKaufmann/html-to-markdown (⭐3.4k) — Convert HTML to Markdown ☆
3,426 - pelletier/go-toml (⭐1.9k) — TOML library for Go ☆
1,905 - antchfx/htmlquery (⭐781) — XPath for HTML queries ☆
781 - clbanning/mxj (⭐633) — XML to/from map conversion ☆
632 - mmalcek/bafi (⭐112) — Universal format converter ☆
112 - drewstinnett/gout (⭐18) — Output Go objects in YAML, JSON ☆
18
Miscellaneous
- microcosm-cc/bluemonday (⭐3.6k) — Fast HTML sanitizer for Go ☆
3,626 - gosimple/slug (⭐1.3k) — URL-friendly slugify ☆
1,320 - pemistahl/lingua-go (⭐1.3k) — Natural language detection ☆
1,319 - arunsupe/semantic-grep (⭐1.2k) — Grep for similar words ☆
1,211 - mattn/go-runewidth (⭐676) — Rune width for terminals ☆
679 - hedhyw/rex (⭐210) — Flexible regex constructor ☆
210 - IGLOU-EU/go-wildcard (⭐99) — Fast wildcard matching ☆
99 - JoshuaDoes/gofuckyourself (⭐68) — Swear filter for Go ☆
68 - alexsergivan/transliterator (⭐46) — Text transliterator ☆
46 - Dynom/TySug (⭐19) — Typo suggestions with keyboard layout ☆
19
Morphological Analyzers
- nlpodyssey/spago (⭐1.8k) — ML and NLP library for Go ☆
1,849 - ikawaha/kagome (⭐942) — Japanese morphological analyzer ☆
943 - afjoseph/RAKE.Go (⭐122) — Rapid Keyword Extraction in Go ☆
123 - jonreiter/govader (⭐52) — VADER sentiment analysis ☆
52
Parsers/Encoders/Decoders
- mvdan/sh (⭐8.5k) — Shell parser and formatter ☆
8,470 - mmcdole/gofeed (⭐2.8k) — Parse RSS, Atom, JSON feeds ☆
2,806 - google/go-querystring (⭐2.1k) — Encode structs to URL query strings ☆
2,132 - olebedev/when (⭐1.5k) — Natural language date parser ☆
1,459 - adrianmo/go-nmea (⭐257) — NMEA sentence parser ☆
257 - yassinebenaid/godump (⭐223) — Dump any Go variable ☆
224 - editorconfig/editorconfig-core-go (⭐150) — EditorConfig core in Go ☆
151 - bzick/tokenizer (⭐138) — Tokenizer/lexer for Go ☆
138 - emersion/go-vcard (⭐123) — vCard parser and formatter ☆
123 - polera/gonameparts (⭐43) — Takes a full name and splits it into individual name parts ☆
43
Scrapers
- gocolly/colly (⭐25k) — Web scraping framework for Go ☆
25,095 - PuerkitoBio/goquery (⭐15k) — jQuery-like HTML manipulation ☆
14,905 - mvdan/xurls (⭐1.2k) — Extract URLs from text ☆
1,247 - s0rg/crawley (⭐330) — The unix-way web crawler ☆
330 - zoomio/tagify (⭐39) — Extract tags from HTML/Markdown/text ☆
39
Text Analysis
- blevesearch/bleve (⭐11k) — Text/numeric/geo/vector indexing library ☆
10,981 - derekparker/trie (⭐787) — Trie for extremely fast prefix search ☆
788 - agnivade/levenshtein (⭐451) — Go implementation to calculate Levenshtein Distance. ☆
454 - plar/go-adaptive-radix-tree (⭐411) — Adaptive Radix Trees implemented in Go ☆
411 - viant/ptrie (⭐45) — A prefix tree implementation in go ☆
45
Tokenizers
- go-ego/gse (⭐2.8k) — Multilingual text segmentation ☆
2,780 - pebbe/textcat (⭐73) — N-gram text categorization ☆
73
Translation
- nicksnyder/go-i18n (⭐3.5k) — Translate Go programs ☆
3,469 - leonelquinteros/gotext (⭐491) — GNU gettext for Go ☆
490 - vorlif/spreak (⭐92) — Gettext-based translation library ☆
93 - invopop/ctxi18n (⭐92) — Context-based i18n for Go ☆
92 - mehanizm/iuliia-go (⭐56) — Cyrillic to Latin transliteration ☆
56 - youthlin/t (⭐21) — Translation util using gettext ☆
21
Third-party APIs
Cloud Provider APIs
- googleapis/google-cloud-go (⭐4.4k) — Google Cloud Client Libraries for Go. ☆
4,416 - googleapis/google-api-go-client (⭐4.4k) — Auto-generated Google APIs for Go. ☆
4,395 - aws/aws-sdk-go-v2 (⭐3.4k) — AWS SDK for the Go programming language. ☆
3,468 - minio/minio-go (⭐2.9k) — High-performance object storage ☆
2,905 - rhnvrm/simples3 (⭐194) — Simple AWS S3 library using REST ☆
195 - chainifynet/aws-encryption-sdk-go (⭐22) — AWS Encryption SDK for Go ☆
22 - circa10a/go-aws-news (⭐18) — Go app + library to fetch what's new from AWS ☆
18
Other APIs
- codingsince1985/geo-golang (⭐539) — Go library to access geocoding and reverse geocoding APIs ☆
538 - cyruzin/golang-tmdb (⭐155) — Wrapper for TMDb API ☆
156 - gregdel/pushover (⭐154) — Go wrapper for the Pushover API ☆
154 - mvrilo/go-redoc (⭐94) — Embedded OpenAPI documentation ☆
94 - rapito/go-spotify (⭐50) — Go library for the Spotify Web API ☆
50 - rinchsan/device-check-go (⭐25) — iOS DeviceCheck SDK for Go ☆
25 - zc2638/swag (⭐50) — Generate Swagger from code ☆
50 - staskobzar/goami2 (⭐21) — Simple Asterisk Manager Interface (AMI) library fo golang ☆
21 - sostronk/go-steam (⭐33) — Go library for querying Source servers ☆
33 - Icelain/jokeapi (⭐27) — Official golang wrapper for Sv443's jokeapi. ☆
27
Productivity APIs
- mk-5/fjira (⭐255) — The golang fuzzy-find cli jira interface ☆
256 - adlio/trello (⭐227) — Trello API wrapper for Go ☆
227 - ctreminiom/go-atlassian (⭐194) — Atlassian Cloud API client ☆
195 - koltyakov/gosip (⭐167) — SharePoint SDK for Go ☆
167 - FreeLeh/GoFreeDB (⭐90) — Database on top of Google Sheets ☆
90 - mehanizm/airtable (⭐82) — Simple golang airtable API wrapper ☆
83 - k-capehart/go-salesforce (⭐53) — Salesforce REST API client ☆
53
Utilities
Build & Release
- goreleaser/goreleaser (⭐16k) — Release engineering simplified ☆
15,589 - create-go-app/cli (⭐2.7k) — Create production-ready Go projects ☆
2,741 - miniscruff/changie (⭐854) — Automated changelog tool ☆
859 - jaschaephraim/lrserver (⭐129) — LiveReload server for Go [golang] ☆
129 - karl-cardenas-coding/go-lambda-cleanup (⭐96) — Remove old AWS Lambda versions ☆
96
CLI Tools
- junegunn/fzf (⭐78k) — Command-line fuzzy finder ☆
77,991 - wagoodman/dive (⭐53k) — Explore Docker image layers ☆
53,374 - xo/usql (⭐9.8k) — Universal SQL CLI ☆
9,817 - minio/mc (⭐3.4k) — Unix utilities for object stores ☆
3,385 - joshmedeski/sesh (⭐1.6k) — Terminal session manager ☆
1,735 - itchyny/bed (⭐1.3k) — Binary editor in Go ☆
1,344 - owenthereal/upterm (⭐1.1k) — Instant terminal sharing ☆
1,124 - alajmo/mani (⭐651) — CLI for managing repositories ☆
658 - Unrud/remote-touchpad (⭐640) — Control mouse/keyboard remotely ☆
644 - chenquan/diskusage (⭐301) — Fast disk usage analyzer ☆
301 - reugn/wifiqr (⭐281) — Generate Wi-Fi QR codes ☆
281 - hedhyw/json-log-viewer (⭐211) — Interactive JSON log viewer ☆
215 - hrtsegv/gitcs (⭐130) — Git contributions graph generator ☆
130 - antham/yogo (⭐46) — Check yopmail from CLI ☆
46
Data Conversion
- samber/lo (⭐21k) — Lodash-style utilities for Go ☆
20,987 - duke-git/lancet (⭐5.3k) — Comprehensive util library ☆
5,271 - darccio/mergo (⭐3.1k) — Merge Go structs and maps ☆
3,084 - goforj/godump (⭐1.7k) — Pretty-printer for Go structs ☆
1,695 - gookit/filter (⭐151) — Data filtering and conversion ☆
151 - tiendc/gofn (⭐52) — High-performance generic functions ☆
51 - xorcare/pointer (⭐48) — Create optional field pointers ☆
48 - shockerli/cvt (⭐54) — Safe type conversion ☆
54
Database Extensions
- jmoiron/sqlx (⭐17k) — Extensions for database/sql ☆
17,513 - georgysavva/scany (⭐1.5k) — Scan database rows to structs ☆
1,498 - blockloop/scan (⭐609) — Scan SQL rows to structs ☆
610 - wroge/scan (⭐68) — Generic SQL row scanner ☆
68
Date and Time
- dromara/carbon (⭐5.2k) — Developer-friendly time package ☆
5,221 - yaa110/go-persian-calendar (⭐237) — Persian calendar for Go ☆
237 - bykof/gostradamus (⭐210) — Better DateTimes for Go ☆
210 - nathan-osman/go-sunrise (⭐172) — Calculate sunrise and sunset times ☆
172 - rickb777/date (⭐142) — Date handling package ☆
142 - relvacode/iso8601 (⭐157) — Fast ISO8601 date parser ☆
157
Dependency Injection
- uber-go/fx (⭐7.3k) — DI-based application framework ☆
7,352 - uber-go/dig (⭐4.4k) — Reflection-based DI toolkit ☆
4,439 - goioc/di (⭐377) — Simple DI for Go ☆
377 - go-kod/kod (⭐196) — DI with aspect-oriented support ☆
195 - i-love-flamingo/dingo (⭐187) — DI framework for Go ☆
187 - junioryono/godi (⭐68) — DI with service lifetimes ☆
68 - NVIDIA/gontainer (⭐63) — Simple DI container ☆
64 - matzefriedrich/parsley (⭐30) — Reflection-based DI package ☆
30 - muir/nject (⭐30) — Type-safe DI for Go ☆
30 - logrange/linker (⭐35) — DI and IoC package ☆
35 - componego/componego (⭐28) — Component-oriented framework ☆
28 - firasdarwish/ore (⭐24) — Advanced DI solution ☆
24 - gontainer/gontainer (⭐16) — YAML-based DI container ☆
16
Error Handling
- hashicorp/go-multierror (⭐2.5k) — Represent multiple errors as one ☆
2,548 - cockroachdb/errors (⭐2.3k) — Error library with portability ☆
2,352 - rotisserie/eris (⭐1.8k) — Errors with readable stack traces ☆
1,765 - joomcode/errorx (⭐1.3k) — Comprehensive error handling ☆
1,270 - ztrue/tracerr (⭐1.1k) — Errors with stack trace ☆
1,104 - samber/oops (⭐854) — Structured error handling ☆
857 - Southclaws/fault (⭐306) — Composable error wrapping ☆
308
File Handling
- schollz/croc (⭐34k) — Easily and securely send things from one computer to another ☆
34,185 - qax-os/excelize (⭐20k) — Excel XLSX library for Go ☆
20,302 - pdfcpu/pdfcpu (⭐8.4k) — PDF processor in Go ☆
8,470 - spf13/afero (⭐6.6k) — Filesystem abstraction for Go ☆
6,559 - dundee/gdu (⭐5.3k) — Fast disk usage analyzer ☆
5,320 - unidoc/unioffice (⭐4.8k) — Office document library ☆
4,809 - SpatiumPortae/portal (⭐1.7k) — Command-line file transfer utility ☆
1,746 - root-gg/plik (⭐1.7k) — Temporary file upload system ☆
1,695 - SebastiaanKlippert/go-wkhtmltopdf (⭐1.2k) — HTML to PDF wrapper ☆
1,178 - otiai10/copy (⭐769) — Copy directories recursively ☆
769 - ulikunitz/xz (⭐548) — Pure golang package for reading and writing xz-compressed files ☆
550 - no-src/gofs (⭐525) — Cross-platform file sync ☆
526 - viant/afs (⭐373) — Abstract file storage ☆
374 - mholt/archives (⭐369) — Create and extract archives ☆
372 - C2FO/vfs (⭐356) — Virtual file system for Go ☆
356 - gen2brain/go-unarr (⭐305) — Decompression library bindings ☆
305 - barasher/go-exiftool (⭐292) — Exiftool wrapper for metadata ☆
293 - gomutex/godocx (⭐237) — Go library for reading and writing Microsoft Docx ☆
240 - artonge/go-csv-tag (⭐127) — CSV reading with tags ☆
129 - parsyl/parquet (⭐127) — Parquet file library ☆
127 - charlievieth/fastwalk (⭐117) — Fast directory traversal ☆
120 - adelowo/gulter (⭐68) — Multipart form handling ☆
68 - go-the-way/exl (⭐32) — Excel binding to struct written in Go.(Only supports Go1.18+) ☆
32
Forms
- justinas/nosurf (⭐1.7k) — CSRF protection middleware ☆
1,727 - gorilla/csrf (⭐1.2k) — CSRF prevention middleware ☆
1,178 - go-playground/form (⭐901) — URL values to structs ☆
902 - ggicci/httpin (⭐382) — HTTP request to struct binding ☆
382 - sonh/qs (⭐80) — Encode structs to query params ☆
80 - cinar/checker (⭐47) — Input validation with struct tags ☆
47
Functional
- samber/mo (⭐3.3k) — Monads and FP for Go ☆
3,290 - BooleanCat/go-functional (⭐525) — Iterator library for Go ☆
527 - seborama/fuego (⭐146) — Functional programming in Go ☆
146 - rjNemo/underscore (⭐118) — Functional helpers for Go ☆
118
General
- wabarc/wayback (⭐2.1k) — Web archiving tool with IM interface ☆
2,143 - gabriel-vasile/mimetype (⭐1.9k) — MIME type detection by magic numbers ☆
1,951 - qmuntal/stateless (⭐1.2k) — Go library for creating finite state machines ☆
1,238 - jonboulle/clockwork (⭐723) — a fake clock for golang ☆
723 - Boeing/config-file-validator (⭐496) — Cross Platform tool to validate configuration files ☆
497 - biter777/countries (⭐501) — ISO country codes library ☆
501 - ungerik/go-dry (⭐488) — DRY (don't repeat yourself) package for Go ☆
488 - subosito/gotenv (⭐306) — Load environment variables from
.envorio.Readerin Go. ☆306 - viant/toolbox (⭐227) — Toolbox - go utility library ☆
227 - ikeikeikeike/go-sitemap-generator (⭐229) — Generate XML sitemaps ☆
229 - maja42/goval (⭐173) — Expression evaluation in golang ☆
173 - commander-cli/cmd (⭐160) — A simple package to execute shell commands on linux, windows and osx ☆
160 - tiendc/go-deepcopy (⭐125) — Fast deep-copy library for Go ☆
125 - jfcg/sorty (⭐144) — Fast Concurrent / Parallel Sorting in Go ☆
144 - syntaqx/cookie (⭐112) — Cookies, but with structs, for happiness. ☆
112 - pioz/countries (⭐94) — All you need when you are working with countries in Go. ☆
95 - arthurkushman/pgo (⭐88) — Go library for PHP community with convenient functions ☆
88 - wzshiming/gotype (⭐64) — Golang source code parsing, usage like reflect package ☆
64 - rkoesters/xdg (⭐48) — FreeDesktop.org (xdg) Specs implemented in Go ☆
48 - icza/backscanner (⭐69) — Scan file lines backward ☆
69 - kazhuravlev/just (⭐37) — Collection of useful functions. Complete simple tasks faster! ☆
35 - mikekonan/go-types (⭐23) — OpenAPI3 types for Go ☆
23 - ik5/gostrutils (⭐47) — Collections of string utils I have created over the years ☆
47 - osamingo/gosh (⭐36) — Provide Go Statistics Handler, Struct, Measure Method ☆
36 - lrita/numa (⭐37) — NUMA utility library for Go ☆
38 - floatdrop/debounce (⭐34) — A zero-allocation debouncer ☆
34 - skovtunenko/graterm (⭐30) — Graceful termination primitives ☆
30 - nikolaydubina/watchhttp (⭐34) — Expose command output via HTTP ☆
34
Logging
- sirupsen/logrus (⭐26k) — Structured, pluggable logging for Go. ☆
25,693 - uber-go/zap (⭐24k) — Fast structured logging ☆
24,329 - rs/zerolog (⭐12k) — Zero allocation JSON logger ☆
12,218 - davecgh/go-spew (⭐6.4k) — Deep pretty printer for debugging ☆
6,372 - golang/glog (⭐3.6k) — Leveled execution logs ☆
3,615 - k0kubun/pp (⭐2k) — Colored pretty printer for Go ☆
2,032 - lmittmann/tint (⭐1.2k) — Colorized slog handler ☆
1,234 - Lifailon/lazyjournal (⭐1.1k) — TUI for journald, Docker, K8s logs ☆
1,119 - getsentry/sentry-go (⭐1k) — Official Sentry SDK for Go ☆
1,041 - phuslu/log (⭐834) — Fastest structured logging ☆
834 - samber/slog-multi (⭐604) — Workflow design for slog handlers ☆
609 - gookit/slog (⭐534) — Configurable logging library ☆
534 - henvic/httpretty (⭐413) — Pretty-print HTTP requests ☆
413 - simukti/sqldb-logger (⭐382) — SQL database logger ☆
382 - hashicorp/logutils (⭐369) — Logging utilities for Go ☆
371 - samber/slog-formatter (⭐210) — Slog attribute formatting ☆
212 - DeRuina/timberjack (⭐116) — Log rolling library ☆
118 - rs/xlog (⭐141) — Context-aware HTTP logger ☆
141 - yuseferi/zax (⭐32) — Zap logger with context ☆
33 - clok/kemba (⭐17) — Tiny debug logging tool ☆
17
Networking Utils
- cristianoliveira/ergo (⭐649) — Manage apps on different ports ☆
649 - htcat/htcat (⭐559) — Parallel HTTP download ☆
561 - ferama/rospo (⭐358) — Persistent SSH tunnels ☆
358
Project Layout
- golang-standards/project-layout (⭐55k) — Standard Go project layout ☆
55,386 - Melkeydev/go-blueprint (⭐8.6k) — Spin up Go projects with popular frameworks ☆
8,653 - ardanlabs/service (⭐3.9k) — K8s service starter kit ☆
3,936 - Shpota/goxygen (⭐3.6k) — Generate full-stack web projects ☆
3,602 - mikestefanello/pagoda (⭐2.9k) — Full-stack web development starter kit ☆
2,908 - go-nunu/nunu (⭐2.5k) — CLI for building Go apps ☆
2,544 - sagikazarmark/modern-go-application (⭐1.9k) — Modern Go app example ☆
1,937 - naughtygopher/goapp (⭐1k) — Opinionated web app structure ☆
1,050 - allaboutapps/go-starter (⭐594) — Production-ready RESTful API template ☆
595 - golang-templates/seed (⭐555) — Go app GitHub template ☆
554 - raeperd/kickstart.go (⭐102) — Minimal HTTP server template ☆
104 - wangyoucao577/go-project-layout (⭐26) — Go project structure guide ☆
26
Resilience & Retry
- avast/retry-go (⭐2.9k) — Simple retry mechanism ☆
2,885 - eapache/go-resiliency (⭐2.3k) — Resiliency patterns for golang ☆
2,336 - failsafe-go/failsafe-go (⭐2.1k) — Fault tolerance patterns ☆
2,144 - rubyist/circuitbreaker (⭐1.2k) — Circuit breakers in Go ☆
1,164 - cep21/circuit (⭐798) — Hystrix-like circuit breaker ☆
797 - mennanov/limiters (⭐618) — Distributed rate limiters ☆
620 - kamilsk/retry (⭐346) — Advanced retry mechanism ☆
346 - webriots/rate (⭐166) — High-performance rate limiter ☆
166 - reugn/equalizer (⭐90) — Performant rate limiters ☆
90
Strings
- huandu/xstrings (⭐1.4k) — String functions from other langs ☆
1,417 - abhimanyu003/sttr (⭐1.3k) — CLI string operations ☆
1,289 - gobeam/stringy (⭐251) — String case conversions ☆
251 - ozgio/strutil (⭐207) — String utilities for Go ☆
207
System & Process
- cilium/ebpf (⭐7.5k) — eBPF library for Go ☆
7,528 - maruel/panicparse (⭐3.7k) — Crash your app in style ☆
3,713 - immortal/immortal (⭐832) — Cross-platform supervisor ☆
832 - derekparker/delve (⭐663) — Delve is a debugger for the Go programming language. ☆
662 - gotranspile/cxgo (⭐386) — Transpile C to Go ☆
387
UUID
- google/uuid (⭐6k) — UUID generation and parsing ☆
5,989 - oklog/ulid (⭐5k) — ULID implementation ☆
4,985 - gofrs/uuid (⭐1.8k) — UUID library for Go ☆
1,766 - osamingo/indigo (⭐112) — Sonyflake-based ID generator ☆
112 - sdrapkin/guid (⭐73) — Fast cryptographically safe Guid generator for Go ☆
73 - twharmon/gouid (⭐26) — Fast, dependable universally unique ids ☆
26
Version Control & Packages
Git APIs
- google/go-github (⭐11k) — Go library for accessing the GitHub v3 API ☆
11,137 - shurcooL/githubv4 (⭐1.2k) — GitHub GraphQL API v4 client ☆
1,184 - go-playground/webhooks (⭐1k) — Webhook receiver for GitHub, Bitbucket, GitLab, Gogs ☆
1,028 - andygrunwald/go-trending (⭐146) — Access GitHub trending repositories ☆
146 - andygrunwald/go-gerrit (⭐104) — Go client/library for Gerrit Code Review ☆
104
Package Management
- anchore/syft (⭐8.3k) — SBOM generator for containers ☆
8,393 - nao1215/gup (⭐535) — gup - Update binaries installed by "go install" with goroutines. ☆
540 - marwanhawari/stew (⭐326) — An independent package manager for compiled binaries. ☆
331 - chaindead/modup (⭐62) — TUI for Go dependency updates ☆
63
Version Control
- go-git/go-git (⭐7.2k) — Pure Go Git implementation ☆
7,206 - antham/chyle (⭐159) — Changelog generator from Git ☆
159 - gabyx/Githooks (⭐120) — Per-repo shared Git hooks ☆
120 - antham/gommit (⭐115) — Enforce git message commit consistency ☆
115 - jfrog/froggit-go (⭐52) — Universal VCS client library ☆
52 - kazhuravlev/git-tools (⭐31) — Useful set of tools which helps to manage git tags ☆
29
Web Development
Microservices
- zeromicro/go-zero (⭐33k) — Microservices framework with CLI tools ☆
32,666 - go-kit/kit (⭐28k) — A standard library for microservices. ☆
27,609 - go-kratos/kratos (⭐25k) — Your ultimate Go microservices framework for the cloud-native era. ☆
25,449 - micro/go-micro (⭐23k) — A Go microservices framework ☆
22,706 - smallnest/rpcx (⭐8.3k) — Feature-rich RPC framework ☆
8,276 - cloudwego/kitex (⭐7.9k) — High-performance Go RPC framework ☆
7,864 - go-dev-frame/sponge (⭐2.8k) — Code generation framework for Go ☆
2,794 - go-eagle/eagle (⭐2.4k) — A Go framework for the API or Microservice ☆
2,416 - unionj-cloud/go-doudou (⭐1.2k) — OpenAPI 3 and gRPC microservices framework ☆
1,206 - trpc-group/trpc-go (⭐1.1k) — A pluggable, high-performance RPC framework written in golang ☆
1,117 - gmsec/micro (⭐25) — A Go distributed systems development framework ☆
25
Middlewares
- urfave/negroni (⭐7.5k) — Idiomatic HTTP Middleware for Golang ☆
7,543 - tdewolff/minify (⭐4.1k) — Go minifiers for web formats ☆
4,065 - justinas/alice (⭐3.4k) — Painless middleware chaining for Go ☆
3,352 - rs/cors (⭐2.9k) — Go net/http configurable handler to handle CORS requests ☆
2,862 - didip/tollbooth (⭐2.9k) — Simple middleware to rate-limit HTTP requests. ☆
2,857 - unrolled/render (⭐2k) — Render JSON, XML, HTML, binary ☆
1,992 - lingrino/go-fault (⭐511) — go fault injection library ☆
512 - jub0bs/cors (⭐169) — perhaps the best CORS middleware library for Go ☆
178 - rookie-ninja/rk-gin (⭐51) — Start gin microservice from YAML, plugin of rk-boot ☆
51 - faabiosr/echo-middleware (⭐16) — Middlewares for Echo framework ☆
16
Routers
- gorilla/mux (⭐22k) — Powerful HTTP router ☆
21,886 - go-chi/chi (⭐22k) — Lightweight idiomatic HTTP router ☆
21,700 - gowww/router (⭐186) — A lightning fast HTTP router ☆
186 - gernest/alien (⭐134) — A lightweight and fast http router from outer space ☆
134 - ngamux/ngamux (⭐70) — Simple HTTP router for Go ☆
70 - bmf-san/goblin (⭐81) — A golang http router based on trie tree. ☆
81 - muir/nchi (⭐18) — golang http router with elegance, speed, and flexibility ☆
18
Template Engines
- a-h/templ (⭐10k) — A language for writing HTML user interfaces in Go. ☆
10,083 - valyala/quicktemplate (⭐3.3k) — Fast template engine for Go ☆
3,296 - johnfercher/maroto (⭐2.6k) — Create PDFs with Bootstrap grid ☆
2,639 - CloudyKit/jet (⭐1.4k) — Jet template engine ☆
1,383 - osteele/liquid (⭐339) — A Liquid template engine in Go ☆
341 - go-sprout/sprout (⭐209) — Template functions for Go ☆
210 - robfig/soy (⭐177) — Go implementation for Soy templates (Google Closure templates) ☆
177 - goradd/got (⭐38) — Template engine with Go code output ☆
38
Web Frameworks
- gin-gonic/gin (⭐88k) — High-performance HTTP framework ☆
88,132 - gofiber/fiber (⭐39k) — Express inspired web framework written in Go ☆
39,236 - beego/beego (⭐32k) — High-performance web framework ☆
32,428 - labstack/echo (⭐32k) — High performance, minimalist Go web framework ☆
32,179 - gofr-dev/gofr (⭐16k) — Microservice framework for Go ☆
16,087 - gogf/gf (⭐13k) — Powerful full-stack framework ☆
13,035 - cloudwego/hertz (⭐7.1k) — High-performance HTTP framework ☆
7,091 - goadesign/goa (⭐6k) — Design-first API framework ☆
6,055 - apache/dubbo-go (⭐4.9k) — Go Implementation For Apache Dubbo . ☆
4,884 - goravel/goravel (⭐4.4k) — The full-featured Golang Development Framework skeleton ☆
4,428 - danielgtaylor/huma (⭐3.8k) — Huma REST/HTTP API Framework for Golang with OpenAPI 3.1 ☆
3,827 - documize/community (⭐2.4k) — Modern Confluence alternative ☆
2,367 - go-sonic/sonic (⭐2.1k) — Blogging platform in Go ☆
2,119 - go-goyave/goyave (⭐1.8k) — The enterprise REST API framework ☆
1,761 - go-fuego/fuego (⭐1.7k) — Web framework with OpenAPI 3 ☆
1,665 - templui/templui (⭐1.3k) — UI components for Templ ☆
1,350 - savsgio/atreugo (⭐1.3k) — Micro web framework on fasthttp ☆
1,299 - ankorstore/yokai (⭐819) — Modular framework for Go apps ☆
820 - indeedeng/iwf (⭐629) — Workflow-as-code orchestration ☆
631 - i-love-flamingo/flamingo-commerce (⭐587) — Flexible Go web framework ☆
588 - i-love-flamingo/flamingo (⭐554) — Flexible Go web framework ☆
554 - rookie-ninja/rk-boot (⭐575) — Enterprise microservice framework ☆
575 - fastschema/fastschema (⭐534) — All-in-One Backend as a Service with Headless CMS Power ☆
536 - uadmin/uadmin (⭐355) — The web framework for Golang ☆
355 - xxjwxc/ginrpc (⭐301) — gin auto binding, grpc and annotated route ☆
301 - hidevopsio/hiboot (⭐182) — High-performance CLI and web apps ☆
180 - beatlabs/patron (⭐126) — Cloud-native microservice framework ☆
126 - gone-io/gone (⭐132) — Lightweight DI framework ☆
132 - claygod/microservice (⭐122) — Simple microservice framework ☆
122 - gookit/rux (⭐99) — Simple and fast web framework ☆
99 - yaitoo/xun (⭐91) — Web framework on html/template ☆
91 - napsy/go-css (⭐90) — A very simple CSS parser, written in Go ☆
91 - go-spring/spring-core (⭐75) — Spring-inspired framework for Go ☆
75 - abemedia/go-don (⭐57) — API framework written in Golang. ☆
57 - JiveGroup/gFly (⭐48) — Laravel inspired web framework written in Go ☆
48 - clubpay/ronykit (⭐35) — API Framework supporting REST and RPC. ☆
36 - SaiNageswarS/go-api-boot (⭐35) — gRPC + HTTP/2 production framework ☆
35 - jvcoutinho/lit (⭐31) — A simple, fast and expressive HTTP framework for Go. ☆
31
WebAssembly
- tinygo-org/tinygo (⭐17k) — Go compiler for microcontrollers ☆
17,171 - agnivade/wasmbrowsertest (⭐206) — Run WASM tests inside your browser ☆
206 - extism/go-sdk (⭐166) — Extism Go SDK - easily run WebAssembly modules in your Go applications ☆
167
Workflow & Scheduling
Job Scheduler
- go-co-op/gocron (⭐6.9k) — Easy and fluent Go cron scheduling ☆
6,920 - hatchet-dev/hatchet (⭐6.5k) — Run Background Tasks at Scale ☆
6,611 - reugn/go-quartz (⭐2k) — Minimalist and zero-dependency scheduling library for Go ☆
2,001 - adhocore/gronx (⭐486) — Lightweight cron expression parser ☆
492 - fieldryand/goflow (⭐472) — Simple but powerful DAG scheduler and dashboard ☆
472 - madflojo/tasks (⭐323) — In-process task scheduler ☆
323 - bart6114/cheek (⭐194) — cheek: a pico-sized declarative job scheduler ☆
194 - onatm/clockwerk (⭐182) — Job Scheduling Library ☆
182 - deepaksinghvi/cdule (⭐60) — Golang job scheduler ☆
60 - pardnchiu/go-scheduler (⭐32) — Scheduler with standard cron and task dependencies ☆
32 - romshark/sched (⭐28) — A job scheduler for Go with the ability to fast-forward time. ☆
28
Workflow Frameworks
- redpanda-data/connect (⭐8.6k) — Fancy stream processing made operationally mundane ☆
8,589 - dagu-org/dagu (⭐3k) — Workflow engine with Web UI ☆
3,076 - jf-tech/omniparser (⭐1.1k) — ETL streaming parser for Go ☆
1,078 - noneback/go-taskflow (⭐609) — Task-parallel programming library ☆
612 - cadence-workflow/cadence-go-client (⭐374) — Cadence workflow client for Go ☆
374 - luno/workflow (⭐216) — Type-safe workflow orchestration ☆
217 - rhosocial/go-dag (⭐35) — DAG-based workflow framework ☆
35
🏆 Top 100 by Stars
The most starred projects in this list, sorted by GitHub stars.
- ollama/ollama (⭐162k) — Run LLMs locally ☆
162,893 - kubernetes/kubernetes (⭐120k) — Production-Grade Container Scheduling and Management ☆
120,676 - gin-gonic/gin (⭐88k) — High-performance HTTP framework ☆
88,132 - junegunn/fzf (⭐78k) — Command-line fuzzy finder ☆
77,991 - moby/moby (⭐71k) — Container ecosystem components ☆
71,479 - caddyserver/caddy (⭐70k) — Multi-platform web server with HTTPS ☆
70,194 - prometheus/prometheus (⭐63k) — The Prometheus monitoring system and time series database. ☆
62,801 - traefik/traefik (⭐62k) — The Cloud Native Application Proxy ☆
61,816 - pocketbase/pocketbase (⭐56k) — Open Source realtime backend in 1 file ☆
56,223 - golang-standards/project-layout (⭐55k) — Standard Go project layout ☆
55,386 - go-gitea/gitea (⭐54k) — Self-hosted Git service ☆
53,781 - wagoodman/dive (⭐53k) — Explore Docker image layers ☆
53,374 - etcd-io/etcd (⭐51k) — Distributed key-value store ☆
51,621 - ethereum/go-ethereum (⭐51k) — Go implementation of the Ethereum protocol ☆
50,823 - spf13/cobra (⭐43k) — A Commander for modern Go CLI interactions ☆
43,212 - mudler/LocalAI (⭐43k) — Local OpenAI alternative ☆
42,891 - milvus-io/milvus (⭐43k) — Cloud-native vector database ☆
42,827 - pingcap/tidb (⭐40k) — Cloud-native distributed SQL DB ☆
39,798 - go-gorm/gorm (⭐39k) — The fantastic ORM library for Golang, aims to be developer friendly ☆
39,602 - charmbracelet/bubbletea (⭐39k) — A powerful little TUI framework ☆
39,583 - gofiber/fiber (⭐39k) — Express inspired web framework written in Go ☆
39,236 - schollz/croc (⭐34k) — Easily and securely send things from one computer to another ☆
34,185 - harness/harness (⭐34k) — End-to-end developer platform ☆
33,882 - zeromicro/go-zero (⭐33k) — Microservices framework with CLI tools ☆
32,666 - beego/beego (⭐32k) — High-performance web framework ☆
32,428 - restic/restic (⭐32k) — Fast, secure backup program ☆
32,312 - k3s-io/k3s (⭐32k) — Lightweight Kubernetes ☆
32,223 - labstack/echo (⭐32k) — High performance, minimalist Go web framework ☆
32,179 - cockroachdb/cockroach (⭐32k) — Cloud native distributed SQL database ☆
31,900 - kubernetes/minikube (⭐31k) — Run Kubernetes locally ☆
31,502 - influxdata/influxdb (⭐31k) — Scalable datastore for metrics, events, and real-time analytics ☆
31,257 - seaweedfs/seaweedfs (⭐30k) — Fast distributed storage for blobs ☆
30,405 - spf13/viper (⭐30k) — Go configuration with fangs ☆
30,063 - grafana/k6 (⭐30k) — A modern load testing tool, using Go and JavaScript ☆
29,931 - fyne-io/fyne (⭐28k) — Cross platform GUI toolkit in Go inspired by Material Design ☆
27,939 - go-kit/kit (⭐28k) — A standard library for microservices. ☆
27,609 - stretchr/testify (⭐26k) — Assertions and mocks for testing ☆
25,862 - sirupsen/logrus (⭐26k) — Structured, pluggable logging for Go. ☆
25,693 - go-kratos/kratos (⭐25k) — Your ultimate Go microservices framework for the cloud-native era. ☆
25,449 - gocolly/colly (⭐25k) — Web scraping framework for Go ☆
25,095 - tsenart/vegeta (⭐25k) — HTTP load testing tool and library. It's over 9000! ☆
24,907 - uber-go/zap (⭐24k) — Fast structured logging ☆
24,329 - urfave/cli (⭐24k) — Fast CLI framework for Go ☆
23,893 - valyala/fasthttp (⭐23k) — Fast HTTP package for Go ☆
23,261 - air-verse/air (⭐23k) — Live reload for Go apps ☆
22,989 - grpc/grpc-go (⭐23k) — The Go language implementation of gRPC. HTTP/2 based RPC ☆
22,787 - micro/go-micro (⭐23k) — A Go microservices framework ☆
22,706 - jaegertracing/jaeger (⭐22k) — Distributed tracing platform ☆
22,471 - redis/go-redis (⭐22k) — Redis Go client ☆
21,930 - gorilla/mux (⭐22k) — Powerful HTTP router ☆
21,886 - go-chi/chi (⭐22k) — Lightweight idiomatic HTTP router ☆
21,700 - dgraph-io/dgraph (⭐22k) — high-performance graph database for real-time use cases ☆
21,573 - FiloSottile/age (⭐21k) — Simple encryption tool ☆
21,351 - samber/lo (⭐21k) — Lodash-style utilities for Go ☆
20,987 - vitessio/vitess (⭐21k) — Database clustering for MySQL ☆
20,745 - qax-os/excelize (⭐20k) — Excel XLSX library for Go ☆
20,302 - antonmedv/fx (⭐20k) — Terminal JSON viewer & processor ☆
20,275 - dolthub/dolt (⭐20k) — Dolt – Git for Data ☆
19,886 - casbin/casbin (⭐20k) — Authorization library for Go ☆
19,846 - go-playground/validator (⭐20k) — Struct and field validation for Go ☆
19,716 - nats-io/nats-server (⭐19k) — High-performance NATS message server ☆
19,169 - golangci/golangci-lint (⭐18k) — Fast linters runner for Go ☆
18,530 - golang-migrate/migrate (⭐18k) — Database migrations. CLI and Golang library. ☆
18,110 - jmoiron/sqlx (⭐17k) — Extensions for database/sql ☆
17,513 - rqlite/rqlite (⭐17k) — Lightweight distributed SQLite ☆
17,314 - tinygo-org/tinygo (⭐17k) — Go compiler for microcontrollers ☆
17,171 - sqlc-dev/sqlc (⭐17k) — Generate type-safe code from SQL ☆
16,975 - ent/ent (⭐17k) — An entity framework for Go ☆
16,925 - ipfs/kubo (⭐17k) — An IPFS implementation in Go ☆
16,911 - VictoriaMetrics/VictoriaMetrics (⭐16k) — Fast time series database and monitoring ☆
16,337 - fatih/vim-go (⭐16k) — Go development plugin for Vim ☆
16,238 - gofr-dev/gofr (⭐16k) — Microservice framework for Go ☆
16,087 - pion/webrtc (⭐16k) — Pure Go implementation of the WebRTC API ☆
16,051 - keploy/keploy (⭐16k) — API testing with auto mocks ☆
15,709 - hashicorp/packer (⭐16k) — Build machine images from config ☆
15,608 - goreleaser/goreleaser (⭐16k) — Release engineering simplified ☆
15,589 - dgraph-io/badger (⭐15k) — Fast key-value DB in Go. ☆
15,477 - tidwall/gjson (⭐15k) — Fast JSON value extraction ☆
15,438 - go-sql-driver/mysql (⭐15k) — MySQL driver for database/sql ☆
15,421 - kubernetes-sigs/kind (⭐15k) — Kubernetes IN Docker - local clusters for testing Kubernetes ☆
15,026 - PuerkitoBio/goquery (⭐15k) — jQuery-like HTML manipulation ☆
14,905 - go-task/task (⭐15k) — A fast, cross-platform build tool inspired by Make, designed for modern workflows. ☆
14,846 - panjf2000/ants (⭐14k) — ants is the most powerful and reliable pooling solution for Go. ☆
14,332 - webview/webview (⭐14k) — Tiny webview library for Go ☆
13,911 - bytebase/bytebase (⭐14k) — Database DevSecOps platform ☆
13,738 - gizak/termui (⭐14k) — Golang terminal dashboard ☆
13,518 - jackc/pgx (⭐13k) — PostgreSQL driver and toolkit for Go ☆
13,378 - golang/groupcache (⭐13k) — Distributed cache library ☆
13,323 - juicedata/juicefs (⭐13k) — Distributed POSIX filesystem ☆
13,233 - cloudflare/cloudflared (⭐13k) — Cloudflare Tunnel client ☆
13,167 - gopherjs/gopherjs (⭐13k) — A compiler from Go to JavaScript for running Go code in a browser ☆
13,125 - gogf/gf (⭐13k) — Powerful full-stack framework ☆
13,035 - hajimehoshi/ebiten (⭐13k) — A dead simple 2D game engine for Go ☆
12,965 - hibiken/asynq (⭐13k) — Simple, reliable, and efficient distributed task queue in Go ☆
12,904 - chromedp/chromedp (⭐13k) — Chrome DevTools Protocol driver ☆
12,742 - IBM/sarama (⭐12k) — Sarama is a Go library for Apache Kafka. ☆
12,429 - rs/zerolog (⭐12k) — Zero allocation JSON logger ☆
12,218 - Shopify/toxiproxy (⭐12k) — TCP proxy for chaos testing ☆
11,848 - kubeshark/kubeshark (⭐12k) — API traffic analyzer for Kubernetes ☆
11,794 - shirou/gopsutil (⭐12k) — psutil for golang ☆
11,706
Gophers
- MariaLetta/free-gophers-pack (⭐3.9k) — This pack of 100+ gopher pictures and elements
- keygx/Go-gopher-Vector (⭐73) — Go gopher Vector Data (.ai, .svg)
- ashleymcnamara/gophers (⭐3.1k) — Gopher Artwork by Ashley McNamara
- sillecelik/go-gopher (⭐160) — The Go Gopher Amigurumi Pattern
- GolangUA/gopher-logos (⭐140) — adorable gopher logos
- egonelbre/gophers (⭐3.8k) — gophers artwork
- scraly/gophers (⭐36) — Gopher artwork (Golang mascot)
Contributing
Please see CONTRIBUTING for details.
Feedback
Found something wrong? Open an issue or submit a pull request — contributions are welcome!
Credits
License
The MIT License (MIT). Please see License File for more information.