[![patreon avelino](https://c5.patreon.com/external/logo/become_a_patron_button@2x.png)](https://www.patreon.com/avelinosource) financial support to Awesome Go
![There was an update last week][G] | There was an update last week。You can basically determine that the current library is in an actively maintained state。
![Not updated in recent three year][Y] | Not updated in recent three year。Reflects that the maintenance of the library is not high enthusiasm, use should be careful。
We use the _[Golang Bridge](https://github.com/gobridge/about-us/blob/master/README.md)_ community Slack for instant communication, follow the [form here to join](https://invite.slack.golangbridge.org/).
**Awesome Go has no monthly fee**_, but we have employees who **work hard** to keep it running. With money raised, we can repay the effort of each person involved! You can see how we calculate our billing and distribution as it is open to the entire community. Want to be a supporter of the project click [here](mailto:avelinorun+oss@gmail.com?subject=awesome-go%3A%20project%20support)._
Please take a quick gander at the [contribution guidelines](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md) first. Thanks to all [contributors](https://github.com/avelino/awesome-go/graphs/contributors); you rock!
> _If you see a package or project here that is no longer maintained or is not a good fit, please submit a pull request to improve this file. Thank you!_
- [Oto](https://github.com/hajimehoshi/oto) **star:1370** A low-level library to play sound on multiple platforms. [![There was an update last month][G]](https://github.com/hajimehoshi/oto) [![godoc][D]](https://godoc.org/github.com/hajimehoshi/oto)
- [PortAudio](https://github.com/gordonklaus/portaudio) **star:621** Go bindings for the PortAudio audio I/O library. [![godoc][D]](https://godoc.org/github.com/gordonklaus/portaudio)
- [id3v2](https://github.com/bogem/id3v2) **star:304** ID3 decoding and encoding library for Go. [![godoc][D]](https://godoc.org/github.com/bogem/id3v2)
- [GoAudio](https://github.com/DylanMeeus/GoAudio) **star:300** Native Go Audio Processing Library. [![godoc][D]](https://godoc.org/github.com/DylanMeeus/GoAudio)
- [flac](https://github.com/mewkiz/flac) **star:270** Native Go FLAC encoder/decoder with support for FLAC streams. [![There was an update last month][G]](https://github.com/mewkiz/flac) [![godoc][D]](https://godoc.org/github.com/mewkiz/flac)
- [malgo](https://github.com/gen2brain/malgo) **star:233** Mini audio library.
- [gosamplerate](https://github.com/dh1tw/gosamplerate) **star:29** libsamplerate bindings for go. [![It hasn't been updated in recent three years][Y]](https://github.com/dh1tw/gosamplerate) [![godoc][D]](https://godoc.org/github.com/dh1tw/gosamplerate)
- [casbin](https://github.com/casbin/casbin) **star:15915** Authorization library that supports access control models like ACL, RBAC, and ABAC. [![There was an update last month][G]](https://github.com/casbin/casbin) [![godoc][D]](https://godoc.org/github.com/casbin/casbin)
- [jwt-go](https://github.com/golang-jwt/jwt) **star:5527** A full featured implementation of JSON Web Tokens (JWT). This library supports the parsing and verification as well as the generation and signing of JWTs. [![godoc][D]](https://godoc.org/github.com/golang-jwt/jwt)
- [oauth2](https://github.com/golang/oauth2) **star:4922** Successor of goauth2. Generic OAuth 2.0 package that comes with JWT, Google APIs, Compute Engine, and App Engine support. [![godoc][D]](https://godoc.org/github.com/golang/oauth2)
- [goth](https://github.com/markbates/goth) **star:4376** provides a simple, clean, and idiomatic way to use OAuth and OAuth2. Handles multiple providers out of the box. [![There was an update last month][G]](https://github.com/markbates/goth) [![godoc][D]](https://godoc.org/github.com/markbates/goth)
- [keto](https://github.com/ory/keto) **star:4287** Open Source (Go) implementation of "Zanzibar: Google's Consistent, Global Authorization System". Ships gRPC, REST APIs, newSQL, and an easy and granular permission language. Supports ACL, RBAC, and other access models. [![There was an update last month][G]](https://github.com/ory/keto) [![godoc][D]](https://godoc.org/github.com/ory/keto)
- [authboss](https://github.com/volatiletech/authboss) **star:3519** Modular authentication system for the web. It tries to remove as much boilerplate and "hard things" as possible so that each time you start a new web project in Go, you can plug it in, configure it, and start building your app without having to build an authentication system each time. [![godoc][D]](https://godoc.org/github.com/volatiletech/authboss)
- [loginsrv](https://github.com/tarent/loginsrv) **star:1905** JWT login microservice with pluggable backends such as OAuth2 (Github), htpasswd, osiam. [![godoc][D]](https://godoc.org/github.com/tarent/loginsrv)
- [osin](https://github.com/openshift/osin) **star:1844** Golang OAuth2 server library. [![godoc][D]](https://godoc.org/github.com/openshift/osin)
- [gologin](https://github.com/dghubble/gologin) **star:1642** chainable handlers for login with OAuth1 and OAuth2 authentication providers. [![There was an update last month][G]](https://github.com/dghubble/gologin) [![godoc][D]](https://godoc.org/github.com/dghubble/gologin)
- [scs](https://github.com/alexedwards/scs) **star:1638** Session Manager for HTTP servers. [![There was an update last month][G]](https://github.com/alexedwards/scs) [![godoc][D]](https://godoc.org/github.com/alexedwards/scs)
- [gorbac](https://github.com/mikespook/gorbac) **star:1508** provides a lightweight role-based access control (RBAC) implementation in Golang. [![godoc][D]](https://godoc.org/github.com/mikespook/gorbac)
- [gosession](http://github.com/Kwynto/gosession) This is quick session for net/http in GoLang. This package is perhaps the best implementation of the session mechanism, or at least it tries to become one.
- [jwt](https://github.com/cristalhq/jwt) **star:622** Safe, simple, and fast JSON Web Tokens for Go. [![godoc][D]](https://godoc.org/github.com/cristalhq/jwt)
- [go-guardian](https://github.com/shaj13/go-guardian) **star:496** Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication that supports LDAP, Basic, Bearer token, and Certificate based authentication. [![godoc][D]](https://godoc.org/github.com/shaj13/go-guardian)
- [permissions2](https://github.com/xyproto/permissions2) **star:496** Library for keeping track of users, login states, and permissions. Uses secure cookies and bcrypt. [![godoc][D]](https://godoc.org/github.com/xyproto/permissions2)
- [jeff](https://github.com/abraithwaite/jeff) **star:258** Simple, flexible, secure, and idiomatic web session management with pluggable backends. [![godoc][D]](https://godoc.org/github.com/abraithwaite/jeff)
- [jwt-auth](https://github.com/adam-hanna/jwt-auth) **star:230** JWT middleware for Golang http servers with many configuration options. [![godoc][D]](https://godoc.org/github.com/adam-hanna/jwt-auth)
- [go-jose](https://github.com/go-jose/go-jose) **star:171** Fairly complete implementation of the JOSE working group's JSON Web Token, JSON Web Signatures, and JSON Web Encryption specs. [![godoc][D]](https://godoc.org/github.com/go-jose/go-jose)
- [session](https://github.com/icza/session) **star:111** Go session management for web servers (including support for Google App Engine - GAE). [![godoc][D]](https://godoc.org/github.com/icza/session)
- [sessions](https://github.com/adam-hanna/sessions) **star:75** Dead simple, highly performant, highly customizable sessions service for go http servers. [![godoc][D]](https://godoc.org/github.com/adam-hanna/sessions)
- [go-ethereum](https://github.com/ethereum/go-ethereum) **star:43882** Official Go implementation of the Ethereum protocol. [![There was an update last month][G]](https://github.com/ethereum/go-ethereum) [![godoc][D]](https://godoc.org/github.com/ethereum/go-ethereum)
- [kubo](https://github.com/ipfs/kubo) **star:15457** A blockchain framework implemented in Go. It provides content-addressable storage which can be used for decentralized storage in DApps. It is based on the IPFS protocol. [![There was an update last month][G]](https://github.com/ipfs/kubo) [![godoc][D]](https://godoc.org/github.com/ipfs/kubo)
- [tendermint](https://github.com/tendermint/tendermint) **star:5561** High-performance middleware for transforming a state machine written in any programming language into a Byzantine Fault Tolerant replicated state machine using the Tendermint consensus and blockchain protocols. [![There was an update last month][G]](https://github.com/tendermint/tendermint) [![godoc][D]](https://godoc.org/github.com/tendermint/tendermint)
- [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) **star:5478** A Framework for Building Public Blockchains in the Cosmos Ecosystem. [![There was an update last month][G]](https://github.com/cosmos/cosmos-sdk) [![godoc][D]](https://godoc.org/github.com/cosmos/cosmos-sdk)
- [solana-go](https://github.com/gagliardetto/solana-go) **star:457** Go library to interface with Solana JSON RPC and WebSocket interfaces. [![There was an update last month][G]](https://github.com/gagliardetto/solana-go) [![godoc][D]](https://godoc.org/github.com/gagliardetto/solana-go)
- [gossamer](https://github.com/ChainSafe/gossamer) **star:397** A Go implementation of the Polkadot Host. [![There was an update last month][G]](https://github.com/ChainSafe/gossamer) [![godoc][D]](https://godoc.org/github.com/ChainSafe/gossamer)
- [cometbft](https://github.com/cometbft/cometbft) **star:379** A distributed, Byzantine fault-tolerant, deterministic state machine replication engine. It is a fork of Tendermint Core and implements the Tendermint consensus algorithm. [![There was an update last month][G]](https://github.com/cometbft/cometbft) [![godoc][D]](https://godoc.org/github.com/cometbft/cometbft)
- [telegram-bot-api](https://github.com/Syfaro/telegram-bot-api) **star:5032** Simple and clean Telegram bot client. [![godoc][D]](https://godoc.org/github.com/Syfaro/telegram-bot-api)
- [olivia](https://github.com/olivia-ai/olivia) **star:3609** A chatbot built with an artificial neural network. [![godoc][D]](https://godoc.org/github.com/olivia-ai/olivia)
- [telebot](https://github.com/tucnak/telebot) **star:3300** Telegram bot framework is written in Go. [![There was an update last month][G]](https://github.com/tucnak/telebot) [![godoc][D]](https://godoc.org/github.com/tucnak/telebot)
- [wayback](https://github.com/wabarc/wayback) **star:1478** A bot for Telegram, Mastodon, Slack, and other messaging platforms archives webpages. [![There was an update last month][G]](https://github.com/wabarc/wayback) [![godoc][D]](https://godoc.org/github.com/wabarc/wayback)
- [Kelp](https://github.com/stellar/kelp) **star:1029** official trading and market-making bot for the [Stellar](https://www.stellar.org/) DEX. Works out-of-the-box, written in Golang, compatible with centralized exchanges and custom trading strategies. [![godoc][D]](https://godoc.org/github.com/stellar/kelp)
- [Golang CryptoTrading Bot](https://github.com/saniales/golang-crypto-trading-bot) **star:943** A golang implementation of a console-based trading bot for cryptocurrency exchanges. [![godoc][D]](https://godoc.org/github.com/saniales/golang-crypto-trading-bot)
- [slacker](https://github.com/shomali11/slacker) **star:804** Easy to use framework to create Slack bots. [![There was an update last month][G]](https://github.com/shomali11/slacker) [![godoc][D]](https://godoc.org/github.com/shomali11/slacker)
- [tbot](https://github.com/yanzay/tbot) **star:341** Telegram bot server with API similar to net/http. [![There was an update last month][G]](https://github.com/yanzay/tbot) [![godoc][D]](https://godoc.org/github.com/yanzay/tbot)
- [go-twitch-irc](https://github.com/gempir/go-twitch-irc) **star:310** Library to write bots for twitch.tv chat [![godoc][D]](https://godoc.org/github.com/gempir/go-twitch-irc)
- [telego](https://github.com/mymmrac/telego) **star:282** Telegram Bot API library for Golang with full one-to-one API implementation. [![There was an update last month][G]](https://github.com/mymmrac/telego) [![godoc][D]](https://godoc.org/github.com/mymmrac/telego)
- [echotron](https://github.com/NicoNex/echotron) **star:279** An elegant and concurrent library for Telegram Bots in Go. [![godoc][D]](https://godoc.org/github.com/NicoNex/echotron)
- [go-sarah](https://github.com/oklahomer/go-sarah) **star:261** Framework to build a bot for desired chat services including LINE, Slack, Gitter, and more. [![godoc][D]](https://godoc.org/github.com/oklahomer/go-sarah)
- [Tenyks](https://github.com/kyleterry/tenyks) **star:176** Service oriented IRC bot using Redis and JSON for messaging. [![godoc][D]](https://godoc.org/github.com/kyleterry/tenyks)
- [hanu](https://github.com/sbstjn/hanu) **star:150** Framework for writing Slack bots. [![godoc][D]](https://godoc.org/github.com/sbstjn/hanu)
- [larry](https://github.com/ezeoleaf/larry) **star:150** Larry 🐦 is a really simple Twitter bot generator that tweets random repositories from Github built in Go. [![godoc][D]](https://godoc.org/github.com/ezeoleaf/larry)
- [slack-bot](https://github.com/innogames/slack-bot) **star:149** Ready to use Slack Bot for lazy developers: Custom commands, Jenkins, Jira, Bitbucket, Github... [![There was an update last month][G]](https://github.com/innogames/slack-bot) [![godoc][D]](https://godoc.org/github.com/innogames/slack-bot)
- [go-tgbot](https://github.com/olebedev/go-tgbot) **star:119** Pure Golang Telegram Bot API wrapper, generated from swagger file, session-based router, and middleware. [![It hasn't been updated in recent three years][Y]](https://github.com/olebedev/go-tgbot) [![godoc][D]](https://godoc.org/github.com/olebedev/go-tgbot)
- [ephemeral-roles](https://github.com/ewohltman/ephemeral-roles) **star:81** A Discord bot for managing ephemeral roles based upon voice channel member presence. [![godoc][D]](https://godoc.org/github.com/ewohltman/ephemeral-roles)
- [margelet](https://github.com/zhulik/margelet) **star:81** Framework for building Telegram bots. [![godoc][D]](https://godoc.org/github.com/zhulik/margelet)
- [slackscot](https://github.com/alexandre-normand/slackscot) **star:56** Another framework for building Slack bots. [![godoc][D]](https://godoc.org/github.com/alexandre-normand/slackscot)
- [govkbot](https://github.com/nikepan/govkbot) **star:45** Simple Go [VK](https://vk.com) bot library. [![godoc][D]](https://godoc.org/github.com/nikepan/govkbot)
- [Task](https://github.com/go-task/task) **star:8804** simple "Make" alternative. [![There was an update last month][G]](https://github.com/go-task/task) [![godoc][D]](https://godoc.org/github.com/go-task/task)
- [realize](https://github.com/tockins/realize) **star:4417** Go build a system with file watchers and live to reload. Run, build and watch file changes with custom paths. [![godoc][D]](https://godoc.org/github.com/tockins/realize)
- [mage](https://github.com/magefile/mage) **star:3723** Mage is a make/rake-like build tool using Go. [![There was an update last month][G]](https://github.com/magefile/mage) [![godoc][D]](https://godoc.org/github.com/magefile/mage)
- [mmake](https://github.com/tj/mmake) **star:1683** Modern Make. [![godoc][D]](https://godoc.org/github.com/tj/mmake)
- [xc](https://github.com/joerdav/xc) **star:903** Task runner with README.md defined tasks, executable markdown. [![godoc][D]](https://godoc.org/github.com/joerdav/xc)
- [goyek](https://github.com/goyek/goyek) **star:403** Create build pipelines in Go. [![There was an update last month][G]](https://github.com/goyek/goyek) [![godoc][D]](https://godoc.org/github.com/goyek/goyek)
- [1build](https://github.com/gopinath-langote/1build) **star:218** Command line tool to frictionlessly manage project-specific commands. [![godoc][D]](https://godoc.org/github.com/gopinath-langote/1build)
- [gaper](https://github.com/maxcnunes/gaper) **star:76** Builds and restarts a Go project when it crashes or some watched file changes. [![godoc][D]](https://godoc.org/github.com/maxcnunes/gaper)
- [bubbletea](https://github.com/charmbracelet/bubbletea) **star:20262** Go framework to build terminal apps, based on The Elm Architecture. [![There was an update last month][G]](https://github.com/charmbracelet/bubbletea) [![godoc][D]](https://godoc.org/github.com/charmbracelet/bubbletea)
- [termui](https://github.com/gizak/termui) **star:12683** Go terminal dashboard based on **termbox-go** and inspired by [blessed-contrib](https://github.com/yaronn/blessed-contrib). [![godoc][D]](https://godoc.org/github.com/gizak/termui)
- [gocui](https://github.com/jroimartin/gocui) **star:9431** Minimalist Go library aimed at creating Console User Interfaces. [![godoc][D]](https://godoc.org/github.com/jroimartin/gocui)
- [lipgloss](https://github.com/charmbracelet/lipgloss) **star:6495** Declaratively define styles for color, format and layout in the terminal. [![There was an update last month][G]](https://github.com/charmbracelet/lipgloss) [![godoc][D]](https://godoc.org/github.com/charmbracelet/lipgloss)
- [go-prompt](https://github.com/c-bata/go-prompt) **star:5038** Library for building a powerful interactive prompt, inspired by [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit). [![There was an update last month][G]](https://github.com/c-bata/go-prompt) [![godoc][D]](https://godoc.org/github.com/c-bata/go-prompt)
- [termbox-go](https://github.com/nsf/termbox-go) **star:4583** Termbox is a library for creating cross-platform text-based interfaces. [![godoc][D]](https://godoc.org/github.com/nsf/termbox-go)
- [pterm](https://github.com/pterm/pterm) **star:4262** A library to beautify console output on every platform with many combinable components. [![There was an update last month][G]](https://github.com/pterm/pterm) [![godoc][D]](https://godoc.org/github.com/pterm/pterm)
- [bubbles](https://github.com/charmbracelet/bubbles) **star:3897** TUI components for bubbletea. [![godoc][D]](https://godoc.org/github.com/charmbracelet/bubbles)
- [progressbar](https://github.com/schollz/progressbar) **star:3540** Basic thread-safe progress bar that works in every OS. [![There was an update last month][G]](https://github.com/schollz/progressbar) [![godoc][D]](https://godoc.org/github.com/schollz/progressbar)
- [termdash](https://github.com/mum4k/termdash) **star:2377** Go terminal dashboard based on **termbox-go** and inspired by [termui](https://github.com/gizak/termui). [![godoc][D]](https://godoc.org/github.com/mum4k/termdash)
- [asciigraph](https://github.com/guptarohit/asciigraph) **star:2332** Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies. [![godoc][D]](https://godoc.org/github.com/guptarohit/asciigraph)
- [spinner](https://github.com/briandowns/spinner) **star:2171** Go package to easily provide a terminal spinner with options. [![godoc][D]](https://godoc.org/github.com/briandowns/spinner)
- [mpb](https://github.com/vbauerster/mpb) **star:2112** Multi progress bar for terminal applications. [![godoc][D]](https://godoc.org/github.com/vbauerster/mpb)
- [uiprogress](https://github.com/gosuri/uiprogress) **star:2047** Flexible library to render progress bars in terminal applications. [![godoc][D]](https://godoc.org/github.com/gosuri/uiprogress)
- [uilive](https://github.com/gosuri/uilive) **star:1604** Library for updating terminal output in real time. [![godoc][D]](https://godoc.org/github.com/gosuri/uilive)
- [termenv](https://github.com/muesli/termenv) **star:1507** Advanced ANSI style & color support for your terminal applications. [![godoc][D]](https://godoc.org/github.com/muesli/termenv)
- [gookit/color](https://github.com/gookit/color) **star:1387** Terminal color rendering tool library, support 16 colors, 256 colors, RGB color rendering output, compatible with Windows. [![godoc][D]](https://godoc.org/github.com/gookit/color) [![Contains Chinese documents][CN]](https://github.com/gookit/color)
- [aurora](https://github.com/logrusorgru/aurora) **star:1352** ANSI terminal colors that support fmt.Printf/Sprintf. [![godoc][D]](https://godoc.org/github.com/logrusorgru/aurora)
- [go-isatty](https://github.com/mattn/go-isatty) **star:750** isatty for golang. [![godoc][D]](https://godoc.org/github.com/mattn/go-isatty)
- [go-colorable](https://github.com/mattn/go-colorable) **star:714** Colorable writer for windows. [![godoc][D]](https://godoc.org/github.com/mattn/go-colorable)
- [uitable](https://github.com/gosuri/uitable) **star:713** Library to improve readability in terminal apps using tabular data. [![godoc][D]](https://godoc.org/github.com/gosuri/uitable)
- [simpletable](https://github.com/alexeyco/simpletable) **star:470** Simple tables in a terminal with Go. [![godoc][D]](https://godoc.org/github.com/alexeyco/simpletable)
- [chalk](https://github.com/ttacon/chalk) **star:432** Intuitive package for prettifying terminal/console output. [![It hasn't been updated in recent three years][Y]](https://github.com/ttacon/chalk) [![godoc][D]](https://godoc.org/github.com/ttacon/chalk)
- [yacspin](https://github.com/theckman/yacspin) **star:415** Yet Another CLi Spinner package, for working with terminal spinners. [![godoc][D]](https://godoc.org/github.com/theckman/yacspin)
- [box-cli-maker](https://github.com/Delta456/box-cli-maker) **star:392** Make Highly Customized Boxes for your CLI. [![godoc][D]](https://godoc.org/github.com/Delta456/box-cli-maker)
- [tabby](https://github.com/cheynewallace/tabby) **star:336** A tiny library for super simple Golang tables. [![godoc][D]](https://godoc.org/github.com/cheynewallace/tabby)
- [bubble-table](https://github.com/Evertras/bubble-table) **star:250** An interactive table component for bubbletea. [![godoc][D]](https://godoc.org/github.com/Evertras/bubble-table)
- [go-colortext](https://github.com/daviddengcn/go-colortext) **star:214** Go library for color output in terminals. [![It hasn't been updated in recent three years][Y]](https://github.com/daviddengcn/go-colortext) [![godoc][D]](https://godoc.org/github.com/daviddengcn/go-colortext)
- [cfmt](https://github.com/mingrammer/cfmt) **star:96** Contextual fmt inspired by bootstrap color classes. [![It hasn't been updated in recent three years][Y]](https://github.com/mingrammer/cfmt) [![godoc][D]](https://godoc.org/github.com/mingrammer/cfmt)
- [tabular](https://github.com/InVisionApp/tabular) **star:75** Print ASCII tables from command line utilities without the need to pass large sets of data to the API. [![godoc][D]](https://godoc.org/github.com/InVisionApp/tabular)
- [cfmt](https://github.com/i582/cfmt) **star:60** Simple and convenient formatted stylized output fully compatible with fmt library. [![godoc][D]](https://godoc.org/github.com/i582/cfmt)
- [ctc](https://github.com/wzshiming/ctc) **star:46** The non-invasive cross-platform terminal color library does not need to modify the Print method. [![godoc][D]](https://godoc.org/github.com/wzshiming/ctc) [![Contains Chinese documents][CN]](https://github.com/wzshiming/ctc)
- [table](https://github.com/tomlazar/table) **star:46** Small library for terminal color based tables . [![godoc][D]](https://godoc.org/github.com/tomlazar/table)
- [marker](https://github.com/cyucelen/marker) **star:42** Easiest way to match and mark strings for colorful terminal outputs. [![godoc][D]](https://godoc.org/github.com/cyucelen/marker)
- [colourize](https://github.com/TreyBastian/colourize) **star:26** Go library for ANSI colour text in terminals. [![godoc][D]](https://godoc.org/github.com/TreyBastian/colourize) [![Archived][Archived]](https://github.com/TreyBastian/colourize)
- [go-ataman](https://github.com/workanator/go-ataman) **star:16** Go library for rendering ANSI colored text templates in terminals. [![godoc][D]](https://godoc.org/github.com/workanator/go-ataman)
- [go-palette](https://github.com/abusomani/go-palette) **star:14** Go library that provides elegant and convenient style definitions using ANSI colors. Fully compatible & wraps the [fmt library](https://pkg.go.dev/fmt) for nice terminal layouts. [![godoc][D]](https://godoc.org/github.com/abusomani/go-palette)
- [crab-config-files-templating](https://github.com/alfiankan/crab-config-files-templating) **star:7** Dynamic configuration file templating tool for kubernetes manifest or general configuration files. [![godoc][D]](https://godoc.org/github.com/alfiankan/crab-config-files-templating)
- [cobra](https://github.com/spf13/cobra) **star:33870** Commander for modern Go CLI interactions. [![There was an update last month][G]](https://github.com/spf13/cobra) [![godoc][D]](https://godoc.org/github.com/spf13/cobra)
- [elvish](https://github.com/elves/elvish) **star:5164** An expressive programming language and a versatile interactive shell. [![godoc][D]](https://godoc.org/github.com/elves/elvish)
- [kingpin](https://github.com/alecthomas/kingpin) **star:3382** Command line and flag parser supporting sub commands (superseded by `kong`; see below). [![godoc][D]](https://godoc.org/github.com/alecthomas/kingpin)
- [Dnote](https://github.com/dnote/dnote) **star:2592** A simple command line notebook with multi-device sync. [![godoc][D]](https://godoc.org/github.com/dnote/dnote)
- [go-flags](https://github.com/jessevdk/go-flags) **star:2458** go command line option parser. [![godoc][D]](https://godoc.org/github.com/jessevdk/go-flags)
- [pflag](https://github.com/spf13/pflag) **star:2205** Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. [![godoc][D]](https://godoc.org/github.com/spf13/pflag)
- [go-arg](https://github.com/alexflint/go-arg) **star:1732** Struct-based argument parsing in Go. [![godoc][D]](https://godoc.org/github.com/alexflint/go-arg)
- [mitchellh/cli](https://github.com/mitchellh/cli) **star:1690** Go library for implementing command-line interfaces. [![godoc][D]](https://godoc.org/github.com/mitchellh/cli)
- [ops](https://github.com/nanovms/ops) **star:1131** Unikernel Builder/Orchestrator. [![There was an update last month][G]](https://github.com/nanovms/ops) [![godoc][D]](https://godoc.org/github.com/nanovms/ops)
- [liner](https://github.com/peterh/liner) **star:1007** Go readline-like library for command-line interfaces. [![godoc][D]](https://godoc.org/github.com/peterh/liner)
- [complete](https://github.com/posener/complete) **star:898** Write bash completions in Go + Go command bash completion. [![godoc][D]](https://godoc.org/github.com/posener/complete)
- [mow.cli](https://github.com/jawher/mow.cli) **star:860** Go library for building CLI applications with sophisticated flag and argument parsing and validation. [![godoc][D]](https://godoc.org/github.com/jawher/mow.cli)
- [flaggy](https://github.com/integrii/flaggy) **star:840** A robust and idiomatic flags package with excellent subcommand support. [![godoc][D]](https://godoc.org/github.com/integrii/flaggy)
- [cli](https://github.com/mkideal/cli) **star:700** Feature-rich and easy to use command-line package based on golang struct tags. [![godoc][D]](https://godoc.org/github.com/mkideal/cli)
- [argparse](https://github.com/akamensky/argparse) **star:559** Command line argument parser inspired by Python's argparse module. [![godoc][D]](https://godoc.org/github.com/akamensky/argparse)
- [carapace-bin](https://github.com/rsteube/carapace-bin) **star:354** Multi-shell multi-command argument completer. [![There was an update last month][G]](https://github.com/rsteube/carapace-bin) [![godoc][D]](https://godoc.org/github.com/rsteube/carapace-bin)
- [climax](https://github.com/tucnak/climax) **star:210** Alternative CLI with "human face", in spirit of Go command. [![It hasn't been updated in recent three years][Y]](https://github.com/tucnak/climax) [![godoc][D]](https://godoc.org/github.com/tucnak/climax)
- [commandeer](https://github.com/jaffee/commandeer) **star:172** Dev-friendly CLI apps: sets up flags, defaults, and usage based on struct fields and tags. [![godoc][D]](https://godoc.org/github.com/jaffee/commandeer)
- [clîr](https://github.com/leaanthony/clir) **star:158** A Simple and Clear CLI library. Dependency free. [![godoc][D]](https://godoc.org/github.com/leaanthony/clir)
- [carapace](https://github.com/rsteube/carapace) **star:134** Command argument completion generator for spf13/cobra. [![godoc][D]](https://godoc.org/github.com/rsteube/carapace)
- [job](https://github.com/liujianping/job) **star:133** JOB, make your short-term command as a long-term job. [![It hasn't been updated in recent three years][Y]](https://github.com/liujianping/job)
- [flag](https://github.com/cosiner/flag) **star:129** Simple but powerful command line option parsing library for Go supporting subcommand. [![godoc][D]](https://godoc.org/github.com/cosiner/flag)
- [cmdr](https://github.com/hedzr/cmdr) **star:124** A POSIX/GNU style, getopt-like command-line UI Go library. [![godoc][D]](https://godoc.org/github.com/hedzr/cmdr)
- [cli](https://github.com/teris-io/cli) **star:121** Simple and complete API for building command line interfaces in Go. [![godoc][D]](https://godoc.org/github.com/teris-io/cli)
- [env](https://github.com/codingconcepts/env) **star:107** Tag-based environment configuration for structs. [![It hasn't been updated in recent three years][Y]](https://github.com/codingconcepts/env) [![godoc][D]](https://godoc.org/github.com/codingconcepts/env)
- [acmd](https://github.com/cristalhq/acmd) **star:99** Simple, useful, and opinionated CLI package in Go. [![godoc][D]](https://godoc.org/github.com/cristalhq/acmd)
- [gocmd](https://github.com/devfacet/gocmd) **star:66** Go library for building command line applications. [![godoc][D]](https://godoc.org/github.com/devfacet/gocmd)
- [hiboot cli](https://github.com/hidevopsio/hiboot/tree/master/pkg/app/cli) cli application framework with auto configuration and dependency injection.
- [command-chain](https://github.com/rainu/go-command-chain) **star:50** A go library for configure and run command chains - such as pipelining in unix shells. [![godoc][D]](https://godoc.org/github.com/rainu/go-command-chain)
- [go-getoptions](https://github.com/DavidGamba/go-getoptions) **star:49** Go option parser inspired by the flexibility of Perl’s GetOpt::Long. [![godoc][D]](https://godoc.org/github.com/DavidGamba/go-getoptions)
- [flagvar](https://github.com/sgreben/flagvar) **star:43** A collection of flag argument types for Go's standard `flag` package. [![godoc][D]](https://godoc.org/github.com/sgreben/flagvar)
- [cmd](https://github.com/posener/cmd) **star:40** Extends the standard `flag` package to support sub commands and more in idiomatic way. [![It hasn't been updated in recent three years][Y]](https://github.com/posener/cmd) [![godoc][D]](https://godoc.org/github.com/posener/cmd)
- [argv](https://github.com/cosiner/argv) **star:39** Go library to split command line string as arguments array using the bash syntax. [![It hasn't been updated in recent three years][Y]](https://github.com/cosiner/argv) [![godoc][D]](https://godoc.org/github.com/cosiner/argv)
- [go-commander](https://github.com/yitsushi/go-commander) **star:35** Go library to simplify CLI workflow. [![It hasn't been updated in recent three years][Y]](https://github.com/yitsushi/go-commander) [![godoc][D]](https://godoc.org/github.com/yitsushi/go-commander) [![Archived][Archived]](https://github.com/yitsushi/go-commander)
- [go-andotp](https://github.com/grijul/go-andotp) **star:26** A CLI program to encrypt/decrypt [andOTP](https://github.com/andOTP/andOTP) files. Can be used as a library as well. [![godoc][D]](https://godoc.org/github.com/grijul/go-andotp)
- [mcli](https://github.com/jxskiss/mcli) **star:24** A minimal but very powerful cli library for Go. [![godoc][D]](https://godoc.org/github.com/jxskiss/mcli)
- [carapace-spec](https://github.com/rsteube/carapace-spec) **star:8** Define simple completions using a spec file. [![There was an update last month][G]](https://github.com/rsteube/carapace-spec) [![godoc][D]](https://godoc.org/github.com/rsteube/carapace-spec)
- [urfave/cli](https://github.com/urfave/cli) **star:20878** Simple, fast, and fun package for building command line apps in Go (formerly codegangsta/cli). [![godoc][D]](https://godoc.org/github.com/urfave/cli)
- [survey](https://github.com/go-survey/survey) **star:3977** Build interactive and accessible prompts with full support for windows and posix terminals. [![godoc][D]](https://godoc.org/github.com/go-survey/survey) [![Archived][Archived]](https://github.com/go-survey/survey)
- [wmenu](https://github.com/dixonwille/wmenu) **star:195** Easy to use menu structure for cli applications that prompt users to make choices. [![godoc][D]](https://godoc.org/github.com/dixonwille/wmenu)
- [sflags](https://github.com/octago/sflags) **star:149** Struct based flags generator for flag, urfave/cli, pflag, cobra, kingpin, and other libraries. [![godoc][D]](https://godoc.org/github.com/octago/sflags)
- [ukautz/clif](https://github.com/ukautz/clif) **star:125** Small command line interface framework. [![It hasn't been updated in recent three years][Y]](https://github.com/ukautz/clif) [![godoc][D]](https://godoc.org/github.com/ukautz/clif)
- [version](https://github.com/mszostok/version) **star:78** Collects and displays CLI version information in multiple formats along with upgrade notice. [![godoc][D]](https://godoc.org/github.com/mszostok/version)
- [wlog](https://github.com/dixonwille/wlog) **star:62** Simple logging interface that supports cross-platform color and concurrency. [![godoc][D]](https://godoc.org/github.com/dixonwille/wlog)
- [strumt](https://github.com/antham/strumt) **star:57** Library to create prompt chain. [![godoc][D]](https://godoc.org/github.com/antham/strumt)
- [sand](https://github.com/Zaba505/sand) **star:22** Simple API for creating interpreters and so much more. [![It hasn't been updated in recent three years][Y]](https://github.com/Zaba505/sand) [![godoc][D]](https://godoc.org/github.com/Zaba505/sand)
- [ts](https://github.com/liujianping/ts) **star:19** Timestamp convert & compare tool. [![It hasn't been updated in recent three years][Y]](https://github.com/liujianping/ts) [![godoc][D]](https://godoc.org/github.com/liujianping/ts)
- [subcmd](https://github.com/bobg/subcmd) **star:6** Another approach to parsing and running subcommands. Works alongside the standard `flag` package. [![godoc][D]](https://godoc.org/github.com/bobg/subcmd)
- [viper](https://github.com/spf13/viper) **star:24332** Go configuration with fangs. [![There was an update last month][G]](https://github.com/spf13/viper) [![godoc][D]](https://godoc.org/github.com/spf13/viper)
- [godotenv](https://github.com/joho/godotenv) **star:6762** Go port of Ruby's dotenv library (Loads environment variables from `.env`). [![godoc][D]](https://godoc.org/github.com/joho/godotenv)
- [kelseyhightower/envconfig](https://github.com/kelseyhightower/envconfig) **star:4704** Go library for managing configuration data from environment variables. [![godoc][D]](https://godoc.org/github.com/kelseyhightower/envconfig)
- [env](https://github.com/caarlos0/env) **star:3902** Parse environment variables to Go structs (with defaults). [![godoc][D]](https://godoc.org/github.com/caarlos0/env)
- [ini](https://github.com/go-ini/ini) **star:3342** Go package to read and write INI files. [![godoc][D]](https://godoc.org/github.com/go-ini/ini)
- [koanf](https://github.com/knadh/koanf) **star:2053** Light weight, extensible library for reading config in Go applications. Built in support for JSON, TOML, YAML, env, command line. [![There was an update last month][G]](https://github.com/knadh/koanf) [![godoc][D]](https://godoc.org/github.com/knadh/koanf)
- [kong](https://github.com/alecthomas/kong) **star:1606** Command-line parser with support for arbitrarily complex command-line structures and additional sources of configuration such as YAML, JSON, TOML, etc (successor to `kingpin`). [![godoc][D]](https://godoc.org/github.com/alecthomas/kong)
- [cleanenv](https://github.com/ilyakaznacheev/cleanenv) **star:1198** Minimalistic configuration reader (from files, ENV, and wherever you want). [![godoc][D]](https://godoc.org/github.com/ilyakaznacheev/cleanenv)
- [konfig](https://github.com/lalamove/konfig) **star:642** Composable, observable and performant config handling for Go for the distributed processing era. [![It hasn't been updated in recent three years][Y]](https://github.com/lalamove/konfig) [![godoc][D]](https://godoc.org/github.com/lalamove/konfig)
- [gookit/config](https://github.com/gookit/config) **star:486** application config manage(load,get,set). support JSON, YAML, TOML, INI, HCL. multi file load, data override merge. [![There was an update last month][G]](https://github.com/gookit/config) [![godoc][D]](https://godoc.org/github.com/gookit/config) [![Contains Chinese documents][CN]](https://github.com/gookit/config)
- [aconfig](https://github.com/cristalhq/aconfig) **star:485** Simple, useful and opinionated config loader. [![godoc][D]](https://godoc.org/github.com/cristalhq/aconfig)
- [confita](https://github.com/heetch/confita) **star:477** Load configuration in cascade from multiple backends into a struct. [![godoc][D]](https://godoc.org/github.com/heetch/confita)
- [xdg](https://github.com/adrg/xdg) **star:471** Go implementation of the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) and [XDG user directories](https://wiki.archlinux.org/index.php/XDG_user_directories). [![godoc][D]](https://godoc.org/github.com/adrg/xdg)
- [GoLobby/Config](https://github.com/golobby/config) **star:343** GoLobby Config is a lightweight yet powerful configuration manager for the Go programming language. [![godoc][D]](https://godoc.org/github.com/golobby/config)
- [gone/jconf](https://github.com/One-com/gone/tree/master/jconf) Modular JSON configuration. Keep you config structs along with the code they configure and delegate parsing to submodules without sacrificing full config serialization.
- [config](https://github.com/JeremyLoy/config) **star:330** Cloud native application configuration. Bind ENV to structs in only two lines. [![godoc][D]](https://godoc.org/github.com/JeremyLoy/config)
- [hjson](https://github.com/hjson/hjson-go) **star:307** Human JSON, a configuration file format for humans. Relaxed syntax, fewer mistakes, more comments. [![There was an update last month][G]](https://github.com/hjson/hjson-go) [![godoc][D]](https://godoc.org/github.com/hjson/hjson-go)
- [fig](https://github.com/kkyr/fig) **star:280** Tiny library for reading configuration from a file and from environment variables (with validation & defaults). [![godoc][D]](https://godoc.org/github.com/kkyr/fig)
- [store](https://github.com/tucnak/store) **star:273** Lightweight configuration manager for Go. [![godoc][D]](https://godoc.org/github.com/tucnak/store)
- [config](https://github.com/olebedev/config) **star:268** JSON or YAML configuration wrapper with environment variables and flags parsing. [![godoc][D]](https://godoc.org/github.com/olebedev/config)
- [envconfig](https://github.com/vrischmann/envconfig) **star:235** Read your configuration from environment variables. [![godoc][D]](https://godoc.org/github.com/vrischmann/envconfig)
- [joshbetz/config](https://github.com/joshbetz/config) **star:216** Small configuration library for Go that parses environment variables, JSON files, and reloads automatically on SIGHUP. [![godoc][D]](https://godoc.org/github.com/joshbetz/config)
- [gcfg](https://github.com/go-gcfg/gcfg) **star:165** read INI-style configuration files into Go structs; supports user-defined types and subsections. [![godoc][D]](https://godoc.org/github.com/go-gcfg/gcfg)
- [harvester](https://github.com/beatlabs/harvester) **star:129** Harvester, a easy to use static and dynamic configuration package supporting seeding, env vars and Consul integration. [![godoc][D]](https://godoc.org/github.com/beatlabs/harvester)
- [onion](https://github.com/goraz/onion) **star:114** Layer based configuration for Go, Supports JSON, TOML, YAML, properties, etcd, env, and encryption using PGP. [![godoc][D]](https://godoc.org/github.com/goraz/onion)
- [envcfg](https://github.com/tomazk/envcfg) **star:101** Un-marshaling environment variables to Go structs. [![It hasn't been updated in recent three years][Y]](https://github.com/tomazk/envcfg) [![godoc][D]](https://godoc.org/github.com/tomazk/envcfg)
- [envh](https://github.com/antham/envh) **star:97** Helpers to manage environment variables. [![godoc][D]](https://godoc.org/github.com/antham/envh)
- [configuration](https://github.com/BoRuDar/configuration) **star:84** Library for initializing configuration structs from env variables, files, flags and 'default' tag. [![godoc][D]](https://godoc.org/github.com/BoRuDar/configuration)
- [xdg](https://github.com/OpenPeeDeeP/xdg) **star:79** Cross platform package that follows the [XDG Standard](https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html). [![It hasn't been updated in recent three years][Y]](https://github.com/OpenPeeDeeP/xdg) [![godoc][D]](https://godoc.org/github.com/OpenPeeDeeP/xdg)
- [gofigure](https://github.com/ian-kent/gofigure) **star:67** Go application configuration made easy. [![It hasn't been updated in recent three years][Y]](https://github.com/ian-kent/gofigure) [![godoc][D]](https://godoc.org/github.com/ian-kent/gofigure)
- [hocon](https://github.com/gurkankaymak/hocon) **star:65** Configuration library for working with the HOCON(a human-friendly JSON superset) format, supports features like environment variables, referencing other values, comments and multiple files. [![There was an update last month][G]](https://github.com/gurkankaymak/hocon) [![godoc][D]](https://godoc.org/github.com/gurkankaymak/hocon)
- [uConfig](https://github.com/omeid/uconfig) **star:63** Lightweight, zero-dependency, and extendable configuration management. [![There was an update last month][G]](https://github.com/omeid/uconfig) [![godoc][D]](https://godoc.org/github.com/omeid/uconfig)
- [configure](https://github.com/paked/configure) **star:56** Provides configuration through multiple sources, including JSON, flags and environment variables. [![It hasn't been updated in recent three years][Y]](https://github.com/paked/configure) [![godoc][D]](https://godoc.org/github.com/paked/configure)
- [go-aws-ssm](https://github.com/PaddleHQ/go-aws-ssm) **star:54** Go package that fetches parameters from AWS System Manager - Parameter Store. [![godoc][D]](https://godoc.org/github.com/PaddleHQ/go-aws-ssm)
- [config](https://github.com/num30/config) **star:44** configure you app using file, environment variables, or flags in two lines of code [![godoc][D]](https://godoc.org/github.com/num30/config)
- [go-up](https://github.com/ufoscout/go-up) **star:43** A simple configuration library with recursive placeholders resolution and no magic. [![It hasn't been updated in recent three years][Y]](https://github.com/ufoscout/go-up) [![godoc][D]](https://godoc.org/github.com/ufoscout/go-up)
- [env](https://github.com/junk1tm/env) **star:42** A lightweight package for loading environment variables into structs. [![godoc][D]](https://godoc.org/github.com/junk1tm/env)
- [ingo](https://github.com/schachmat/ingo) **star:37** Flags persisted in an ini-like config file. [![It hasn't been updated in recent three years][Y]](https://github.com/schachmat/ingo) [![godoc][D]](https://godoc.org/github.com/schachmat/ingo)
- [genv](https://github.com/sakirsensoy/genv) **star:34** Read environment variables easily with dotenv support. [![It hasn't been updated in recent three years][Y]](https://github.com/sakirsensoy/genv) [![godoc][D]](https://godoc.org/github.com/sakirsensoy/genv)
- [mini](https://github.com/sasbury/mini) **star:34** Golang package for parsing ini-style configuration files. [![It hasn't been updated in recent three years][Y]](https://github.com/sasbury/mini) [![godoc][D]](https://godoc.org/github.com/sasbury/mini)
- [conflate](https://github.com/the4thamigo-uk/conflate) **star:29** Library/tool to merge multiple JSON/YAML/TOML files from arbitrary URLs, validation against a JSON schema, and application of default values defined in the schema. [![godoc][D]](https://godoc.org/github.com/the4thamigo-uk/conflate)
- [go-ssm-config](https://github.com/ianlopshire/go-ssm-config) **star:18** Go utility for loading configuration parameters from AWS SSM (Parameter Store). [![godoc][D]](https://godoc.org/github.com/ianlopshire/go-ssm-config)
- [envconf](https://github.com/ian-kent/envconf) **star:11** Configuration from environment. [![It hasn't been updated in recent three years][Y]](https://github.com/ian-kent/envconf) [![godoc][D]](https://godoc.org/github.com/ian-kent/envconf)
- [go-conf](https://github.com/ThomasObenaus/go-conf) **star:10** Simple library for application configuration based on annotated structs. It supports reading the configuration from environment variables, config files and command line parameters. [![godoc][D]](https://godoc.org/github.com/ThomasObenaus/go-conf)
- [go-ini](https://github.com/subpop/go-ini) **star:9** A Go package that marshals and unmarshals INI-files. [![godoc][D]](https://godoc.org/github.com/subpop/go-ini)
- [gonfig](https://github.com/milad-abbasi/gonfig) **star:7** Tag-based configuration parser which loads values from different providers into typesafe struct. [![godoc][D]](https://godoc.org/github.com/milad-abbasi/gonfig)
- [goConfig](https://github.com/crgimenes/goConfig) **star:3** Parses a struct as input and populates the fields of this struct with parameters from command line, environment variables and configuration file. [![godoc][D]](https://godoc.org/github.com/crgimenes/goConfig)
- [drone](https://github.com/drone/drone) **star:30247** Drone is a Continuous Integration platform built on Docker, written in Go. [![There was an update last month][G]](https://github.com/drone/drone) [![godoc][D]](https://godoc.org/github.com/drone/drone)
- [CDS](https://github.com/ovh/cds) **star:4318** Enterprise-Grade CI/CD and DevOps Automation Open Source Platform. [![There was an update last month][G]](https://github.com/ovh/cds) [![godoc][D]](https://godoc.org/github.com/ovh/cds)
- [woodpecker](https://github.com/woodpecker-ci/woodpecker) **star:3124** Woodpecker is a community fork of the Drone CI system. [![There was an update last month][G]](https://github.com/woodpecker-ci/woodpecker) [![godoc][D]](https://godoc.org/github.com/woodpecker-ci/woodpecker)
- [gotestfmt](https://github.com/GoTestTools/gotestfmt) **star:433** go test output for humans. [![godoc][D]](https://godoc.org/github.com/GoTestTools/gotestfmt)
- [overalls](https://github.com/go-playground/overalls) **star:114** Multi-Package go project coverprofile for tools like goveralls. [![It hasn't been updated in recent three years][Y]](https://github.com/go-playground/overalls) [![godoc][D]](https://godoc.org/github.com/go-playground/overalls)
- [duci](https://github.com/duck8823/duci) **star:74** A simple ci server no needs domain specific languages. [![godoc][D]](https://godoc.org/github.com/duck8823/duci) [![Archived][Archived]](https://github.com/duck8823/duci)
- [gomason](https://github.com/nikogura/gomason) **star:59** Test, Build, Sign, and Publish your go binaries from a clean workspace. [![godoc][D]](https://godoc.org/github.com/nikogura/gomason)
- [go-test-coverage](https://github.com/vladopajic/go-test-coverage) **star:24** Tool and GitHub action which reports issues when test coverage is below set threshold. [![godoc][D]](https://godoc.org/github.com/vladopajic/go-test-coverage)
- [gcss](https://github.com/yosssi/gcss) **star:486** Pure Go CSS Preprocessor. [![It hasn't been updated in recent three years][Y]](https://github.com/yosssi/gcss) [![godoc][D]](https://godoc.org/github.com/yosssi/gcss)
- [bit](https://github.com/yourbasic/bit) **star:155** Golang set data structure with bonus bit-twiddling functions. [![godoc][D]](https://godoc.org/github.com/yourbasic/bit)
- [crunch](https://github.com/superwhiskers/crunch) **star:89** Go package implementing buffers for handling various datatypes easily. [![godoc][D]](https://godoc.org/github.com/superwhiskers/crunch)
- [go-ef](https://github.com/amallia/go-ef) **star:31** A Go implementation of the Elias-Fano encoding. [![It hasn't been updated in recent three years][Y]](https://github.com/amallia/go-ef) [![godoc][D]](https://godoc.org/github.com/amallia/go-ef)
- [bloom](https://github.com/bits-and-blooms/bloom) **star:2095** Go package implementing Bloom filters. [![godoc][D]](https://godoc.org/github.com/bits-and-blooms/bloom)
- [boomfilters](https://github.com/tylertreat/BoomFilters) **star:1558** Probabilistic data structures for processing continuous, unbounded streams. [![godoc][D]](https://godoc.org/github.com/tylertreat/BoomFilters)
- [cuckoofilter](https://github.com/seiflotfy/cuckoofilter) **star:1018** Cuckoo filter: a good alternative to a counting bloom filter implemented in Go. [![godoc][D]](https://godoc.org/github.com/seiflotfy/cuckoofilter)
- [cuckoo-filter](https://github.com/linvon/cuckoo-filter) **star:273** Cuckoo filter: a comprehensive cuckoo filter, which is configurable and space optimized compared with other implements, and all features mentioned in original paper is available. [![godoc][D]](https://godoc.org/github.com/linvon/cuckoo-filter) [![Contains Chinese documents][CN]](https://github.com/linvon/cuckoo-filter)
- [bloom](https://github.com/zhenjl/bloom) **star:147** Bloom filters implemented in Go. [![It hasn't been updated in recent three years][Y]](https://github.com/zhenjl/bloom) [![godoc][D]](https://godoc.org/github.com/zhenjl/bloom)
- [ring](https://github.com/TheTannerRyan/ring) **star:133** Go implementation of a high performance, thread safe bloom filter. [![It hasn't been updated in recent three years][Y]](https://github.com/TheTannerRyan/ring) [![godoc][D]](https://godoc.org/github.com/TheTannerRyan/ring)
- [bloomfilter](https://github.com/OldPanda/bloomfilter) **star:15** Yet another Bloomfilter implementation in Go, compatible with Java's Guava library. [![godoc][D]](https://godoc.org/github.com/OldPanda/bloomfilter)
- [gods](https://github.com/emirpasic/gods) **star:14506** Go Data Structures. Containers, Sets, Lists, Stacks, Maps, BidiMaps, Trees, HashSet etc. [![godoc][D]](https://godoc.org/github.com/emirpasic/gods)
- [go-datastructures](https://github.com/Workiva/go-datastructures) **star:7185** Collection of useful, performant, and thread-safe data structures. [![godoc][D]](https://godoc.org/github.com/Workiva/go-datastructures)
- [gostl](https://github.com/liyue201/gostl) **star:942** Data structure and algorithm library for go, designed to provide functions similar to C++ STL. [![godoc][D]](https://godoc.org/github.com/liyue201/gostl)
- [algorithms](https://github.com/shady831213/algorithms) **star:743** Algorithms and data structures.CLRS study. [![godoc][D]](https://godoc.org/github.com/shady831213/algorithms)
- [iter](https://github.com/disksing/iter) **star:183** Go implementation of C++ STL iterators and algorithms. [![godoc][D]](https://godoc.org/github.com/disksing/iter) [![Contains Chinese documents][CN]](https://github.com/disksing/iter)
- [goterator](https://github.com/yaa110/goterator) **star:15** Iterator implementation to provide map and reduce functionalities. [![godoc][D]](https://godoc.org/github.com/yaa110/goterator)
- [cmap](https://github.com/lrita/cmap) **star:68** a thread-safe concurrent map for go, support using `interface{}` as key and auto scale up shards. [![godoc][D]](https://godoc.org/github.com/lrita/cmap)
- [dict](https://github.com/srfrog/dict) **star:42** Python-like dictionaries (dict) for Go. [![It hasn't been updated in recent three years][Y]](https://github.com/srfrog/dict) [![godoc][D]](https://godoc.org/github.com/srfrog/dict)
- [gota](https://github.com/kniren/gota) **star:2769** Implementation of dataframes, series, and data wrangling methods for Go. [![godoc][D]](https://godoc.org/github.com/kniren/gota)
- [hyperloglog](https://github.com/axiomhq/hyperloglog) **star:876** HyperLogLog implementation with Sparse, LogLog-Beta bias correction and TailCut space reduction. [![godoc][D]](https://godoc.org/github.com/axiomhq/hyperloglog)
- [go-geoindex](https://github.com/hailocab/go-geoindex) **star:351** In-memory geo index. [![It hasn't been updated in recent three years][Y]](https://github.com/hailocab/go-geoindex) [![godoc][D]](https://godoc.org/github.com/hailocab/go-geoindex)
- [hilbert](https://github.com/google/hilbert) **star:269** Go package for mapping values to and from space-filling curves, such as Hilbert and Peano curves. [![godoc][D]](https://godoc.org/github.com/google/hilbert)
- [plinko](https://github.com/shipt/plinko) **star:153** A finite state machine and workflow orchestrator that compiles for fast execution, easy debugging, auto-generated documentation. Includes advanced features such as side-effect hooks. [![godoc][D]](https://godoc.org/github.com/shipt/plinko)
- [go-rquad](https://github.com/aurelien-rainone/go-rquad) **star:127** Region quadtrees with efficient point location and neighbour finding. [![godoc][D]](https://godoc.org/github.com/aurelien-rainone/go-rquad)
- [conjungo](https://github.com/InVisionApp/conjungo) **star:118** A small, powerful and flexible merge library. [![godoc][D]](https://godoc.org/github.com/InVisionApp/conjungo)
- [go-rampart](https://github.com/francesconi/go-rampart) **star:91** Determine how intervals relate to each other. [![godoc][D]](https://godoc.org/github.com/francesconi/go-rampart)
- [gogu](https://github.com/esimov/gogu) **star:85** A comprehensive, reusable and efficient concurrent-safe generics utility functions and data structures library. [![godoc][D]](https://godoc.org/github.com/esimov/gogu)
- [go-tuple](https://github.com/barweiss/go-tuple) **star:69** Generic tuple implementation for Go 1.18+. [![godoc][D]](https://godoc.org/github.com/barweiss/go-tuple)
- [count-min-log](https://github.com/seiflotfy/count-min-log) **star:66** Go implementation Count-Min-Log sketch: Approximately counting with approximate counters (Like Count-Min sketch but using less memory). [![It hasn't been updated in recent three years][Y]](https://github.com/seiflotfy/count-min-log) [![godoc][D]](https://godoc.org/github.com/seiflotfy/count-min-log)
- [hide](https://github.com/emvi/hide) **star:57** ID type with marshalling to/from hash to prevent sending IDs to clients. [![godoc][D]](https://godoc.org/github.com/emvi/hide)
- [concurrent-writer](https://github.com/free/concurrent-writer) **star:52** Highly concurrent drop-in replacement for `bufio.Writer`. [![It hasn't been updated in recent three years][Y]](https://github.com/free/concurrent-writer) [![godoc][D]](https://godoc.org/github.com/free/concurrent-writer)
- [genfuncs](https://github.com/nwillc/genfuncs) **star:46** Go 1.18+ generics package inspired by Kotlin's Sequence and Map. [![godoc][D]](https://godoc.org/github.com/nwillc/genfuncs)
- [go18ds](https://github.com/daichi-m/go18ds) **star:35** Go Data Structures using Go 1.18 generics. [![godoc][D]](https://godoc.org/github.com/daichi-m/go18ds)
- [gofal](https://github.com/xxjwxc/gofal) **star:18** fractional api for Go. [![It hasn't been updated in recent three years][Y]](https://github.com/xxjwxc/gofal) [![godoc][D]](https://godoc.org/github.com/xxjwxc/gofal) [![Contains Chinese documents][CN]](https://github.com/xxjwxc/gofal)
- [slices](https://github.com/srfrog/slices) **star:16** Functions that operate on slices; like `package strings` but adapted to work with slices. [![It hasn't been updated in recent three years][Y]](https://github.com/srfrog/slices) [![godoc][D]](https://godoc.org/github.com/srfrog/slices)
- [nan](https://github.com/kak-tus/nan) **star:78** Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers. [![godoc][D]](https://godoc.org/github.com/kak-tus/nan)
- [typ](https://github.com/gurukami/typ) **star:44** Null Types, Safe primitive type conversion and fetching value from complex structures. [![godoc][D]](https://godoc.org/github.com/gurukami/typ)
- [null](https://github.com/emvi/null) **star:32** Nullable Go types that can be marshalled/unmarshalled to/from JSON. [![godoc][D]](https://godoc.org/github.com/emvi/null)
- [queue](https://github.com/adrianbrad/queue) **star:208** Multiple thread-safe, generic queue implementations for Go. [![There was an update last month][G]](https://github.com/adrianbrad/queue) [![godoc][D]](https://godoc.org/github.com/adrianbrad/queue)
- [deque](https://github.com/edwingeng/deque) **star:153** A highly optimized double-ended queue. [![godoc][D]](https://godoc.org/github.com/edwingeng/deque)
- [memlog](https://github.com/embano1/memlog) **star:106** An easy to use, lightweight, thread-safe and append-only in-memory data structure inspired by Apache Kafka. [![There was an update last month][G]](https://github.com/embano1/memlog) [![godoc][D]](https://godoc.org/github.com/embano1/memlog)
- [golang-set](https://github.com/deckarep/golang-set) **star:3541** Thread-Safe and Non-Thread-Safe high-performance sets for Go. [![godoc][D]](https://godoc.org/github.com/deckarep/golang-set)
- [goset](https://github.com/zoumo/goset) **star:52** A useful Set collection implementation for Go. [![godoc][D]](https://godoc.org/github.com/zoumo/goset)
- [set](https://github.com/StudioSol/set) **star:25** Simple set data structure implementation in Go using LinkedHashMap. [![godoc][D]](https://godoc.org/github.com/StudioSol/set)
- [dsu](https://github.com/ihebu/dsu) **star:13** Disjoint Set data structure implementation in Go. [![godoc][D]](https://godoc.org/github.com/ihebu/dsu)
- [bleve](https://github.com/blevesearch/bleve) **star:9312** Modern text indexing library for go. [![There was an update last month][G]](https://github.com/blevesearch/bleve) [![godoc][D]](https://godoc.org/github.com/blevesearch/bleve)
- [trie](https://github.com/derekparker/trie) **star:703** Trie implementation in Go. [![godoc][D]](https://godoc.org/github.com/derekparker/trie)
- [go-edlib](https://github.com/hbollon/go-edlib) **star:412** Go string comparison and edit distance algorithms library (Levenshtein, LCS, Hamming, Damerau levenshtein, Jaro-Winkler, etc.) compatible with Unicode. [![godoc][D]](https://godoc.org/github.com/hbollon/go-edlib)
- [go-adaptive-radix-tree](https://github.com/plar/go-adaptive-radix-tree) **star:313** Go implementation of Adaptive Radix Tree. [![godoc][D]](https://godoc.org/github.com/plar/go-adaptive-radix-tree)
- [levenshtein](https://github.com/agnivade/levenshtein) **star:302** Implementation to calculate levenshtein distance in Go. [![godoc][D]](https://godoc.org/github.com/agnivade/levenshtein)
- [levenshtein](https://github.com/agext/levenshtein) **star:80** Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix. [![It hasn't been updated in recent three years][Y]](https://github.com/agext/levenshtein) [![godoc][D]](https://godoc.org/github.com/agext/levenshtein)
- [mspm](https://github.com/BlackRabbitt/mspm) **star:24** Multi-String Pattern Matching Algorithm for information retrieval. [![It hasn't been updated in recent three years][Y]](https://github.com/BlackRabbitt/mspm) [![godoc][D]](https://godoc.org/github.com/BlackRabbitt/mspm)
- [parsefields](https://github.com/MonaxGT/parsefields) **star:7** Tools for parse JSON-like logs for collecting unique fields and events. [![It hasn't been updated in recent three years][Y]](https://github.com/MonaxGT/parsefields) [![godoc][D]](https://godoc.org/github.com/MonaxGT/parsefields)
- [hashsplit](http://github.com/bobg/hashsplit) Split byte streams into chunks, and arrange chunks into trees, with boundaries determined by content, not position.
- [skiplist](https://github.com/MauriceGit/skiplist) **star:263** Very fast Go Skiplist implementation. [![godoc][D]](https://godoc.org/github.com/MauriceGit/skiplist)
- [skiplist](https://github.com/gansidui/skiplist) **star:83** Skiplist implementation in Go. [![It hasn't been updated in recent three years][Y]](https://github.com/gansidui/skiplist) [![godoc][D]](https://godoc.org/github.com/gansidui/skiplist)
- [treemap](https://github.com/igrmk/treemap) **star:51** Generic key-sorted map using a red-black tree under the hood. [![godoc][D]](https://godoc.org/github.com/igrmk/treemap)
- [treap](https://github.com/perdata/treap) **star:23** Persistent, fast ordered map using tree heaps. [![It hasn't been updated in recent three years][Y]](https://github.com/perdata/treap) [![godoc][D]](https://godoc.org/github.com/perdata/treap)
- [pipeline](https://github.com/hyfather/pipeline) **star:50** An implementation of pipelines with fan-in and fan-out. [![godoc][D]](https://godoc.org/github.com/hyfather/pipeline)
- [ordered-concurrently](https://github.com/tejzpr/ordered-concurrently) **star:25** Go module that processes work concurrently and returns output in a channel in the order of input. [![godoc][D]](https://godoc.org/github.com/tejzpr/ordered-concurrently)
- [parapipe](https://github.com/nazar256/parapipe) **star:24** FIFO Pipeline which parallels execution on each stage while maintaining the order of messages and results. [![godoc][D]](https://godoc.org/github.com/nazar256/parapipe)
- [groupcache](https://github.com/golang/groupcache) **star:12347** Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. [![godoc][D]](https://godoc.org/github.com/golang/groupcache)
- [BigCache](https://github.com/allegro/bigcache) **star:6852** Efficient key/value cache for gigabytes of data. [![There was an update last month][G]](https://github.com/allegro/bigcache) [![godoc][D]](https://godoc.org/github.com/allegro/bigcache)
- [GCache](https://github.com/bluele/gcache) **star:2451** Cache library with support for expirable Cache, LFU, LRU and ARC. [![godoc][D]](https://godoc.org/github.com/bluele/gcache)
- [cache2go](https://github.com/muesli/cache2go) **star:2012** In-memory key:value cache which supports automatic invalidation based on timeouts. [![godoc][D]](https://godoc.org/github.com/muesli/cache2go)
- [gocache](https://github.com/eko/gocache) **star:1988** A complete Go cache library with multiple stores (memory, memcache, redis, ...), chainable, loadable, metrics cache and more. [![There was an update last month][G]](https://github.com/eko/gocache) [![godoc][D]](https://godoc.org/github.com/eko/gocache)
- [fastcache](https://github.com/VictoriaMetrics/fastcache) **star:1872** fast thread-safe inmemory cache for big number of entries. Minimizes GC overhead. [![godoc][D]](https://godoc.org/github.com/VictoriaMetrics/fastcache)
- [ttlcache](https://github.com/jellydator/ttlcache) **star:750** An in-memory cache with item expiration and generics. [![godoc][D]](https://godoc.org/github.com/jellydator/ttlcache)
- [cachego](https://github.com/faabiosr/cachego) **star:309** Golang Cache component for multiple drivers. [![godoc][D]](https://godoc.org/github.com/faabiosr/cachego)
- [cache](https://github.com/akyoto/cache) **star:157** In-memory key:value store with expiration time, 0 dependencies, <100LoC,100%coverage.[![godoc][D]](https://godoc.org/github.com/akyoto/cache)
- [theine](https://github.com/Yiling-J/theine-go) **star:150** High performance, near optimal in-memory cache with proactive TTL expiration and generics. [![godoc][D]](https://godoc.org/github.com/Yiling-J/theine-go)
- [remember-go](https://github.com/rocketlaunchr/remember-go) **star:136** A universal interface for caching slow database queries (backed by redis, memcached, ristretto, or in-memory). [![godoc][D]](https://godoc.org/github.com/rocketlaunchr/remember-go)
- [bcache](https://github.com/iwanbk/bcache) **star:133** Eventually consistent distributed in-memory cache Go library. [![godoc][D]](https://godoc.org/github.com/iwanbk/bcache)
- [go-cache](https://github.com/viney-shih/go-cache) **star:116** A flexible multi-layer Go caching library to deal with in-memory and shared cache by adopting Cache-Aside pattern. [![godoc][D]](https://godoc.org/github.com/viney-shih/go-cache)
- [imcache](https://github.com/erni27/imcache) **star:94** A generic in-memory cache Go library. It supports expiration, sliding expiration, max entries limit, eviction callbacks and sharding. [![godoc][D]](https://godoc.org/github.com/erni27/imcache)
- [go-mcache](https://github.com/OrlovEvgeny/go-mcache) **star:89** Fast in-memory key:value store/cache library. Pointer caches. [![It hasn't been updated in recent three years][Y]](https://github.com/OrlovEvgeny/go-mcache) [![godoc][D]](https://godoc.org/github.com/OrlovEvgeny/go-mcache)
- [clusteredBigCache](https://github.com/oaStuff/clusteredBigCache) **star:43** BigCache with clustering support and individual item expiration. [![It hasn't been updated in recent three years][Y]](https://github.com/oaStuff/clusteredBigCache) [![godoc][D]](https://godoc.org/github.com/oaStuff/clusteredBigCache)
- [gdcache](https://github.com/ulovecode/gdcache) **star:10** A pure non-intrusive cache library implemented by golang, you can use it to implement your own distributed cache. [![godoc][D]](https://godoc.org/github.com/ulovecode/gdcache) [![Contains Chinese documents][CN]](https://github.com/ulovecode/gdcache)
- [ttlcache](https://github.com/cheshir/ttlcache) **star:9** In-memory key value storage with TTL for each record. [![godoc][D]](https://godoc.org/github.com/cheshir/ttlcache)
- [nscache](https://github.com/no-src/nscache) **star:5** A Go caching framework that supports multiple data source drivers. [![There was an update last month][G]](https://github.com/no-src/nscache) [![godoc][D]](https://godoc.org/github.com/no-src/nscache)
- [gocache](https://github.com/yuseferi/gocache) **star:3** A data race free Go ache library with high performance and auto pruge functionality [![godoc][D]](https://godoc.org/github.com/yuseferi/gocache)
- [prometheus](https://github.com/prometheus/prometheus) **star:50381** Monitoring system and time series database. [![There was an update last month][G]](https://github.com/prometheus/prometheus) [![godoc][D]](https://godoc.org/github.com/prometheus/prometheus)
- [tidb](https://github.com/pingcap/tidb) **star:35050** TiDB is a distributed SQL database. Inspired by the design of Google F1. [![There was an update last month][G]](https://github.com/pingcap/tidb) [![godoc][D]](https://godoc.org/github.com/pingcap/tidb) [![Contains Chinese documents][CN]](https://github.com/pingcap/tidb)
- [cockroach](https://github.com/cockroachdb/cockroach) **star:27987** Scalable, Geo-Replicated, Transactional Datastore. [![There was an update last month][G]](https://github.com/cockroachdb/cockroach) [![godoc][D]](https://godoc.org/github.com/cockroachdb/cockroach)
- [influxdb](https://github.com/influxdb/influxdb) **star:26568** Scalable datastore for metrics, events, and real-time analytics. [![There was an update last month][G]](https://github.com/influxdb/influxdb)
- [Milvus](https://github.com/milvus-io/milvus) **star:23663** Milvus is a vector database for embedding management, analytics and search. [![There was an update last month][G]](https://github.com/milvus-io/milvus) [![godoc][D]](https://godoc.org/github.com/milvus-io/milvus)
- [dgraph](https://github.com/dgraph-io/dgraph) **star:19709** Scalable, Distributed, Low Latency, High Throughput Graph Database. [![There was an update last month][G]](https://github.com/dgraph-io/dgraph) [![godoc][D]](https://godoc.org/github.com/dgraph-io/dgraph)
- [dolt](https://github.com/dolthub/dolt) **star:15688** Dolt – It's Git for Data. [![There was an update last month][G]](https://github.com/dolthub/dolt) [![godoc][D]](https://godoc.org/github.com/dolthub/dolt)
- [rqlite](https://github.com/rqlite/rqlite) **star:14117** The lightweight, distributed, relational database built on SQLite. [![godoc][D]](https://godoc.org/github.com/rqlite/rqlite)
- [badger](https://github.com/dgraph-io/badger) **star:12871** Fast key-value store in Go. [![There was an update last month][G]](https://github.com/dgraph-io/badger) [![godoc][D]](https://godoc.org/github.com/dgraph-io/badger)
- [VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics) **star:9600** fast, resource-effective and scalable open source time series database. May be used as long-term remote storage for Prometheus. Supports PromQL. [![There was an update last month][G]](https://github.com/VictoriaMetrics/VictoriaMetrics) [![godoc][D]](https://godoc.org/github.com/VictoriaMetrics/VictoriaMetrics)
- [immudb](https://github.com/codenotary/immudb) **star:8376** immudb is a lightweight, high-speed immutable database for systems and applications written in Go. [![There was an update last month][G]](https://github.com/codenotary/immudb) [![godoc][D]](https://godoc.org/github.com/codenotary/immudb)
- [bbolt](https://github.com/etcd-io/bbolt) **star:7003** An embedded key/value database for Go. [![There was an update last month][G]](https://github.com/etcd-io/bbolt) [![godoc][D]](https://godoc.org/github.com/etcd-io/bbolt)
- [Bitcask](https://git.mills.io/prologic/bitcask) Bitcask is an embeddable, persistent and fast key-value (KV) database written in pure Go with predictable read/write performance, low latency and high throughput thanks to the bitcask on-disk layout (LSM+WAL).
- [goleveldb](https://github.com/syndtr/goleveldb) **star:5857** Implementation of the [LevelDB](https://github.com/google/leveldb) key/value database in Go. [![godoc][D]](https://godoc.org/github.com/syndtr/goleveldb)
- [buntdb](https://github.com/tidwall/buntdb) **star:4229** Fast, embeddable, in-memory key/value database for Go with custom indexing and spatial support. [![godoc][D]](https://godoc.org/github.com/tidwall/buntdb)
- [rosedb](https://github.com/roseduan/rosedb) **star:4056** An embedded k-v database based on LSM+WAL, supports string, list, hash, set, zset. [![There was an update last month][G]](https://github.com/roseduan/rosedb) [![godoc][D]](https://godoc.org/github.com/roseduan/rosedb) [![Contains Chinese documents][CN]](https://github.com/roseduan/rosedb)
- [ledisdb](https://github.com/siddontang/ledisdb) **star:4012** Ledisdb is a high performance NoSQL like Redis based on LevelDB. [![There was an update last month][G]](https://github.com/siddontang/ledisdb) [![godoc][D]](https://godoc.org/github.com/siddontang/ledisdb)
- [godis](https://github.com/hdt3213/godis) **star:3050** A Golang implemented high-performance Redis server and cluster. [![godoc][D]](https://godoc.org/github.com/hdt3213/godis) [![Contains Chinese documents][CN]](https://github.com/hdt3213/godis)
- [nutsdb](https://github.com/xujiajun/nutsdb) **star:3029** Nutsdb is a simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set. [![There was an update last month][G]](https://github.com/xujiajun/nutsdb) [![godoc][D]](https://godoc.org/github.com/xujiajun/nutsdb) [![Contains Chinese documents][CN]](https://github.com/xujiajun/nutsdb)
- [LinDB](https://github.com/lindb/lindb) **star:2730** LinDB is a scalable, high performance, high availability distributed time series database. [![There was an update last month][G]](https://github.com/lindb/lindb) [![godoc][D]](https://godoc.org/github.com/lindb/lindb) [![Contains Chinese documents][CN]](https://github.com/lindb/lindb)
- [tiedot](https://github.com/HouzuoGuo/tiedot) **star:2717** Your NoSQL database powered by Golang. [![godoc][D]](https://godoc.org/github.com/HouzuoGuo/tiedot)
- [lotusdb](https://github.com/flower-corp/lotusdb) **star:1791** Fast k/v database compatible with lsm and b+tree. [![There was an update last month][G]](https://github.com/flower-corp/lotusdb) [![godoc][D]](https://godoc.org/github.com/flower-corp/lotusdb)
- [CovenantSQL](https://github.com/CovenantSQL/CovenantSQL) **star:1459** CovenantSQL is a SQL database on blockchain. [![godoc][D]](https://godoc.org/github.com/CovenantSQL/CovenantSQL)
- [column](https://github.com/kelindar/column) **star:1303** High-performance, columnar, embeddable in-memory store with bitmap indexing and transactions. [![godoc][D]](https://godoc.org/github.com/kelindar/column)
- [Databunker](https://github.com/paranoidguy/databunker) **star:1139** Personally identifiable information (PII) storage service built to comply with GDPR and CCPA. [![godoc][D]](https://godoc.org/github.com/paranoidguy/databunker)
- [pogreb](https://github.com/akrylysov/pogreb) **star:1131** Embedded key-value store for read-heavy workloads. [![godoc][D]](https://godoc.org/github.com/akrylysov/pogreb)
- [eliasdb](https://github.com/krotik/eliasdb) **star:983** Dependency-free, transactional graph database with REST API, phrase search and SQL-like query language. [![godoc][D]](https://godoc.org/github.com/krotik/eliasdb)
- [moss](https://github.com/couchbase/moss) **star:935** Moss is a simple LSM key-value storage engine written in 100% Go. [![godoc][D]](https://godoc.org/github.com/couchbase/moss)
- [objectbox-go](https://github.com/objectbox/objectbox-go) **star:920** High-performance embedded Object Database (NoSQL) with Go API. [![godoc][D]](https://godoc.org/github.com/objectbox/objectbox-go)
- [clover](https://github.com/ostafen/clover) **star:483** A lightweight document-oriented NoSQL database written in pure Golang. [![There was an update last month][G]](https://github.com/ostafen/clover) [![godoc][D]](https://godoc.org/github.com/ostafen/clover)
- [levigo](https://github.com/jmhodges/levigo) **star:416** Levigo is a Go wrapper for LevelDB. [![godoc][D]](https://godoc.org/github.com/jmhodges/levigo)
- [pudge](https://github.com/recoilme/pudge) **star:348** Fast and simple key/value store written using Go's standard library. [![godoc][D]](https://godoc.org/github.com/recoilme/pudge)
- [Vasto](https://github.com/chrislusf/vasto) **star:249** A distributed high-performance key-value store. On Disk. Eventual consistent. HA. Able to grow or shrink without service interruption. [![It hasn't been updated in recent three years][Y]](https://github.com/chrislusf/vasto) [![godoc][D]](https://godoc.org/github.com/chrislusf/vasto)
- [dtf](https://github.com/dtm-labs/dtf) **star:216** A distributed transaction manager. Support XA, TCC, SAGA, Reliable Messages. [![godoc][D]](https://godoc.org/github.com/dtm-labs/dtf) [![Contains Chinese documents][CN]](https://github.com/dtm-labs/dtf) [![Archived][Archived]](https://github.com/dtm-labs/dtf)
- [piladb](https://github.com/fern4lvarez/piladb) **star:201** Lightweight RESTful database engine based on stack data structures. [![It hasn't been updated in recent three years][Y]](https://github.com/fern4lvarez/piladb) [![godoc][D]](https://godoc.org/github.com/fern4lvarez/piladb)
- [libradb](https://github.com/amit-davidson/LibraDB) **star:122** LibraDB is a simple database with less then 1000 lines of code for learning. [![godoc][D]](https://godoc.org/github.com/amit-davidson/LibraDB)
- [unitdb](https://github.com/unit-io/unitdb) **star:112** Fast timeseries database for IoT, realtime messaging applications. Access unitdb with pubsub over tcp or websocket using github.com/unit-io/unitd application. [![godoc][D]](https://godoc.org/github.com/unit-io/unitdb)
- [hare](https://github.com/jameycribbs/hare) **star:80** A simple database management system that stores each table as a text file of line-delimited JSON. [![godoc][D]](https://godoc.org/github.com/jameycribbs/hare)
- [regatta](https://github.com/jamf/regatta) **star:58** Fast, simple, geo-distributed KV store built for cloud native era. [![There was an update last month][G]](https://github.com/jamf/regatta) [![godoc][D]](https://godoc.org/github.com/jamf/regatta)
- [tempdb](https://github.com/rafaeljesus/tempdb) **star:17** Key-value store for temporary items. [![It hasn't been updated in recent three years][Y]](https://github.com/rafaeljesus/tempdb) [![godoc][D]](https://godoc.org/github.com/rafaeljesus/tempdb)
- [migrate](https://github.com/golang-migrate/migrate) **star:12486** Database migrations. CLI and Golang library. [![There was an update last month][G]](https://github.com/golang-migrate/migrate) [![godoc][D]](https://godoc.org/github.com/golang-migrate/migrate)
- [bytebase](https://github.com/bytebase/bytebase) **star:7285** Safe database schema change and version control for DevOps teams. [![There was an update last month][G]](https://github.com/bytebase/bytebase) [![godoc][D]](https://godoc.org/github.com/bytebase/bytebase)
- [goose](https://github.com/pressly/goose) **star:4586** Database migration tool. You can manage your database's evolution by creating incremental SQL or Go scripts. [![There was an update last month][G]](https://github.com/pressly/goose) [![godoc][D]](https://godoc.org/github.com/pressly/goose)
- [atlas](https://github.com/ariga/atlas) **star:3943** A Database Toolkit. A CLI designed to help companies better work with their data. [![There was an update last month][G]](https://github.com/ariga/atlas) [![godoc][D]](https://godoc.org/github.com/ariga/atlas)
- [dbmate](https://github.com/amacneil/dbmate) **star:3915** A lightweight, framework-agnostic database migration tool. [![There was an update last month][G]](https://github.com/amacneil/dbmate) [![godoc][D]](https://godoc.org/github.com/amacneil/dbmate)
- [sql-migrate](https://github.com/rubenv/sql-migrate) **star:2960** Database migration tool. Allows embedding migrations into the application using go-bindata. [![godoc][D]](https://godoc.org/github.com/rubenv/sql-migrate)
- [skeema](https://github.com/skeema/skeema) **star:1178** Pure-SQL schema management system for MySQL, with support for sharding and external online schema change tools. [![There was an update last month][G]](https://github.com/skeema/skeema) [![godoc][D]](https://godoc.org/github.com/skeema/skeema)
- [goavro](https://github.com/linkedin/goavro) **star:917** A Go package that encodes and decodes Avro data. [![godoc][D]](https://godoc.org/github.com/linkedin/goavro)
- [migrator](https://github.com/lopezator/migrator) **star:156** Dead simple Go database migration library. [![godoc][D]](https://godoc.org/github.com/lopezator/migrator)
- [go-pg-migrations](https://github.com/robinjoseph08/go-pg-migrations) **star:83** A Go package to help write migrations with go-pg/pg. [![godoc][D]](https://godoc.org/github.com/robinjoseph08/go-pg-migrations)
- [sqlize](https://github.com/sunary/sqlize) **star:68** Database migration generator. Allows generate sql migration from model and existing sql by differ them. [![godoc][D]](https://godoc.org/github.com/sunary/sqlize)
- [avro](https://github.com/khezen/avro) **star:43** Discover SQL schemas and convert them to AVRO schemas. Query SQL records into AVRO bytes. [![godoc][D]](https://godoc.org/github.com/khezen/avro)
- [schema](https://github.com/adlio/schema) **star:30** Library to embed schema migrations for database/sql-compatible databases inside your Go binaries. [![godoc][D]](https://godoc.org/github.com/adlio/schema)
- [migrator](https://github.com/larapulse/migrator) **star:24** MySQL database migrator designed to run migrations to your features and manage database schema update with intuitive go code. [![godoc][D]](https://godoc.org/github.com/larapulse/migrator)
- [libschema](https://github.com/muir/libschema) **star:14** Define your migrations separately in each library. Migrations for open source libraries. MySQL & PostgreSQL. [![godoc][D]](https://godoc.org/github.com/muir/libschema)
- [godfish](https://github.com/rafaelespinoza/godfish) **star:5** Database migration manager, works with native query language. Support for cassandra, mysql, postgres, sqlite3. [![godoc][D]](https://godoc.org/github.com/rafaelespinoza/godfish)
- [vitess](https://github.com/youtube/vitess) **star:16934** vitess provides servers and tools which facilitate scaling of MySQL databases for large scale web services. [![There was an update last month][G]](https://github.com/youtube/vitess) [![godoc][D]](https://godoc.org/github.com/youtube/vitess)
- [pgweb](https://github.com/sosedoff/pgweb) **star:8090** Web-based PostgreSQL database browser. [![There was an update last month][G]](https://github.com/sosedoff/pgweb) [![godoc][D]](https://godoc.org/github.com/sosedoff/pgweb)
- [kingshard](https://github.com/flike/kingshard) **star:6265** kingshard is a high performance proxy for MySQL powered by Golang. [![There was an update last month][G]](https://github.com/flike/kingshard) [![godoc][D]](https://godoc.org/github.com/flike/kingshard) [![Contains Chinese documents][CN]](https://github.com/flike/kingshard)
- [orchestrator](https://github.com/github/orchestrator) **star:5193** MySQL replication topology manager & visualizer. [![There was an update last month][G]](https://github.com/github/orchestrator) [![godoc][D]](https://godoc.org/github.com/github/orchestrator)
- [go-mysql](https://github.com/siddontang/go-mysql) **star:4235** Go toolset to handle MySQL protocol and replication. [![There was an update last month][G]](https://github.com/siddontang/go-mysql) [![godoc][D]](https://godoc.org/github.com/siddontang/go-mysql)
- [go-mysql-elasticsearch](https://github.com/siddontang/go-mysql-elasticsearch) **star:4009** Sync your MySQL data into Elasticsearch automatically. [![There was an update last month][G]](https://github.com/siddontang/go-mysql-elasticsearch) [![godoc][D]](https://godoc.org/github.com/siddontang/go-mysql-elasticsearch)
- [pREST](https://github.com/prest/prest) **star:3921** Simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new. [![godoc][D]](https://godoc.org/github.com/prest/prest)
- [chproxy](https://github.com/Vertamedia/chproxy) **star:1143** HTTP proxy for ClickHouse database. [![godoc][D]](https://godoc.org/github.com/Vertamedia/chproxy)
- [pg_timetable](https://github.com/cybertec-postgresql/pg_timetable) **star:943** Advanced scheduling for PostgreSQL. [![godoc][D]](https://godoc.org/github.com/cybertec-postgresql/pg_timetable)
- [clickhouse-bulk](https://github.com/nikepan/clickhouse-bulk) **star:438** Collects small inserts and sends big requests to ClickHouse servers. [![godoc][D]](https://godoc.org/github.com/nikepan/clickhouse-bulk)
- [rdb](https://github.com/HDT3213/rdb) **star:292** Redis RDB file parser for secondary development and memory analysis. [![godoc][D]](https://godoc.org/github.com/HDT3213/rdb)
- [octillery](https://github.com/knocknote/octillery) **star:181** Go package for sharding databases ( Supports every ORM or raw SQL ). [![godoc][D]](https://godoc.org/github.com/knocknote/octillery)
- [dbbench](https://github.com/sj14/dbbench) **star:89** Database benchmarking tool with support for several databases and scripts. [![There was an update last month][G]](https://github.com/sj14/dbbench) [![godoc][D]](https://godoc.org/github.com/sj14/dbbench)
- [prep](https://github.com/hexdigest/prep) **star:33** Use prepared SQL statements without changing your code. [![It hasn't been updated in recent three years][Y]](https://github.com/hexdigest/prep) [![godoc][D]](https://godoc.org/github.com/hexdigest/prep)
- [onedump](https://github.com/liweiyi88/onedump) **star:24** Database backup from different drivers to different destinations with one command and configuration. [![There was an update last month][G]](https://github.com/liweiyi88/onedump) [![godoc][D]](https://godoc.org/github.com/liweiyi88/onedump)
- [dg](https://github.com/codingconcepts/dg) **star:16** A fast data generator that produces CSV files from generated relational data. [![godoc][D]](https://godoc.org/github.com/codingconcepts/dg)
- [dynago](https://github.com/twharmon/dynago) **star:10** Simplify working with AWS DynamoDB. [![godoc][D]](https://godoc.org/github.com/twharmon/dynago)
- [sqlc](https://github.com/kyleconroy/sqlc) **star:9298** Generate type-safe code from SQL. [![There was an update last month][G]](https://github.com/kyleconroy/sqlc) [![godoc][D]](https://godoc.org/github.com/kyleconroy/sqlc)
- [Squirrel](https://github.com/Masterminds/squirrel) **star:6133** Go library that helps you build SQL queries. [![godoc][D]](https://godoc.org/github.com/Masterminds/squirrel)
- [xo](https://github.com/knq/xo) **star:3465** Generate idiomatic Go code for databases based on existing schema definitions or custom queries supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server. [![godoc][D]](https://godoc.org/github.com/knq/xo)
- [goqu](https://github.com/doug-martin/goqu) **star:2027** Idiomatic SQL builder and query library. [![godoc][D]](https://godoc.org/github.com/doug-martin/goqu)
- [jet](https://github.com/go-jet/jet) **star:1623** Framework for writing type-safe SQL queries in Go, with ability to easily convert database query result into desired arbitrary object structure. [![godoc][D]](https://godoc.org/github.com/go-jet/jet)
- [gendry](https://github.com/didi/gendry) **star:1533** Non-invasive SQL builder and powerful data binder. [![godoc][D]](https://godoc.org/github.com/didi/gendry) [![Contains Chinese documents][CN]](https://github.com/didi/gendry)
- [Dotsql](https://github.com/gchaincl/dotsql) **star:684** Go library that helps you keep sql files in one place and use them with ease. [![godoc][D]](https://godoc.org/github.com/gchaincl/dotsql)
- [ozzo-dbx](https://github.com/go-ozzo/ozzo-dbx) **star:614** Powerful data retrieval methods as well as DB-agnostic query building capabilities. [![godoc][D]](https://godoc.org/github.com/go-ozzo/ozzo-dbx)
- [dbq](https://github.com/rocketlaunchr/dbq) **star:386** Zero boilerplate database operations for Go. [![godoc][D]](https://godoc.org/github.com/rocketlaunchr/dbq)
- [buildsqlx](https://github.com/arthurkushman/buildsqlx) **star:128** Go database query builder library for PostgreSQL. [![There was an update last month][G]](https://github.com/arthurkushman/buildsqlx) [![godoc][D]](https://godoc.org/github.com/arthurkushman/buildsqlx)
- [bqb](https://github.com/nullism/bqb) **star:105** Lightweight and easy to learn query builder. [![godoc][D]](https://godoc.org/github.com/nullism/bqb)
- [builq](https://github.com/cristalhq/builq) **star:74** Easily build SQL queries in Go. [![There was an update last month][G]](https://github.com/cristalhq/builq) [![godoc][D]](https://godoc.org/github.com/cristalhq/builq)
- [godbal](https://github.com/xujiajun/godbal) **star:58** Database Abstraction Layer (dbal) for go. Support SQL builder and get result easily. [![It hasn't been updated in recent three years][Y]](https://github.com/xujiajun/godbal) [![godoc][D]](https://godoc.org/github.com/xujiajun/godbal)
- [qry](https://github.com/HnH/qry) **star:29** Tool that generates constants from files with raw SQL queries. [![godoc][D]](https://godoc.org/github.com/HnH/qry)
- [ormlite](https://github.com/pupizoid/ormlite) **star:12** Lightweight package containing some ORM-like features and helpers for sqlite databases. [![godoc][D]](https://godoc.org/github.com/pupizoid/ormlite)
- [Hotcoal](https://github.com/motrboat/hotcoal) **star:10** Secure your handcrafted SQL against injection. [![godoc][D]](https://godoc.org/github.com/motrboat/hotcoal)
- [sg](https://github.com/go-the-way/sg) **star:4** A SQL Gen for generating standard SQLs(supports: CRUD) written in Go. [![godoc][D]](https://godoc.org/github.com/go-the-way/sg)
- [cayley](https://github.com/google/cayley) **star:14656** Graph database with support for multiple backends. [![godoc][D]](https://godoc.org/github.com/google/cayley)
- [gokv](https://github.com/philippgille/gokv) **star:589** Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more). [![There was an update last month][G]](https://github.com/philippgille/gokv) [![godoc][D]](https://godoc.org/github.com/philippgille/gokv)
- [go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) **star:13757** MySQL driver for Go. [![There was an update last month][G]](https://github.com/go-sql-driver/mysql) [![godoc][D]](https://godoc.org/github.com/go-sql-driver/mysql)
- [pq](https://github.com/lib/pq) **star:8380** Pure Go Postgres driver for database/sql. [![godoc][D]](https://godoc.org/github.com/lib/pq)
- [pgx](https://github.com/jackc/pgx) **star:8371** PostgreSQL driver supporting features beyond those exposed by database/sql. [![There was an update last month][G]](https://github.com/jackc/pgx) [![godoc][D]](https://godoc.org/github.com/jackc/pgx)
- [go-sqlite3](https://github.com/mattn/go-sqlite3) **star:6966** SQLite3 driver for go that uses database/sql. [![There was an update last month][G]](https://github.com/mattn/go-sqlite3)
- [go-mssqldb](https://github.com/denisenkom/go-mssqldb) **star:1765** Microsoft MSSQL driver for Go. [![godoc][D]](https://godoc.org/github.com/denisenkom/go-mssqldb)
- [sqlhooks](https://github.com/qustavo/sqlhooks) **star:617** Attach hooks to any database/sql driver. [![godoc][D]](https://godoc.org/github.com/qustavo/sqlhooks)
- [go-oci8](https://github.com/mattn/go-oci8) **star:612** Oracle driver for go that uses database/sql. [![There was an update last month][G]](https://github.com/mattn/go-oci8) [![godoc][D]](https://godoc.org/github.com/mattn/go-oci8)
- [godror](https://github.com/godror/godror) **star:466** Oracle driver for Go, using the ODPI-C driver. [![There was an update last month][G]](https://github.com/godror/godror)
- [Sqinn-Go](https://github.com/cvilsmeier/sqinn-go) **star:332** SQLite with pure Go. [![godoc][D]](https://godoc.org/github.com/cvilsmeier/sqinn-go)
- [KSQL](https://github.com/VinGarcia/ksql) **star:242** A Simple and Powerful Golang SQL Library [![There was an update last month][G]](https://github.com/VinGarcia/ksql) [![godoc][D]](https://godoc.org/github.com/VinGarcia/ksql)
- [surrealdb.go](https://github.com/surrealdb/surrealdb.go) **star:187** SurrealDB Driver for Go. [![There was an update last month][G]](https://github.com/surrealdb/surrealdb.go) [![godoc][D]](https://godoc.org/github.com/surrealdb/surrealdb.go)
- [go-adodb](https://github.com/mattn/go-adodb) **star:132** Microsoft ActiveX Object DataBase driver for go that uses database/sql. [![godoc][D]](https://godoc.org/github.com/mattn/go-adodb)
- [avatica](https://github.com/apache/calcite-avatica-go) **star:109** Apache Avatica/Phoenix SQL driver for database/sql. [![godoc][D]](https://godoc.org/github.com/apache/calcite-avatica-go)
- [gofreetds](https://github.com/minus5/gofreetds) **star:109** Microsoft MSSQL driver. Go wrapper over [FreeTDS](https://www.freetds.org). [![godoc][D]](https://godoc.org/github.com/minus5/gofreetds)
- [ydb-go-sdk](https://github.com/ydb-platform/ydb-go-sdk) **star:108** native and database/sql driver YDB (Yandex Database) [![There was an update last month][G]](https://github.com/ydb-platform/ydb-go-sdk) [![godoc][D]](https://godoc.org/github.com/ydb-platform/ydb-go-sdk)
- [bgc](https://github.com/viant/bgc) **star:20** Datastore Connectivity for BigQuery for go. [![It hasn't been updated in recent three years][Y]](https://github.com/viant/bgc) [![godoc][D]](https://godoc.org/github.com/viant/bgc)
- [redis](https://github.com/redis/go-redis) **star:18183** Redis client for Golang. [![There was an update last month][G]](https://github.com/redis/go-redis) [![godoc][D]](https://godoc.org/github.com/redis/go-redis) [![Contains Chinese documents][CN]](https://github.com/redis/go-redis)
- [redigo](https://github.com/gomodule/redigo) **star:9625** Redigo is a Go client for the Redis database. [![There was an update last month][G]](https://github.com/gomodule/redigo) [![godoc][D]](https://godoc.org/github.com/gomodule/redigo)
- [mongo-go-driver](https://github.com/mongodb/mongo-go-driver) **star:7685** Official MongoDB driver for the Go language. [![There was an update last month][G]](https://github.com/mongodb/mongo-go-driver) [![godoc][D]](https://godoc.org/github.com/mongodb/mongo-go-driver)
- [mgo](https://github.com/globalsign/mgo) **star:1960** (unmaintained) MongoDB driver for the Go language that implements a rich and well tested selection of features under a very simple API following standard Go idioms. [![godoc][D]](https://godoc.org/github.com/globalsign/mgo)
- [gorethink](https://github.com/dancannon/gorethink) **star:1639** Go language driver for RethinkDB. [![godoc][D]](https://godoc.org/github.com/dancannon/gorethink)
- [qmgo](https://github.com/qiniu/qmgo) **star:1198** The MongoDB driver for Go. It‘s based on official MongoDB driver but easier to use like Mgo. [![godoc][D]](https://godoc.org/github.com/qiniu/qmgo) [![Contains Chinese documents][CN]](https://github.com/qiniu/qmgo)
- [mgm](https://github.com/kamva/mgm) **star:688** MongoDB model-based ODM for Go (based on official MongoDB driver). [![godoc][D]](https://godoc.org/github.com/kamva/mgm)
- [aerospike-client-go](https://github.com/aerospike/aerospike-client-go) **star:414** Aerospike client in Go language. [![There was an update last month][G]](https://github.com/aerospike/aerospike-client-go) [![godoc][D]](https://godoc.org/github.com/aerospike/aerospike-client-go)
- [neoism](https://github.com/jmcvetta/neoism) **star:389** Neo4j client for Golang. [![It hasn't been updated in recent three years][Y]](https://github.com/jmcvetta/neoism) [![godoc][D]](https://godoc.org/github.com/jmcvetta/neoism)
- [gocb](https://github.com/couchbase/gocb) **star:350** Official Couchbase Go SDK. [![There was an update last month][G]](https://github.com/couchbase/gocb) [![godoc][D]](https://godoc.org/github.com/couchbase/gocb)
- [go-rejson](https://github.com/nitishm/go-rejson) **star:332** Golang client for redislabs' ReJSON module using Redigo golang client. Store and manipulate structs as JSON objects in redis with ease. [![godoc][D]](https://godoc.org/github.com/nitishm/go-rejson)
- [Kivik](https://github.com/go-kivik/kivik) **star:281** Kivik provides a common Go and GopherJS client library for CouchDB, PouchDB, and similar databases. [![There was an update last month][G]](https://github.com/go-kivik/kivik) [![godoc][D]](https://godoc.org/github.com/go-kivik/kivik)
- [godis](https://github.com/piaohao/godis) **star:109** redis client implement by golang, inspired by jedis. [![It hasn't been updated in recent three years][Y]](https://github.com/piaohao/godis) [![godoc][D]](https://godoc.org/github.com/piaohao/godis)
- [Neo4j-GO](https://github.com/davemeehan/Neo4j-GO) **star:76** Neo4j REST Client in golang. [![It hasn't been updated in recent three years][Y]](https://github.com/davemeehan/Neo4j-GO) [![godoc][D]](https://godoc.org/github.com/davemeehan/Neo4j-GO) [![Archived][Archived]](https://github.com/davemeehan/Neo4j-GO)
- [go-pilosa](https://github.com/pilosa/go-pilosa) **star:58** Go client library for Pilosa. [![godoc][D]](https://godoc.org/github.com/pilosa/go-pilosa) [![Archived][Archived]](https://github.com/pilosa/go-pilosa)
- [forestdb](https://github.com/couchbase/goforestdb) **star:34** Go bindings for ForestDB. [![It hasn't been updated in recent three years][Y]](https://github.com/couchbase/goforestdb) [![godoc][D]](https://godoc.org/github.com/couchbase/goforestdb)
- [neo4j](https://github.com/cihangir/neo4j) **star:27** Neo4j Rest API Bindings for Golang. [![It hasn't been updated in recent three years][Y]](https://github.com/cihangir/neo4j) [![godoc][D]](https://godoc.org/github.com/cihangir/neo4j)
- [xredis](https://github.com/shomali11/xredis) **star:19** Typesafe, customizable, clean & easy to use Redis client. [![It hasn't been updated in recent three years][Y]](https://github.com/shomali11/xredis) [![godoc][D]](https://godoc.org/github.com/shomali11/xredis)
- [gocosmos](https://github.com/btnguyen2k/gocosmos) **star:18** REST client and standard `database/sql` driver for Azure Cosmos DB. [![godoc][D]](https://godoc.org/github.com/btnguyen2k/gocosmos)
- [godscache](https://github.com/defcronyke/godscache) **star:11** A wrapper for the Google Cloud Platform Go Datastore package that adds caching using memcached. [![It hasn't been updated in recent three years][Y]](https://github.com/defcronyke/godscache) [![godoc][D]](https://godoc.org/github.com/defcronyke/godscache)
- [asc](https://github.com/viant/asc) **star:9** Datastore Connectivity for Aerospike for go. [![It hasn't been updated in recent three years][Y]](https://github.com/viant/asc) [![godoc][D]](https://godoc.org/github.com/viant/asc)
- [elastic](https://github.com/olivere/elastic) **star:7240** Elasticsearch client for Go. [![godoc][D]](https://godoc.org/github.com/olivere/elastic)
- [go-elasticsearch](https://github.com/elastic/go-elasticsearch) **star:5209** Official Elasticsearch client for Go. [![godoc][D]](https://godoc.org/github.com/elastic/go-elasticsearch)
- [elasticsql](https://github.com/cch123/elasticsql) **star:1106** Convert sql to elasticsearch dsl in Go. [![godoc][D]](https://godoc.org/github.com/cch123/elasticsql)
- [elastigo](https://github.com/mattbaird/elastigo) **star:950** Elasticsearch client library. [![It hasn't been updated in recent three years][Y]](https://github.com/mattbaird/elastigo) [![godoc][D]](https://godoc.org/github.com/mattbaird/elastigo)
- [skizze](https://github.com/seiflotfy/skizze) **star:88** probabilistic data-structures service and storage. [![It hasn't been updated in recent three years][Y]](https://github.com/seiflotfy/skizze) [![godoc][D]](https://godoc.org/github.com/seiflotfy/skizze)
- [goes](https://github.com/OwnLocal/goes) **star:30** Library to interact with Elasticsearch. [![It hasn't been updated in recent three years][Y]](https://github.com/OwnLocal/goes) [![godoc][D]](https://godoc.org/github.com/OwnLocal/goes)
- [now](https://github.com/jinzhu/now) **star:4261** Now is a time toolkit for golang. [![godoc][D]](https://godoc.org/github.com/jinzhu/now)
- [carbon](https://github.com/golang-module/carbon) **star:3702** A simple, semantic and developer-friendly golang package for datetime. [![There was an update last month][G]](https://github.com/golang-module/carbon) [![godoc][D]](https://godoc.org/github.com/golang-module/carbon)
- [dateparse](https://github.com/araddon/dateparse) **star:1919** Parse date's without knowing format in advance. [![godoc][D]](https://godoc.org/github.com/araddon/dateparse)
- [carbon](https://github.com/uniplaces/carbon) **star:766** Simple Time extension with a lot of util methods, ported from PHP Carbon library. [![godoc][D]](https://godoc.org/github.com/uniplaces/carbon)
- [durafmt](https://github.com/hako/durafmt) **star:469** Time duration formatting library for Go. [![godoc][D]](https://godoc.org/github.com/hako/durafmt)
- [timeutil](https://github.com/leekchan/timeutil) **star:194** Useful extensions (Timedelta, Strftime, ...) to the golang's time package. [![It hasn't been updated in recent three years][Y]](https://github.com/leekchan/timeutil) [![godoc][D]](https://godoc.org/github.com/leekchan/timeutil)
- [gostradamus](https://github.com/bykof/gostradamus) **star:191** A Go package for working with dates. [![godoc][D]](https://godoc.org/github.com/bykof/gostradamus)
- [go-persian-calendar](https://github.com/yaa110/go-persian-calendar) **star:172** The implementation of the Persian (Solar Hijri) Calendar in Go (golang). [![godoc][D]](https://godoc.org/github.com/yaa110/go-persian-calendar)
- [iso8601](https://github.com/relvacode/iso8601) **star:132** Efficiently parse ISO8601 date-times without regex. [![godoc][D]](https://godoc.org/github.com/relvacode/iso8601)
- [date](https://github.com/rickb777/date) **star:116** Augments Time for working with dates, date ranges, time spans, periods, and time-of-day. [![godoc][D]](https://godoc.org/github.com/rickb777/date)
- [go-str2duration](https://github.com/xhit/go-str2duration) **star:82** Convert string to duration. Support time.Duration returned string and more. [![godoc][D]](https://godoc.org/github.com/xhit/go-str2duration)
- [timespan](https://github.com/SaidinWoT/timespan) **star:82** For interacting with intervals of time, defined as a start time and a duration. [![It hasn't been updated in recent three years][Y]](https://github.com/SaidinWoT/timespan) [![godoc][D]](https://godoc.org/github.com/SaidinWoT/timespan)
- [go-sunrise](https://github.com/nathan-osman/go-sunrise) **star:77** Calculate the sunrise and sunset times for a given location. [![godoc][D]](https://godoc.org/github.com/nathan-osman/go-sunrise)
- [feiertage](https://github.com/wlbr/feiertage) **star:44** Set of functions to calculate public holidays in Germany, incl. specialization on the states of Germany (Bundesländer). Things like Easter, Pentecost, Thanksgiving... [![godoc][D]](https://godoc.org/github.com/wlbr/feiertage)
- [kair](https://github.com/GuilhermeCaruso/kair) **star:25** Date and Time - Golang Formatting Library. [![It hasn't been updated in recent three years][Y]](https://github.com/GuilhermeCaruso/kair) [![godoc][D]](https://godoc.org/github.com/GuilhermeCaruso/kair)
- [cronrange](https://github.com/1set/cronrange) **star:18** Parses Cron-style time range expressions, checks if the given time is within any ranges. [![godoc][D]](https://godoc.org/github.com/1set/cronrange)
- [NullTime](https://github.com/kirillDanshin/nulltime) **star:14** Nullable `time.Time`. [![It hasn't been updated in recent three years][Y]](https://github.com/kirillDanshin/nulltime) [![godoc][D]](https://godoc.org/github.com/kirillDanshin/nulltime)
- [strftime](https://github.com/awoodbeck/strftime) **star:12** C99-compatible strftime formatter. [![It hasn't been updated in recent three years][Y]](https://github.com/awoodbeck/strftime) [![godoc][D]](https://godoc.org/github.com/awoodbeck/strftime)
- [go-anytime](https://github.com/ijt/go-anytime) **star:11** Parse dates/times like "next dec 22nd at 3pm" and ranges like "from today until next thursday" without knowing the format in advance. [![godoc][D]](https://godoc.org/github.com/ijt/go-anytime)
- [go-week](https://github.com/stoewer/go-week) **star:8** An efficient package to work with ISO8601 week dates. [![godoc][D]](https://godoc.org/github.com/stoewer/go-week)
- [approx](https://github.com/goschtalt/approx) **star:3** A Duration extension supporting parsing/printing durations in days, weeks and years. [![godoc][D]](https://godoc.org/github.com/goschtalt/approx)
- [go-zero](https://github.com/tal-tech/go-zero) **star:26134** A web and rpc framework. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity. [![There was an update last month][G]](https://github.com/tal-tech/go-zero) [![godoc][D]](https://godoc.org/github.com/tal-tech/go-zero)
- [go-kit](https://github.com/go-kit/kit) **star:25557** Microservice toolkit with support for service discovery, load balancing, pluggable transports, request tracking, etc. [![godoc][D]](https://godoc.org/github.com/go-kit/kit)
- [Kratos](https://github.com/go-kratos/kratos) **star:21595** A modular-designed and easy-to-use microservices framework in Go. [![There was an update last month][G]](https://github.com/go-kratos/kratos) [![godoc][D]](https://godoc.org/github.com/go-kratos/kratos) [![Contains Chinese documents][CN]](https://github.com/go-kratos/kratos)
- [go-micro](https://github.com/micro/go-micro) **star:20928** A distributed systems development framework. [![There was an update last month][G]](https://github.com/micro/go-micro) [![godoc][D]](https://godoc.org/github.com/micro/go-micro)
- [grpc-go](https://github.com/grpc/grpc-go) **star:18996** The Go language implementation of gRPC. HTTP/2 based RPC. [![There was an update last month][G]](https://github.com/grpc/grpc-go) [![godoc][D]](https://godoc.org/github.com/grpc/grpc-go)
- [NATS](https://github.com/nats-io/gnatsd) **star:13738** Lightweight, high performance messaging system for microservices, IoT, and cloud native systems. [![There was an update last month][G]](https://github.com/nats-io/gnatsd) [![godoc][D]](https://godoc.org/github.com/nats-io/gnatsd)
- [micro](https://github.com/micro/micro) **star:11891** A distributed systems runtime for the cloud and beyond. [![There was an update last month][G]](https://github.com/micro/micro) [![godoc][D]](https://godoc.org/github.com/micro/micro)
- [rpcx](https://github.com/smallnest/rpcx) **star:7761** Distributed pluggable RPC service framework like alibaba Dubbo. [![godoc][D]](https://godoc.org/github.com/smallnest/rpcx)
- [raft](https://github.com/hashicorp/raft) **star:7464** Golang implementation of the Raft consensus protocol, by HashiCorp. [![There was an update last month][G]](https://github.com/hashicorp/raft) [![godoc][D]](https://godoc.org/github.com/hashicorp/raft)
- [Kitex](https://github.com/cloudwego/kitex) **star:6316** A high-performance and strong-extensibility Golang RPC framework that helps developers build microservices. If the performance and extensibility are the main concerns when you develop microservices, Kitex can be a good choice. [![There was an update last month][G]](https://github.com/cloudwego/kitex) [![godoc][D]](https://godoc.org/github.com/cloudwego/kitex) [![Contains Chinese documents][CN]](https://github.com/cloudwego/kitex)
- [lura](https://github.com/luraproject/lura) **star:5779** Ultra performant API Gateway framework with middlewares. [![There was an update last month][G]](https://github.com/luraproject/lura) [![godoc][D]](https://godoc.org/github.com/luraproject/lura)
- [torrent](https://github.com/anacrolix/torrent) **star:4960** BitTorrent client package. [![There was an update last month][G]](https://github.com/anacrolix/torrent) [![godoc][D]](https://godoc.org/github.com/anacrolix/torrent)
- [dragonboat](https://github.com/lni/dragonboat) **star:4768** A feature complete and high performance multi-group Raft library in Go. [![godoc][D]](https://godoc.org/github.com/lni/dragonboat) [![Contains Chinese documents][CN]](https://github.com/lni/dragonboat)
- [emitter-io](https://github.com/emitter-io/emitter) **star:3647** High performance, distributed, secure and low latency publish-subscribe platform built with MQTT, Websockets and love. [![godoc][D]](https://godoc.org/github.com/emitter-io/emitter)
- [gleam](https://github.com/chrislusf/gleam) **star:3252** Fast and scalable distributed map/reduce system written in pure Go and Luajit, combining Go's high concurrency with Luajit's high performance, runs standalone or distributed. [![godoc][D]](https://godoc.org/github.com/chrislusf/gleam)
- [glow](https://github.com/chrislusf/glow) **star:3163** Easy-to-Use scalable distributed big data processing, Map-Reduce, DAG execution, all in pure Go. [![It hasn't been updated in recent three years][Y]](https://github.com/chrislusf/glow) [![godoc][D]](https://godoc.org/github.com/chrislusf/glow)
- [liftbridge](https://github.com/liftbridge-io/liftbridge) **star:2493** Lightweight, fault-tolerant message streams for NATS. [![godoc][D]](https://godoc.org/github.com/liftbridge-io/liftbridge)
- [Dragonfly](https://github.com/dragonflyoss/Dragonfly2) **star:1672** Provide efficient, stable and secure file distribution and image acceleration based on p2p technology to be the best practice and standard solution in cloud native architectures. [![There was an update last month][G]](https://github.com/dragonflyoss/Dragonfly2) [![godoc][D]](https://godoc.org/github.com/dragonflyoss/Dragonfly2)
- [hprose](https://github.com/hprose/hprose-golang) **star:1247** Very newbility RPC Library, support 25+ languages now. [![godoc][D]](https://godoc.org/github.com/hprose/hprose-golang) [![Contains Chinese documents][CN]](https://github.com/hprose/hprose-golang)
- [go-doudou](https://github.com/unionj-cloud/go-doudou) **star:1222** A gossip protocol and OpenAPI 3.0 spec based decentralized microservice framework. Built-in go-doudou cli focusing on low-code and rapid dev can power up your productivity. [![godoc][D]](https://godoc.org/github.com/unionj-cloud/go-doudou) [![Contains Chinese documents][CN]](https://github.com/unionj-cloud/go-doudou)
- [redis-lock](https://github.com/bsm/redislock) **star:1142** Simplified distributed locking implementation using Redis. [![godoc][D]](https://godoc.org/github.com/bsm/redislock)
- [go-health](https://github.com/InVisionApp/go-health) **star:719** Library for enabling asynchronous dependency health checks in your service. [![godoc][D]](https://godoc.org/github.com/InVisionApp/go-health)
- [gorpc](https://github.com/valyala/gorpc) **star:681** Simple, fast and scalable RPC library for high load. [![godoc][D]](https://godoc.org/github.com/valyala/gorpc)
- [go-sundheit](https://github.com/AppsFlyer/go-sundheit) **star:514** A library built to provide support for defining async service health checks for golang services. [![godoc][D]](https://godoc.org/github.com/AppsFlyer/go-sundheit)
- [Temporal](https://github.com/temporalio/sdk-go) **star:378** Durable execution system for making code fault-tolerant and simple. [![There was an update last month][G]](https://github.com/temporalio/sdk-go) [![godoc][D]](https://godoc.org/github.com/temporalio/sdk-go)
- [go-jump](https://github.com/dgryski/go-jump) **star:371** Port of Google's "Jump" Consistent Hash function. [![godoc][D]](https://godoc.org/github.com/dgryski/go-jump)
- [raft](https://github.com/etcd-io/raft) **star:371** Go implementation of the Raft consensus protocol, by CoreOS. [![There was an update last month][G]](https://github.com/etcd-io/raft) [![godoc][D]](https://godoc.org/github.com/etcd-io/raft)
- [sleuth](https://github.com/ursiform/sleuth) **star:367** Library for master-less p2p auto-discovery and RPC between HTTP services (using [ZeroMQ](https://github.com/zeromq/libzmq)). [![godoc][D]](https://godoc.org/github.com/ursiform/sleuth)
- [outboxer](https://github.com/italolelis/outboxer) **star:138** Outboxer is a go library that implements the outbox pattern. [![godoc][D]](https://godoc.org/github.com/italolelis/outboxer)
- [Semaphore](https://github.com/jexia/semaphore) **star:87** A straightforward (micro) service orchestrator. [![godoc][D]](https://godoc.org/github.com/jexia/semaphore)
- [celeriac](https://github.com/svcavallar/celeriac.v1) **star:71** Library for adding support for interacting and monitoring Celery workers, tasks and events in Go. [![godoc][D]](https://godoc.org/github.com/svcavallar/celeriac.v1)
- [go-mysql-lock](https://github.com/sanketplus/go-mysql-lock) **star:58** MySQL based distributed lock. [![godoc][D]](https://godoc.org/github.com/sanketplus/go-mysql-lock)
- [go-pdu](https://github.com/pdupub/go-pdu) **star:46** A decentralized identity-based social network. [![godoc][D]](https://godoc.org/github.com/pdupub/go-pdu)
- [drmaa](https://github.com/dgruber/drmaa) **star:45** Job submission library for cluster schedulers based on the DRMAA standard. [![godoc][D]](https://godoc.org/github.com/dgruber/drmaa)
- [gmsec](https://github.com/gmsec/micro) **star:22** A Go distributed systems development framework. [![There was an update last month][G]](https://github.com/gmsec/micro) [![godoc][D]](https://godoc.org/github.com/gmsec/micro)
- [dynatomic](https://github.com/tylfin/dynatomic) **star:15** A library for using DynamoDB as an atomic counter. [![It hasn't been updated in recent three years][Y]](https://github.com/tylfin/dynatomic) [![godoc][D]](https://godoc.org/github.com/tylfin/dynatomic)
- [GoDNS](https://github.com/timothyye/godns) **star:1356** A dynamic DNS client tool, supports DNSPod & HE.net, written in Go. [![There was an update last month][G]](https://github.com/timothyye/godns) [![godoc][D]](https://godoc.org/github.com/timothyye/godns)
- [DDNS](https://github.com/skibish/ddns) **star:240** Personal DDNS client with Digital Ocean Networking DNS as backend. [![godoc][D]](https://godoc.org/github.com/skibish/ddns)
- [dyndns](https://gitlab.com/alcastle/dyndns) Background Go process to regularly and automatically check your IP Address and make updates to (one or many) Dynamic DNS records for Google domains whenever your address changes.
- [MailHog](https://github.com/mailhog/MailHog) **star:12675** Email and SMTP testing with web and API interface. [![godoc][D]](https://godoc.org/github.com/mailhog/MailHog)
- [Mailpit](https://github.com/axllent/mailpit) **star:3279** Email and SMTP testing tool for developers. [![There was an update last month][G]](https://github.com/axllent/mailpit) [![godoc][D]](https://godoc.org/github.com/axllent/mailpit)
- [hermes](https://github.com/matcornic/hermes) **star:2689** Golang package that generates clean, responsive HTML e-mails. [![godoc][D]](https://godoc.org/github.com/matcornic/hermes)
- [email](https://github.com/jordan-wright/email) **star:2454** A robust and flexible email library for Go. [![godoc][D]](https://godoc.org/github.com/jordan-wright/email)
- [go-imap](https://github.com/emersion/go-imap) **star:1862** IMAP library for clients and servers. [![godoc][D]](https://godoc.org/github.com/emersion/go-imap)
- [email-verifier](https://github.com/AfterShip/email-verifier) **star:963** A Go library for email verification without sending any emails. [![godoc][D]](https://godoc.org/github.com/AfterShip/email-verifier)
- [SendGrid](https://github.com/sendgrid/sendgrid-go) **star:933** SendGrid's Go library for sending email. [![godoc][D]](https://godoc.org/github.com/sendgrid/sendgrid-go)
- [mailgun-go](https://github.com/mailgun/mailgun-go) **star:661** Go library for sending mail with the Mailgun API. [![godoc][D]](https://godoc.org/github.com/mailgun/mailgun-go)
- [go-simple-mail](https://github.com/xhit/go-simple-mail) **star:535** Very simple package to send emails with SMTP Keep Alive and two timeouts: Connect and Send. [![godoc][D]](https://godoc.org/github.com/xhit/go-simple-mail)
- [go-mail](https://github.com/wneessen/go-mail) **star:342** A simple Go library for sending mails in Go. [![There was an update last month][G]](https://github.com/wneessen/go-mail) [![godoc][D]](https://godoc.org/github.com/wneessen/go-mail)
- [go-message](https://github.com/emersion/go-message) **star:335** Streaming library for the Internet Message Format and mail messages. [![godoc][D]](https://godoc.org/github.com/emersion/go-message)
- [douceur](https://github.com/aymerick/douceur) **star:232** CSS inliner for your HTML emails. [![godoc][D]](https://godoc.org/github.com/aymerick/douceur)
- [go-premailer](https://github.com/vanng822/go-premailer) **star:120** Inline styling for HTML mail in Go. [![godoc][D]](https://godoc.org/github.com/vanng822/go-premailer)
- [smtpmock](https://github.com/mocktools/go-smtp-mock) **star:92** Lightweight configurable multithreaded fake SMTP server. Mimic any SMTP behaviour for your test environment. [![godoc][D]](https://godoc.org/github.com/mocktools/go-smtp-mock)
- [go-dkim](https://github.com/toorop/go-dkim) **star:91** DKIM library, to sign & verify email. [![It hasn't been updated in recent three years][Y]](https://github.com/toorop/go-dkim) [![godoc][D]](https://godoc.org/github.com/toorop/go-dkim)
- [truemail-go](https://github.com/truemail-rb/truemail-go) **star:67** Configurable Golang email validator/verifier. Verify email via Regex, DNS, SMTP and even more. [![godoc][D]](https://godoc.org/github.com/truemail-rb/truemail-go)
- [go-email-normalizer](https://github.com/dimuska139/go-email-normalizer) **star:60** Golang library for providing a canonical representation of email address. [![godoc][D]](https://godoc.org/github.com/dimuska139/go-email-normalizer)
- [mailx](https://github.com/valord577/mailx) **star:9** Mailx is a library that makes it easier to send email via SMTP. It is an enhancement of the golang standard library `net/smtp`. [![godoc][D]](https://godoc.org/github.com/valord577/mailx)
- [gopher-lua](https://github.com/yuin/gopher-lua) **star:5690** Lua 5.1 VM and compiler written in Go. [![There was an update last month][G]](https://github.com/yuin/gopher-lua) [![godoc][D]](https://godoc.org/github.com/yuin/gopher-lua)
- [goja](https://github.com/dop251/goja) **star:4375** ECMAScript 5.1(+) implementation in Go. [![There was an update last month][G]](https://github.com/dop251/goja) [![godoc][D]](https://godoc.org/github.com/dop251/goja)
- [tengo](https://github.com/d5/tengo) **star:3309** Bytecode compiled script language for Go. [![godoc][D]](https://godoc.org/github.com/d5/tengo)
- [go-lua](https://github.com/Shopify/go-lua) **star:2810** Port of the Lua 5.2 VM to pure Go. [![godoc][D]](https://godoc.org/github.com/Shopify/go-lua)
- [starlark-go](https://github.com/google/starlark-go) **star:2087** Go implementation of Starlark: Python-like language with deterministic evaluation and hermetic execution. [![godoc][D]](https://godoc.org/github.com/google/starlark-go)
- [cel-go](https://github.com/google/cel-go) **star:1865** Fast, portable, non-Turing complete expression evaluation with gradual typing. [![There was an update last month][G]](https://github.com/google/cel-go) [![godoc][D]](https://godoc.org/github.com/google/cel-go)
- [go-python](https://github.com/sbinet/go-python) **star:1509** naive go bindings to the CPython C-API. [![godoc][D]](https://godoc.org/github.com/sbinet/go-python) [![Archived][Archived]](https://github.com/sbinet/go-python)
- [metacall](https://github.com/metacall/core) **star:1400** Cross-platform Polyglot Runtime which supports NodeJS, JavaScript, TypeScript, Python, Ruby, C#, WebAssembly, Java, Cobol and more.
- [anko](https://github.com/mattn/anko) **star:1383** Scriptable interpreter written in Go. [![godoc][D]](https://godoc.org/github.com/mattn/anko)
- [go-php](https://github.com/deuill/go-php) **star:904** PHP bindings for Go. [![godoc][D]](https://godoc.org/github.com/deuill/go-php)
- [gval](https://github.com/PaesslerAG/gval) **star:666** A highly customizable expression language written in Go. [![godoc][D]](https://godoc.org/github.com/PaesslerAG/gval)
- [golua](https://github.com/aarzilli/golua) **star:627** Go bindings for Lua C API.
- [gisp](https://github.com/jcla1/gisp) **star:504** Simple LISP in Go. [![It hasn't been updated in recent three years][Y]](https://github.com/jcla1/gisp) [![godoc][D]](https://godoc.org/github.com/jcla1/gisp)
- [binder](https://github.com/alexeyco/binder) **star:67** Go to Lua binding library, based on [gopher-lua](https://github.com/yuin/gopher-lua). [![godoc][D]](https://godoc.org/github.com/alexeyco/binder)
- [purl](https://github.com/ian-kent/purl) **star:38** Perl 5.18.2 embedded in Go. [![It hasn't been updated in recent three years][Y]](https://github.com/ian-kent/purl) [![godoc][D]](https://godoc.org/github.com/ian-kent/purl)
- [ecal](https://github.com/krotik/ecal) **star:34** A simple embeddable scripting language which supports concurrent event processing. [![godoc][D]](https://godoc.org/github.com/krotik/ecal)
- [ngaro](https://github.com/db47h/ngaro) **star:25** Embeddable Ngaro VM implementation enabling scripting in Retro. [![It hasn't been updated in recent three years][Y]](https://github.com/db47h/ngaro) [![godoc][D]](https://godoc.org/github.com/db47h/ngaro)
- [go-multierror](https://github.com/hashicorp/go-multierror) **star:2051** Go (golang) package for representing a list of errors as a single error. [![There was an update last month][G]](https://github.com/hashicorp/go-multierror) [![godoc][D]](https://godoc.org/github.com/hashicorp/go-multierror)
- [errors](https://github.com/cockroachdb/errors) **star:1844** Go error library with error portability over the network. [![There was an update last month][G]](https://github.com/cockroachdb/errors) [![godoc][D]](https://godoc.org/github.com/cockroachdb/errors)
- [eris](https://github.com/rotisserie/eris) **star:1353** A better way to handle, trace, and log errors in Go. Compatible with the standard error library and github.com/pkg/errors. [![godoc][D]](https://godoc.org/github.com/rotisserie/eris)
- [errorx](https://github.com/joomcode/errorx) **star:1018** A feature rich error package with stack traces, composition of errors and more. [![godoc][D]](https://godoc.org/github.com/joomcode/errorx)
- [tracerr](https://github.com/ztrue/tracerr) **star:838** Golang errors with stack trace and source fragments. [![godoc][D]](https://godoc.org/github.com/ztrue/tracerr)
- [errlog](https://github.com/snwfdhmp/errlog) **star:454** Hackable package that determines responsible source code for an error (and some other fast-debugging features). Pluggable to any logger in-place. [![godoc][D]](https://godoc.org/github.com/snwfdhmp/errlog)
- [emperror](https://github.com/emperror/emperror) **star:314** Error handling tools and best practices for Go libraries and applications. [![It hasn't been updated in recent three years][Y]](https://github.com/emperror/emperror) [![godoc][D]](https://godoc.org/github.com/emperror/emperror)
- [errors](https://github.com/emperror/errors) **star:186** Drop-in replacement for the standard library errors package and github.com/pkg/errors. Provides various error handling primitives. [![godoc][D]](https://godoc.org/github.com/emperror/errors)
- [Fault](https://github.com/Southclaws/fault) **star:139** An ergonomic mechanism for wrapping errors in order to facilitate structured metadata and context for error values. [![There was an update last month][G]](https://github.com/Southclaws/fault) [![godoc][D]](https://godoc.org/github.com/Southclaws/fault)
- [oops](https://github.com/samber/oops) **star:85** Error handling with context, stack trace and source fragments. [![godoc][D]](https://godoc.org/github.com/samber/oops)
- [errors](https://github.com/bnkamalesh/errors) **star:57** Drop-in replacement for builtin Go errors. This is a minimal error handling package with custom error types, user friendly messages, Unwrap & Is. With very easy to use and straightforward helper functions. [![godoc][D]](https://godoc.org/github.com/bnkamalesh/errors)
- [exception](https://github.com/rbrahul/exception) **star:25** A simple utility package for exception handling with try-catch in Golang. [![godoc][D]](https://godoc.org/github.com/rbrahul/exception)
- [Falcon](https://github.com/SonicRoshan/falcon) **star:10** A Simple Yet Highly Powerful Package For Error Handling. [![It hasn't been updated in recent three years][Y]](https://github.com/SonicRoshan/falcon) [![godoc][D]](https://godoc.org/github.com/SonicRoshan/falcon)
- [errors](https://github.com/PumpkinSeed/errors) **star:7** The most simple error wrapper with awesome performance and minimal memory overhead. [![godoc][D]](https://godoc.org/github.com/PumpkinSeed/errors)
- [errors](https://github.com/neuronlabs/errors) **star:6** Simple golang error handling with classification primitives. [![It hasn't been updated in recent three years][Y]](https://github.com/neuronlabs/errors) [![godoc][D]](https://godoc.org/github.com/neuronlabs/errors)
- [pdfcpu](https://github.com/pdfcpu/pdfcpu) **star:5465** PDF processor. [![godoc][D]](https://godoc.org/github.com/pdfcpu/pdfcpu)
- [afero](https://github.com/spf13/afero) **star:5432** FileSystem Abstraction System for Go. [![godoc][D]](https://godoc.org/github.com/spf13/afero)
- [gdu](https://github.com/dundee/gdu) **star:2832** Disk usage analyzer with console interface. [![godoc][D]](https://godoc.org/github.com/dundee/gdu)
- [notify](https://github.com/rjeczalik/notify) **star:856** File system event notification library with simple API, similar to os/signal. [![godoc][D]](https://godoc.org/github.com/rjeczalik/notify)
- [gofs](https://github.com/no-src/gofs) **star:367** A cross-platform real-time file synchronization tool out of the box. [![There was an update last month][G]](https://github.com/no-src/gofs) [![godoc][D]](https://godoc.org/github.com/no-src/gofs) [![Contains Chinese documents][CN]](https://github.com/no-src/gofs)
- [vfs](https://github.com/C2FO/vfs) **star:255** A pluggable, extensible, and opinionated set of filesystem functionality for Go across a number of filesystem types such as os, S3, and GCS. [![godoc][D]](https://godoc.org/github.com/C2FO/vfs)
- [bigfile](https://github.com/bigfile/bigfile) **star:243** A file transfer system, support to manage files with http api, rpc call and ftp client. [![godoc][D]](https://godoc.org/github.com/bigfile/bigfile) [![Contains Chinese documents][CN]](https://github.com/bigfile/bigfile) [![Archived][Archived]](https://github.com/bigfile/bigfile)
- [iso9660](https://github.com/kdomanski/iso9660) **star:243** A package for reading and creating ISO9660 disk images [![godoc][D]](https://godoc.org/github.com/kdomanski/iso9660)
- [go-exiftool](https://github.com/barasher/go-exiftool) **star:192** Go bindings for ExifTool, the well-known library used to extract as much metadata as possible (EXIF, IPTC, ...) from files (pictures, PDF, office, ...). [![godoc][D]](https://godoc.org/github.com/barasher/go-exiftool)
- [go-csv-tag](https://github.com/artonge/go-csv-tag) **star:108** Load csv file using tag. [![There was an update last month][G]](https://github.com/artonge/go-csv-tag) [![godoc][D]](https://godoc.org/github.com/artonge/go-csv-tag)
- [skywalker](https://github.com/dixonwille/skywalker) **star:95** Package to allow one to concurrently go through a filesystem with ease. [![godoc][D]](https://godoc.org/github.com/dixonwille/skywalker)
- [checksum](https://github.com/codingsince1985/checksum) **star:93** Compute message digest, like MD5, SHA256, SHA1, CRC or BLAKE2s, for large files. [![godoc][D]](https://godoc.org/github.com/codingsince1985/checksum)
- [tarfs](https://github.com/posener/tarfs) **star:56** Implementation of the [`FileSystem` interface](https://godoc.org/github.com/kr/fs#FileSystem) for tar files. [![It hasn't been updated in recent three years][Y]](https://github.com/posener/tarfs) [![godoc][D]](https://godoc.org/github.com/posener/tarfs)
- [baraka](https://github.com/xis/baraka) **star:51** A library to process http file uploads easily. [![godoc][D]](https://godoc.org/github.com/xis/baraka)
- [gut/yos](https://github.com/1set/gut) **star:27** Simple and reliable package for file operations like copy/move/diff/list on files, directories and symbolic links. [![godoc][D]](https://godoc.org/github.com/1set/gut)
- [go-decent-copy](https://github.com/hugocarreira/go-decent-copy) **star:20** Copy files for humans. [![It hasn't been updated in recent three years][Y]](https://github.com/hugocarreira/go-decent-copy) [![godoc][D]](https://godoc.org/github.com/hugocarreira/go-decent-copy)
- [todotxt](https://github.com/1set/todotxt) **star:19** Go library for Gina Trapani's [_todo.txt_](http://todotxt.org/) files, supports parsing and manipulating of task lists in the [_todo.txt_ format](https://github.com/todotxt/todo.txt). [![godoc][D]](https://godoc.org/github.com/1set/todotxt)
- [higgs](https://github.com/dastoori/higgs) **star:18** A tiny cross-platform Go library to hide/unhide files and directories. [![godoc][D]](https://godoc.org/github.com/dastoori/higgs)
- [pathtype](https://github.com/jonchun/pathtype) **star:13** Treat paths as their own type instead of using strings. [![godoc][D]](https://godoc.org/github.com/jonchun/pathtype)
- [decimal](https://github.com/shopspring/decimal) **star:5424** Arbitrary-precision fixed-point decimal numbers. [![There was an update last month][G]](https://github.com/shopspring/decimal) [![godoc][D]](https://godoc.org/github.com/shopspring/decimal)
- [ticker](https://github.com/achannarasappa/ticker) **star:4674** Terminal stock watcher and stock position tracker. [![godoc][D]](https://godoc.org/github.com/achannarasappa/ticker)
- [go-money](https://github.com/rhymond/go-money) **star:1396** Implementation of Fowler's Money pattern. [![There was an update last month][G]](https://github.com/rhymond/go-money) [![godoc][D]](https://godoc.org/github.com/rhymond/go-money)
- [bbgo](https://github.com/c9s/bbgo) **star:973** A crypto trading bot framework written in Go. Including common crypto exchange API, standard indicators, back-testing and many built-in strategies. [![There was an update last month][G]](https://github.com/c9s/bbgo) [![godoc][D]](https://godoc.org/github.com/c9s/bbgo)
- [accounting](https://github.com/leekchan/accounting) **star:839** money and currency formatting for golang. [![godoc][D]](https://godoc.org/github.com/leekchan/accounting)
- [techan](https://github.com/sdcoffey/techan) **star:751** Technical analysis library with advanced market analysis and trading strategies. [![godoc][D]](https://godoc.org/github.com/sdcoffey/techan)
- [currency](https://github.com/bojanz/currency) **star:440** Handles currency amounts, provides currency information and formatting. [![godoc][D]](https://godoc.org/github.com/bojanz/currency)
- [ach](https://github.com/moov-io/ach) **star:400** A reader, writer, and validator for Automated Clearing House (ACH) files. [![There was an update last month][G]](https://github.com/moov-io/ach) [![godoc][D]](https://godoc.org/github.com/moov-io/ach)
- [orderbook](https://github.com/i25959341/orderbook) **star:367** Matching Engine for Limit Order Book in Golang. [![godoc][D]](https://godoc.org/github.com/i25959341/orderbook)
- [go-finance](https://github.com/alpeb/go-finance) **star:156** Library of financial functions for time value of money (annuities), cash flow, interest rate conversions, bonds and depreciation calculations. [![godoc][D]](https://godoc.org/github.com/alpeb/go-finance)
- [sleet](https://github.com/BoltApp/sleet) **star:126** One unified interface for multiple Payment Service Providers (PsP) to process online payment. [![There was an update last month][G]](https://github.com/BoltApp/sleet) [![godoc][D]](https://godoc.org/github.com/BoltApp/sleet)
- [vat](https://github.com/dannyvankooten/vat) **star:104** VAT number validation & EU VAT rates. [![godoc][D]](https://godoc.org/github.com/dannyvankooten/vat)
- [go-finnhub](https://github.com/m1/go-finnhub) **star:81** Client for stock market, forex and crypto data from finnhub.io. Access real-time financial market data from 60+ stock exchanges, 10 forex brokers, and 15+ crypto exchanges. [![It hasn't been updated in recent three years][Y]](https://github.com/m1/go-finnhub) [![godoc][D]](https://godoc.org/github.com/m1/go-finnhub) [![Archived][Archived]](https://github.com/m1/go-finnhub)
- [currency](https://github.com/bnkamalesh/currency) **star:56** High performant & accurate currency computation package. [![godoc][D]](https://godoc.org/github.com/bnkamalesh/currency)
- [fpdecimal](https://github.com/nikolaydubina/fpdecimal) **star:25** Fast and precise serialization and arithmetic for small fixed-point decimals [![There was an update last month][G]](https://github.com/nikolaydubina/fpdecimal) [![godoc][D]](https://godoc.org/github.com/nikolaydubina/fpdecimal)
- [fpmoney](https://github.com/nikolaydubina/fpmoney) **star:21** Fast and simple ISO4217 fixed-point decimal money. [![There was an update last month][G]](https://github.com/nikolaydubina/fpmoney) [![godoc][D]](https://godoc.org/github.com/nikolaydubina/fpmoney)
- [go-finance](https://github.com/pieterclaerhout/go-finance) **star:17** Module to fetch exchange rates, check VAT numbers via VIES and check IBAN bank account numbers. [![godoc][D]](https://godoc.org/github.com/pieterclaerhout/go-finance)
- [decimal](https://github.com/govalues/decimal) **star:9** Immutable decimal numbers with panic-free arithmetic. [![godoc][D]](https://godoc.org/github.com/govalues/decimal)
- [go-nowpayments](https://github.com/matm/go-nowpayments) **star:2** Library for the crypto NOWPayments API. [![godoc][D]](https://godoc.org/github.com/matm/go-nowpayments)
- [nosurf](https://github.com/justinas/nosurf) **star:1448** CSRF protection middleware for Go. [![godoc][D]](https://godoc.org/github.com/justinas/nosurf)
- [gorilla/csrf](https://github.com/gorilla/csrf) **star:935** CSRF protection for Go web applications & services. [![godoc][D]](https://godoc.org/github.com/gorilla/csrf)
- [binding](https://github.com/mholt/binding) **star:796** Binds form and JSON data from net/http Request to struct. [![It hasn't been updated in recent three years][Y]](https://github.com/mholt/binding) [![godoc][D]](https://godoc.org/github.com/mholt/binding) [![Archived][Archived]](https://github.com/mholt/binding)
- [form](https://github.com/go-playground/form) **star:637** Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support. [![godoc][D]](https://godoc.org/github.com/go-playground/form)
- [conform](https://github.com/leebenson/conform) **star:312** Keeps user input in check. Trims, sanitizes & scrubs data based on struct tags. [![godoc][D]](https://godoc.org/github.com/leebenson/conform)
- [httpin](https://github.com/ggicci/httpin) **star:210** Decode an HTTP request into a custom struct, including querystring, forms, HTTP headers, etc. [![godoc][D]](https://godoc.org/github.com/ggicci/httpin)
- [formam](https://github.com/monoculum/formam) **star:182** decode form's values into a struct. [![godoc][D]](https://godoc.org/github.com/monoculum/formam)
- [forms](https://github.com/albrow/forms) **star:133** Framework-agnostic library for parsing and validating form/JSON data which supports multipart forms and files. [![godoc][D]](https://godoc.org/github.com/albrow/forms)
- [qs](https://github.com/sonh/qs) **star:68** Go module for encoding structs into URL query parameters. [![godoc][D]](https://godoc.org/github.com/sonh/qs)
- [bind](https://github.com/robfig/bind) **star:30** Bind form data to any Go values. [![It hasn't been updated in recent three years][Y]](https://github.com/robfig/bind) [![godoc][D]](https://godoc.org/github.com/robfig/bind)
- [queryparam](https://github.com/tomwright/queryparam) **star:18** Decode `url.Values` into usable struct values of standard or custom types. [![It hasn't been updated in recent three years][Y]](https://github.com/tomwright/queryparam) [![godoc][D]](https://godoc.org/github.com/tomwright/queryparam)
- [gbind](https://github.com/bdjimmy/gbind) **star:8** Bind data to any Go value. Can use built-in and custom expression binding capabilities; supports data validation [![godoc][D]](https://godoc.org/github.com/bdjimmy/gbind) [![Contains Chinese documents][CN]](https://github.com/bdjimmy/gbind)
- [mo](https://github.com/samber/mo) **star:1888** Monads and popular FP abstractions, based on Go 1.18+ Generics (Option, Result, Either...). [![godoc][D]](https://godoc.org/github.com/samber/mo)
- [fpGo](https://github.com/TeaEntityLab/fpGo) **star:328** Monad, Functional Programming features for Golang. [![godoc][D]](https://godoc.org/github.com/TeaEntityLab/fpGo)
- [fp-go](https://github.com/repeale/fp-go) **star:266** Collection of Functional Programming helpers powered by Golang 1.18+ generics. [![godoc][D]](https://godoc.org/github.com/repeale/fp-go)
- [go-functional](https://github.com/BooleanCat/go-functional) **star:215** Functional programming in Go using generics [![There was an update last month][G]](https://github.com/BooleanCat/go-functional) [![godoc][D]](https://godoc.org/github.com/BooleanCat/go-functional)
- [gofp](https://github.com/rbrahul/gofp) **star:141** A lodash like powerful utility library for Golang. [![godoc][D]](https://godoc.org/github.com/rbrahul/gofp)
- [underscore](https://github.com/rjNemo/underscore) **star:92** Functional programming helpers for Go 1.18 and beyond. [![godoc][D]](https://godoc.org/github.com/rjNemo/underscore)
- [valor](https://github.com/phelmkamp/valor) **star:14** Generic option and result types that optionally contain a value. [![godoc][D]](https://godoc.org/github.com/phelmkamp/valor)
- [Ebitengine](https://github.com/hajimehoshi/ebiten) **star:8935** dead simple 2D game engine in Go. [![There was an update last month][G]](https://github.com/hajimehoshi/ebiten) [![godoc][D]](https://godoc.org/github.com/hajimehoshi/ebiten)
- [Leaf](https://github.com/name5566/leaf) **star:5005** Lightweight game server framework. [![godoc][D]](https://godoc.org/github.com/name5566/leaf) [![Contains Chinese documents][CN]](https://github.com/name5566/leaf)
- [Pixel](https://github.com/faiface/pixel) **star:4339** Hand-crafted 2D game library in Go. [![godoc][D]](https://godoc.org/github.com/faiface/pixel)
- [nano](https://github.com/lonng/nano) **star:2515** Lightweight, facility, high performance golang based game server framework. [![godoc][D]](https://godoc.org/github.com/lonng/nano) [![Contains Chinese documents][CN]](https://github.com/lonng/nano)
- [g3n](https://github.com/g3n/engine) **star:2454** Go 3D Game Engine. [![There was an update last month][G]](https://github.com/g3n/engine) [![godoc][D]](https://godoc.org/github.com/g3n/engine)
- [goworld](https://github.com/xiaonanln/goworld) **star:2413** Scalable game server engine, featuring space-entity framework and hot-swapping. [![godoc][D]](https://godoc.org/github.com/xiaonanln/goworld) [![Contains Chinese documents][CN]](https://github.com/xiaonanln/goworld)
- [go-sdl2](https://github.com/veandco/go-sdl2) **star:2036** Go bindings for the [Simple DirectMedia Layer](https://www.libsdl.org/).
- [Pitaya](https://github.com/topfreegames/pitaya) **star:1988** Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through the C SDK. [![There was an update last month][G]](https://github.com/topfreegames/pitaya) [![godoc][D]](https://godoc.org/github.com/topfreegames/pitaya)
- [engo](https://github.com/EngoEngine/engo) **star:1655** Engo is an open-source 2D game engine written in Go. It follows the Entity-Component-System paradigm. [![godoc][D]](https://godoc.org/github.com/EngoEngine/engo)
- [Oak](https://github.com/oakmound/oak) **star:1455** Pure Go game engine. [![godoc][D]](https://godoc.org/github.com/oakmound/oak)
- [termloop](https://github.com/JoelOtter/termloop) **star:1369** Terminal-based game engine for Go, built on top of Termbox. [![godoc][D]](https://godoc.org/github.com/JoelOtter/termloop)
- [gonet](https://github.com/xtaci/gonet) **star:1238** Game server skeleton implemented with golang. [![It hasn't been updated in recent three years][Y]](https://github.com/xtaci/gonet) [![godoc][D]](https://godoc.org/github.com/xtaci/gonet)
- [raylib-go](https://github.com/gen2brain/raylib-go) **star:1099** Go bindings for [raylib](https://www.raylib.com/), a simple and easy-to-use library to learn videogames programming. [![There was an update last month][G]](https://github.com/gen2brain/raylib-go)
- [Azul3D](https://github.com/azul3d/engine) **star:594** 3D game engine written in Go.
- [go-astar](https://github.com/beefsack/go-astar) **star:566** Go implementation of the A\* path finding algorithm. [![godoc][D]](https://godoc.org/github.com/beefsack/go-astar)
- [Harfang3D](https://github.com/harfang3d/harfang3d) **star:416** 3D engine for the Go language, works on Windows and Linux ([Harfang on Go.dev](https://github.com/harfang3d/harfang-go)).
- [go3d](https://github.com/ungerik/go3d) **star:283** Performance oriented 2D/3D math package for Go. [![godoc][D]](https://godoc.org/github.com/ungerik/go3d)
- [tile](https://github.com/kelindar/tile) **star:125** Data-oriented and cache-friendly 2D Grid library (TileMap), includes pathfinding, observers and import/export. [![godoc][D]](https://godoc.org/github.com/kelindar/tile)
- [prototype](https://github.com/gonutz/prototype) **star:83** Cross-platform (Windows/Linux/Mac) library for creating desktop games using a minimal API. [![godoc][D]](https://godoc.org/github.com/gonutz/prototype)
- [oapi-codegen](https://github.com/deepmap/oapi-codegen) **star:4268** This package contains a set of utilities for generating Go boilerplate code for services based on OpenAPI 3.0 API definitions. [![There was an update last month][G]](https://github.com/deepmap/oapi-codegen) [![godoc][D]](https://godoc.org/github.com/deepmap/oapi-codegen)
- [go-linq](https://github.com/ahmetalpbalkan/go-linq) **star:3365** .NET LINQ-like query methods for Go. [![godoc][D]](https://godoc.org/github.com/ahmetalpbalkan/go-linq)
- [jennifer](https://github.com/dave/jennifer) **star:3047** Generate arbitrary Go code without templates. [![godoc][D]](https://godoc.org/github.com/dave/jennifer)
- [goderive](https://github.com/awalterschulze/goderive) **star:1130** Derives functions from input types. [![godoc][D]](https://godoc.org/github.com/awalterschulze/goderive)
- [GoWrap](https://github.com/hexdigest/gowrap) **star:809** Generate decorators for Go interfaces using simple templates. [![godoc][D]](https://godoc.org/github.com/hexdigest/gowrap)
- [go-enum](https://github.com/abice/go-enum) **star:568** Code generation for enums from code comments. [![There was an update last month][G]](https://github.com/abice/go-enum) [![godoc][D]](https://godoc.org/github.com/abice/go-enum)
- [goverter](https://github.com/jmattheis/goverter) **star:323** Generate converters by defining an interface. [![There was an update last month][G]](https://github.com/jmattheis/goverter) [![godoc][D]](https://godoc.org/github.com/jmattheis/goverter)
- [copygen](https://github.com/switchupcb/copygen) **star:293** Generate type-to-type and type-based code without reflection. [![godoc][D]](https://godoc.org/github.com/switchupcb/copygen)
- [typeregistry](https://github.com/xiaoxin01/typeregistry) **star:23** A library to create type dynamically. [![It hasn't been updated in recent three years][Y]](https://github.com/xiaoxin01/typeregistry) [![godoc][D]](https://godoc.org/github.com/xiaoxin01/typeregistry)
- [Tile38](https://github.com/tidwall/tile38) **star:8734** Geolocation DB with spatial index and realtime geofencing. [![godoc][D]](https://godoc.org/github.com/tidwall/tile38)
- [S2 geometry](https://github.com/golang/geo) **star:1577** S2 geometry library in Go. [![godoc][D]](https://godoc.org/github.com/golang/geo)
- [mbtileserver](https://github.com/consbio/mbtileserver) **star:548** A simple Go-based server for map tiles stored in mbtiles format. [![There was an update last month][G]](https://github.com/consbio/mbtileserver) [![godoc][D]](https://godoc.org/github.com/consbio/mbtileserver)
- [osm](https://github.com/paulmach/osm) **star:307** Library for reading, writing and working with OpenStreetMap data and APIs. [![godoc][D]](https://godoc.org/github.com/paulmach/osm)
- [H3](https://github.com/uber/h3-go) **star:244** Go bindings for H3, a hierarchical hexagonal geospatial indexing system. [![godoc][D]](https://godoc.org/github.com/uber/h3-go)
- [godal](https://github.com/airbusgeo/godal) **star:105** Go wrapper for GDAL. [![There was an update last month][G]](https://github.com/airbusgeo/godal) [![godoc][D]](https://godoc.org/github.com/airbusgeo/godal)
- [simplefeatures](https://github.com/peterstace/simplefeatures) **star:100** simplesfeatures is a 2D geometry library that provides Go types that model geometries, as well as algorithms that operate on them. [![godoc][D]](https://godoc.org/github.com/peterstace/simplefeatures)
- [geoserver](https://github.com/hishamkaram/geoserver) **star:84** geoserver Is a Go Package For Manipulating a GeoServer Instance via the GeoServer REST API. [![godoc][D]](https://godoc.org/github.com/hishamkaram/geoserver)
- [gismanager](https://github.com/hishamkaram/gismanager) **star:50** Publish Your GIS Data(Vector Data) to PostGIS and Geoserver. [![It hasn't been updated in recent three years][Y]](https://github.com/hishamkaram/gismanager) [![godoc][D]](https://godoc.org/github.com/hishamkaram/gismanager)
- [S2 geojson](https://github.com/pantrif/s2-geojson) **star:25** Convert geojson to s2 cells & demonstrating some S2 geometry features on map. [![It hasn't been updated in recent three years][Y]](https://github.com/pantrif/s2-geojson) [![godoc][D]](https://godoc.org/github.com/pantrif/s2-geojson)
- [H3 GeoJSON](https://github.com/mmadfox/go-geojson2h3) **star:3** Conversion utilities between H3 indexes and GeoJSON. [![godoc][D]](https://godoc.org/github.com/mmadfox/go-geojson2h3)
- [H3GeoDist](https://github.com/mmadfox/go-h3geo-dist) **star:1** Distribution of Uber H3geo cells by virtual nodes. [![godoc][D]](https://godoc.org/github.com/mmadfox/go-h3geo-dist)
- [Web-Mercator-Projection](https://github.com/jorelosorio/web-mercator-projection) A project to easily use and convert LonLat, Point and Tile to display info, markers, etc, in a map using the Web Mercator Projection.
- [gopherjs](https://github.com/gopherjs/gopherjs) **star:12156** Compiler from Go to JavaScript. [![There was an update last month][G]](https://github.com/gopherjs/gopherjs) [![godoc][D]](https://godoc.org/github.com/gopherjs/gopherjs)
- [tardisgo](https://github.com/tardisgo/tardisgo) **star:429** Golang to Haxe to CPP/CSharp/Java/JavaScript transpiler. [![It hasn't been updated in recent three years][Y]](https://github.com/tardisgo/tardisgo) [![godoc][D]](https://godoc.org/github.com/tardisgo/tardisgo)
- [c2go](https://github.com/goplus/c2go) **star:282** Convert C code to Go code. [![godoc][D]](https://godoc.org/github.com/goplus/c2go)
- [esp32](https://github.com/andygeiss/esp32-transpiler) **star:75** Transpile Go into Arduino code. [![godoc][D]](https://godoc.org/github.com/andygeiss/esp32-transpiler)
- [ants](https://github.com/panjf2000/ants) **star:11126** A high-performance and low-cost goroutine pool in Go. [![godoc][D]](https://godoc.org/github.com/panjf2000/ants) [![Contains Chinese documents][CN]](https://github.com/panjf2000/ants)
- [conc](https://github.com/sourcegraph/conc) **star:7524**`conc` is your toolbelt for structured concurrency in go, making common tasks easier and safer. [![godoc][D]](https://godoc.org/github.com/sourcegraph/conc)
- [tunny](https://github.com/Jeffail/tunny) **star:3700** Goroutine pool for golang. [![godoc][D]](https://godoc.org/github.com/Jeffail/tunny)
- [goworker](https://github.com/benmanns/goworker) **star:2759** goworker is a Go-based background worker. [![godoc][D]](https://godoc.org/github.com/benmanns/goworker)
- [workerpool](https://github.com/gammazero/workerpool) **star:1162** Goroutine pool that limits the concurrency of task execution, not the number of tasks queued. [![godoc][D]](https://godoc.org/github.com/gammazero/workerpool)
- [pond](https://github.com/alitto/pond) **star:1008** Minimalistic and High-performance goroutine worker pool written in Go. [![godoc][D]](https://godoc.org/github.com/alitto/pond)
- [grpool](https://github.com/ivpusic/grpool) **star:736** Lightweight Goroutine pool. [![It hasn't been updated in recent three years][Y]](https://github.com/ivpusic/grpool) [![godoc][D]](https://godoc.org/github.com/ivpusic/grpool)
- [pool](https://github.com/go-playground/pool) **star:721** Limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation. [![godoc][D]](https://godoc.org/github.com/go-playground/pool)
- [gowp](https://github.com/xxjwxc/gowp) **star:482** gowp is concurrency limiting goroutine pool. [![godoc][D]](https://godoc.org/github.com/xxjwxc/gowp) [![Contains Chinese documents][CN]](https://github.com/xxjwxc/gowp)
- [go-flow](https://github.com/kamildrazkiewicz/go-flow) **star:215** Control goroutines execution order. [![It hasn't been updated in recent three years][Y]](https://github.com/kamildrazkiewicz/go-flow) [![godoc][D]](https://godoc.org/github.com/kamildrazkiewicz/go-flow)
- [artifex](https://github.com/borderstech/artifex) **star:178** Simple in-memory job queue for Golang using worker-based dispatching. [![godoc][D]](https://godoc.org/github.com/borderstech/artifex)
- [flowmatic](https://github.com/carlmjohnson/flowmatic) **star:175** Structured concurrency made easy. [![godoc][D]](https://godoc.org/github.com/carlmjohnson/flowmatic)
- [semaphore](https://github.com/marusama/semaphore) **star:162** Fast resizable semaphore implementation based on CAS (faster than channel-based semaphore implementations). [![godoc][D]](https://godoc.org/github.com/marusama/semaphore)
- [go-workers](https://github.com/catmullet/go-workers) **star:160** Easily and safely run workers for large data processing pipelines. [![godoc][D]](https://godoc.org/github.com/catmullet/go-workers)
- [routine](https://github.com/timandy/routine) **star:157**`routine` is a `ThreadLocal` for go library. It encapsulates and provides some easy-to-use, non-competitive, high-performance `goroutine` context access interfaces, which can help you access coroutine context information more gracefully. [![There was an update last month][G]](https://github.com/timandy/routine) [![godoc][D]](https://godoc.org/github.com/timandy/routine) [![Contains Chinese documents][CN]](https://github.com/timandy/routine)
- [neilotoole/errgroup](https://github.com/neilotoole/errgroup) **star:152** Drop-in alternative to `sync/errgroup`, limited to a pool of N worker goroutines. [![godoc][D]](https://godoc.org/github.com/neilotoole/errgroup)
- [async](https://github.com/reugn/async) **star:149** An alternative sync library for Go (Future, Promise, Locks). [![godoc][D]](https://godoc.org/github.com/reugn/async)
- [cyclicbarrier](https://github.com/marusama/cyclicbarrier) **star:132** CyclicBarrier for golang. [![It hasn't been updated in recent three years][Y]](https://github.com/marusama/cyclicbarrier) [![godoc][D]](https://godoc.org/github.com/marusama/cyclicbarrier)
- [async](https://github.com/studiosol/async) **star:126** A safe way to execute functions asynchronously, recovering them in case of panic. [![godoc][D]](https://godoc.org/github.com/studiosol/async)
- [gollback](https://github.com/vardius/gollback) **star:111** asynchronous simple function utilities, for managing execution of closures and callbacks. [![godoc][D]](https://godoc.org/github.com/vardius/gollback)
- [threadpool](https://github.com/shettyh/threadpool) **star:97** Golang threadpool implementation. [![It hasn't been updated in recent three years][Y]](https://github.com/shettyh/threadpool) [![godoc][D]](https://godoc.org/github.com/shettyh/threadpool)
- [semaphore](https://github.com/kamilsk/semaphore) **star:95** Semaphore pattern implementation with timeout of lock/unlock operations based on channel and context. [![It hasn't been updated in recent three years][Y]](https://github.com/kamilsk/semaphore) [![godoc][D]](https://godoc.org/github.com/kamilsk/semaphore)
- [Hunch](https://github.com/AaronJan/Hunch) **star:94** Hunch provides functions like: `All`, `First`, `Retry`, `Waterfall` etc., that makes asynchronous flow control more intuitive. [![godoc][D]](https://godoc.org/github.com/AaronJan/Hunch)
- [worker-pool](https://github.com/vardius/worker-pool) **star:88** goworker is a Go simple async worker pool. [![godoc][D]](https://godoc.org/github.com/vardius/worker-pool)
- [gpool](https://github.com/Sherifabdlnaby/gpool) **star:87** manages a resizeable pool of context-aware goroutines to bound concurrency. [![It hasn't been updated in recent three years][Y]](https://github.com/Sherifabdlnaby/gpool) [![godoc][D]](https://godoc.org/github.com/Sherifabdlnaby/gpool)
- [go-actor](https://github.com/vladopajic/go-actor) **star:80** A tiny library for writing concurrent programs using actor model. [![There was an update last month][G]](https://github.com/vladopajic/go-actor) [![godoc][D]](https://godoc.org/github.com/vladopajic/go-actor)
- [goccm](https://github.com/zenthangplus/goccm) **star:66** Go Concurrency Manager package limits the number of goroutines that allowed to run concurrently. [![godoc][D]](https://godoc.org/github.com/zenthangplus/goccm)
- [gowl](https://github.com/hamed-yousefi/gowl) **star:59** Gowl is a process management and process monitoring tool at once. An infinite worker pool gives you the ability to control the pool and processes and monitor their status. [![godoc][D]](https://godoc.org/github.com/hamed-yousefi/gowl)
- [routine](https://github.com/x-mod/routine) **star:59** go routine control with context, support: Main, Go, Pool and some useful Executors. [![It hasn't been updated in recent three years][Y]](https://github.com/x-mod/routine) [![godoc][D]](https://godoc.org/github.com/x-mod/routine)
- [gohive](https://github.com/loveleshsharma/gohive) **star:44** A highly performant and easy to use Goroutine pool for Go. [![godoc][D]](https://godoc.org/github.com/loveleshsharma/gohive)
- [go-waitgroup](https://github.com/pieterclaerhout/go-waitgroup) **star:42** Like `sync.WaitGroup` with error handling and concurrency control. [![godoc][D]](https://godoc.org/github.com/pieterclaerhout/go-waitgroup)
- [parallel-fn](https://github.com/rafaeljesus/parallel-fn) **star:35** Run functions in parallel. [![It hasn't been updated in recent three years][Y]](https://github.com/rafaeljesus/parallel-fn) [![godoc][D]](https://godoc.org/github.com/rafaeljesus/parallel-fn)
- [go-trylock](https://github.com/subchen/go-trylock) **star:33** TryLock support on read-write lock for Golang. [![godoc][D]](https://godoc.org/github.com/subchen/go-trylock)
- [channelify](https://github.com/ddelizia/channelify) **star:27** Transform your function to return channels for easy and powerful parallel processing. [![godoc][D]](https://godoc.org/github.com/ddelizia/channelify)
- [stl](https://github.com/ssgreg/stl) **star:27** Software transactional locks based on Software Transactional Memory (STM) concurrency control mechanism. [![It hasn't been updated in recent three years][Y]](https://github.com/ssgreg/stl) [![godoc][D]](https://godoc.org/github.com/ssgreg/stl)
- [concurrency-limiter](https://github.com/vivek-ng/concurrency-limiter) **star:17** Concurrency limiter with support for timeouts , dynamic priority and context cancellation of goroutines. [![godoc][D]](https://godoc.org/github.com/vivek-ng/concurrency-limiter)
- [execpool](https://github.com/hexdigest/execpool) **star:16** A pool built around exec.Cmd that spins up a given number of processes in advance and attaches stdin and stdout to them when needed. Very similar to FastCGI or Apache Prefork MPM but works for any command. [![godoc][D]](https://godoc.org/github.com/hexdigest/execpool)
- [queue](https://github.com/AnikHasibul/queue) **star:15** Gives you a `sync.WaitGroup` like queue group accessibility. Helps you to throttle and limit goroutines, wait for the end of the all goroutines and much more. [![It hasn't been updated in recent three years][Y]](https://github.com/AnikHasibul/queue) [![godoc][D]](https://godoc.org/github.com/AnikHasibul/queue)
- [conexec](https://github.com/ITcathyh/conexec) **star:13** A concurrent toolkit to help execute funcs concurrently in an efficient and safe way. It supports specifying the overall timeout to avoid blocking and uses goroutine pool to improve efficiency. [![It hasn't been updated in recent three years][Y]](https://github.com/ITcathyh/conexec) [![godoc][D]](https://godoc.org/github.com/ITcathyh/conexec)
- [go-tools/multithreading](https://github.com/nikhilsaraf/go-tools) **star:12** Manage a pool of goroutines using this lightweight library with a simple API. [![It hasn't been updated in recent three years][Y]](https://github.com/nikhilsaraf/go-tools) [![godoc][D]](https://godoc.org/github.com/nikhilsaraf/go-tools)
- [go-workerpool](https://github.com/zenthangplus/go-workerpool) **star:10** Inspired from Java Thread Pool, Go WorkerPool aims to control heavy Go Routines. [![godoc][D]](https://godoc.org/github.com/zenthangplus/go-workerpool)
- [hands](https://github.com/duanckham/hands) **star:10** A process controller used to control the execution and return strategies of multiple goroutines. [![godoc][D]](https://godoc.org/github.com/duanckham/hands)
- [async-job](https://github.com/lab210-dev/async-job) **star:7** AsyncJob is an asynchronous queue job manager with light code, clear and speed. [![godoc][D]](https://godoc.org/github.com/lab210-dev/async-job)
- [fyne](https://github.com/fyne-io/fyne) **star:21659** Cross platform native GUIs designed for Go based on Material Design. Supports: Linux, macOS, Windows, BSD, iOS and Android. [![There was an update last month][G]](https://github.com/fyne-io/fyne) [![godoc][D]](https://godoc.org/github.com/fyne-io/fyne)
- [gio](https://gioui.org) Gio is a library for writing cross-platform immediate mode GUI-s in Go. Gio supports all the major platforms: Linux, macOS, Windows, Android, iOS, FreeBSD, OpenBSD and WebAssembly.
- [qt](https://github.com/therecipe/qt) **star:9993** Qt binding for Go (support for Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi). [![godoc][D]](https://godoc.org/github.com/therecipe/qt)
- [app](https://github.com/murlokswarm/app) **star:7365** Package to create apps with GO, HTML and CSS. Supports: MacOS, Windows in progress. [![There was an update last month][G]](https://github.com/murlokswarm/app) [![godoc][D]](https://godoc.org/github.com/murlokswarm/app)
- [walk](https://github.com/lxn/walk) **star:6565** Windows application library kit for Go. [![godoc][D]](https://godoc.org/github.com/lxn/walk)
- [go-astilectron](https://github.com/asticode/go-astilectron) **star:4843** Build cross platform GUI apps with GO and HTML/JS/CSS (powered by Electron). [![godoc][D]](https://godoc.org/github.com/asticode/go-astilectron)
- [go-sciter](https://github.com/sciter-sdk/go-sciter) **star:2541** Go bindings for Sciter: the Embeddable HTML/CSS/script engine for modern desktop UI development. Cross platform.
- [gotk3](https://github.com/gotk3/gotk3) **star:1962** Go bindings for GTK3. [![godoc][D]](https://godoc.org/github.com/gotk3/gotk3)
- [gowd](https://github.com/dtylman/gowd) **star:411** Rapid and simple desktop UI development with GO, HTML, CSS and NW.js. Cross platform. [![godoc][D]](https://godoc.org/github.com/dtylman/gowd)
- [energy](https://github.com/energye/energy) **star:153** Cross-platform based on LCL(Native System UI Control Library) and CEF(Chromium Embedded Framework) (Windows/ macOS / Linux) [![There was an update last month][G]](https://github.com/energye/energy) [![godoc][D]](https://godoc.org/github.com/energye/energy) [![Contains Chinese documents][CN]](https://github.com/energye/energy)
- [unison](https://github.com/richardwilkes/unison) **star:100** A unified graphical user experience toolkit for Go desktop applications. macOS, Windows, and Linux are supported. [![There was an update last month][G]](https://github.com/richardwilkes/unison) [![godoc][D]](https://godoc.org/github.com/richardwilkes/unison)
- [robotgo](https://github.com/go-vgo/robotgo) **star:8773** Go Native cross-platform GUI system automation. Control the mouse, keyboard and other. [![godoc][D]](https://godoc.org/github.com/go-vgo/robotgo)
- [systray](https://github.com/getlantern/systray) **star:2928** Cross platform Go library to place an icon and menu in the notification area. [![godoc][D]](https://godoc.org/github.com/getlantern/systray)
- [gosx-notifier](https://github.com/deckarep/gosx-notifier) **star:580** OSX Desktop Notifications library for Go. [![It hasn't been updated in recent three years][Y]](https://github.com/deckarep/gosx-notifier) [![godoc][D]](https://godoc.org/github.com/deckarep/gosx-notifier)
- [zenity](https://github.com/ncruces/zenity) **star:553** Cross-platform Go library and CLI to create simple dialogs that interact graphically with the user. [![There was an update last month][G]](https://github.com/ncruces/zenity) [![godoc][D]](https://godoc.org/github.com/ncruces/zenity)
- [trayhost](https://github.com/shurcooL/trayhost) **star:245** Cross-platform Go library to place an icon in the host operating system's taskbar. [![godoc][D]](https://godoc.org/github.com/shurcooL/trayhost)
- [mac-sleep-notifier](https://github.com/prashantgupta24/mac-sleep-notifier) **star:29** OSX Sleep/Wake notifications in golang. [![It hasn't been updated in recent three years][Y]](https://github.com/prashantgupta24/mac-sleep-notifier) [![godoc][D]](https://godoc.org/github.com/prashantgupta24/mac-sleep-notifier)
- [mac-activity-tracker](https://github.com/prashantgupta24/activity-tracker) **star:24** OSX library to notify about any (pluggable) activity on your machine. [![godoc][D]](https://godoc.org/github.com/prashantgupta24/activity-tracker)
- [AppIndicator Go](https://github.com/gopherlibs/appindicator) **star:4** Go bindings for libappindicator3 C library. [![godoc][D]](https://godoc.org/github.com/gopherlibs/appindicator)
- [arduino-cli](https://github.com/arduino/arduino-cli) **star:4023** Official Arduino CLI and library. Can run standalone, or be incorporated into larger Go projects. [![There was an update last month][G]](https://github.com/arduino/arduino-cli) [![godoc][D]](https://godoc.org/github.com/arduino/arduino-cli)
- [go-rpio](https://github.com/stianeikeland/go-rpio) **star:2067** GPIO for Go, doesn't require cgo. [![godoc][D]](https://godoc.org/github.com/stianeikeland/go-rpio)
- [emgo](https://github.com/ziutek/emgo) **star:1035** Go-like language for programming embedded systems (e.g. STM32 MCU).
- [sysinfo](https://github.com/zcalusic/sysinfo) **star:464** A pure Go library providing Linux OS / kernel / hardware system information. [![There was an update last month][G]](https://github.com/zcalusic/sysinfo) [![godoc][D]](https://godoc.org/github.com/zcalusic/sysinfo)
- [goroslib](https://github.com/aler9/goroslib) **star:279** Robot Operating System (ROS) library for Go. [![There was an update last month][G]](https://github.com/aler9/goroslib) [![godoc][D]](https://godoc.org/github.com/aler9/goroslib)
- [go-osc](https://github.com/hypebeast/go-osc) **star:176** Open Sound Control (OSC) bindings for Go. [![godoc][D]](https://godoc.org/github.com/hypebeast/go-osc)
- [joystick](https://github.com/0xcafed00d/joystick) **star:47** a polled API to read the state of an attached joystick. [![godoc][D]](https://godoc.org/github.com/0xcafed00d/joystick)
- [gocv](https://github.com/hybridgroup/gocv) **star:5834** Go package for computer vision using OpenCV 3.3+. [![There was an update last month][G]](https://github.com/hybridgroup/gocv) [![godoc][D]](https://godoc.org/github.com/hybridgroup/gocv)
- [imaginary](https://github.com/h2non/imaginary) **star:5141** Fast and simple HTTP microservice for image resizing. [![There was an update last month][G]](https://github.com/h2non/imaginary) [![godoc][D]](https://godoc.org/github.com/h2non/imaginary)
- [imaging](https://github.com/disintegration/imaging) **star:4863** Simple Go image processing package. [![godoc][D]](https://godoc.org/github.com/disintegration/imaging)
- [gg](https://github.com/fogleman/gg) **star:4111** 2D rendering in pure Go. [![godoc][D]](https://godoc.org/github.com/fogleman/gg)
- [bild](https://github.com/anthonynsimon/bild) **star:3852** Collection of image processing algorithms in pure Go. [![godoc][D]](https://godoc.org/github.com/anthonynsimon/bild)
- [ln](https://github.com/fogleman/ln) **star:3204** 3D line art rendering in Go. [![It hasn't been updated in recent three years][Y]](https://github.com/fogleman/ln) [![godoc][D]](https://godoc.org/github.com/fogleman/ln)
- [bimg](https://github.com/h2non/bimg) **star:2399** Small package for fast and efficient image processing using libvips. [![godoc][D]](https://godoc.org/github.com/h2non/bimg)
- [gowitness](https://github.com/sensepost/gowitness) **star:2386** Screenshoting webpages using go and headless chrome on command line. [![godoc][D]](https://godoc.org/github.com/sensepost/gowitness)
- [pt](https://github.com/fogleman/pt) **star:2055** Path tracing engine written in Go. [![It hasn't been updated in recent three years][Y]](https://github.com/fogleman/pt) [![godoc][D]](https://godoc.org/github.com/fogleman/pt)
- [svgo](https://github.com/ajstarks/svgo) **star:2050** Go Language Library for SVG generation. [![godoc][D]](https://godoc.org/github.com/ajstarks/svgo)
- [picfit](https://github.com/thoas/picfit) **star:1904** An image resizing server written in Go. [![There was an update last month][G]](https://github.com/thoas/picfit) [![godoc][D]](https://godoc.org/github.com/thoas/picfit)
- [smartcrop](https://github.com/muesli/smartcrop) **star:1759** Finds good crops for arbitrary images and crop sizes. [![godoc][D]](https://godoc.org/github.com/muesli/smartcrop)
- [gift](https://github.com/disintegration/gift) **star:1676** Package of image processing filters. [![godoc][D]](https://godoc.org/github.com/disintegration/gift)
- [imagick](https://github.com/gographics/imagick) **star:1632** Go binding to ImageMagick's MagickWand C API. [![godoc][D]](https://godoc.org/github.com/gographics/imagick)
- [canvas](https://github.com/tdewolff/canvas) **star:1342** Vector graphics to PDF, SVG or rasterized image. [![There was an update last month][G]](https://github.com/tdewolff/canvas) [![godoc][D]](https://godoc.org/github.com/tdewolff/canvas)
- [geopattern](https://github.com/pravj/geopattern) **star:1251** Create beautiful generative image patterns from a string. [![It hasn't been updated in recent three years][Y]](https://github.com/pravj/geopattern) [![godoc][D]](https://godoc.org/github.com/pravj/geopattern)
- [stegify](https://github.com/DimitarPetrov/stegify) **star:1131** Go tool for LSB steganography, capable of hiding any file within an image. [![godoc][D]](https://godoc.org/github.com/DimitarPetrov/stegify)
- [govips](https://github.com/davidbyttow/govips) **star:1000** A lightning fast image processing and resizing library for Go. [![There was an update last month][G]](https://github.com/davidbyttow/govips) [![godoc][D]](https://godoc.org/github.com/davidbyttow/govips)
- [image2ascii](https://github.com/qeesung/image2ascii) **star:796** Convert image to ASCII. [![godoc][D]](https://godoc.org/github.com/qeesung/image2ascii)
- [goimagehash](https://github.com/corona10/goimagehash) **star:646** Go Perceptual image hashing package. [![godoc][D]](https://godoc.org/github.com/corona10/goimagehash)
- [draft](https://github.com/lucasepe/draft) **star:575** Generate High Level Microservice Architecture diagrams for GraphViz using simple YAML syntax. [![godoc][D]](https://godoc.org/github.com/lucasepe/draft)
- [mort](https://github.com/aldor007/mort) **star:486** Storage and image processing server written in Go. [![godoc][D]](https://godoc.org/github.com/aldor007/mort)
- [go-nude](https://github.com/koyachi/go-nude) **star:394** Nudity detection with Go. [![godoc][D]](https://godoc.org/github.com/koyachi/go-nude)
- [steganography](https://github.com/auyer/steganography) **star:270** Pure Go Library for LSB steganography. [![godoc][D]](https://godoc.org/github.com/auyer/steganography)
- [darkroom](https://github.com/gojek/darkroom) **star:222** An image proxy with changeable storage backends and image processing engines with focus on speed and resiliency. [![godoc][D]](https://godoc.org/github.com/gojek/darkroom)
- [gltf](https://github.com/qmuntal/gltf) **star:213** Efficient and robust glTF 2.0 reader, writer and validator. [![godoc][D]](https://godoc.org/github.com/qmuntal/gltf)
- [mergi](https://github.com/noelyahan/mergi) **star:209** Tool & Go library for image manipulation (Merge, Crop, Resize, Watermark, Animate). [![It hasn't been updated in recent three years][Y]](https://github.com/noelyahan/mergi) [![godoc][D]](https://godoc.org/github.com/noelyahan/mergi)
- [rez](https://github.com/bamiaux/rez) **star:209** Image resizing in pure Go and SIMD. [![It hasn't been updated in recent three years][Y]](https://github.com/bamiaux/rez) [![godoc][D]](https://godoc.org/github.com/bamiaux/rez)
- [go-webp](https://github.com/kolesa-team/go-webp) **star:158** Library for encode and decode webp pictures, using libwebp. [![godoc][D]](https://godoc.org/github.com/kolesa-team/go-webp)
- [img](https://github.com/hawx/img) **star:149** Selection of image manipulation tools. [![It hasn't been updated in recent three years][Y]](https://github.com/hawx/img) [![godoc][D]](https://godoc.org/github.com/hawx/img)
- [go-cairo](https://github.com/ungerik/go-cairo) **star:135** Go binding for the cairo graphics library. [![godoc][D]](https://godoc.org/github.com/ungerik/go-cairo)
- [color-extractor](https://github.com/marekm4/color-extractor) **star:66** Dominant color extractor with no external dependencies. [![godoc][D]](https://godoc.org/github.com/marekm4/color-extractor)
- [gridder](https://github.com/shomali11/gridder) **star:66** A Grid based 2D Graphics library. [![godoc][D]](https://godoc.org/github.com/shomali11/gridder)
- [webp-server](https://github.com/mehdipourfar/webp-server) **star:65** Simple and minimal image server capable of storing, resizing, converting and caching images. [![godoc][D]](https://godoc.org/github.com/mehdipourfar/webp-server)
- [go-gd](https://github.com/bolknote/go-gd) **star:59** Go binding for GD library. [![It hasn't been updated in recent three years][Y]](https://github.com/bolknote/go-gd) [![godoc][D]](https://godoc.org/github.com/bolknote/go-gd)
- [goimghdr](https://github.com/corona10/goimghdr) **star:40** The imghdr module determines the type of image contained in a file for Go. [![It hasn't been updated in recent three years][Y]](https://github.com/corona10/goimghdr) [![godoc][D]](https://godoc.org/github.com/corona10/goimghdr)
- [tga](https://github.com/ftrvxmtrx/tga) **star:33** Package tga is a TARGA image format decoder/encoder. [![It hasn't been updated in recent three years][Y]](https://github.com/ftrvxmtrx/tga) [![godoc][D]](https://godoc.org/github.com/ftrvxmtrx/tga) [![Archived][Archived]](https://github.com/ftrvxmtrx/tga)
- [go-webcolors](https://github.com/jyotiska/go-webcolors) **star:27** Port of webcolors library from Python to Go. [![It hasn't been updated in recent three years][Y]](https://github.com/jyotiska/go-webcolors) [![godoc][D]](https://godoc.org/github.com/jyotiska/go-webcolors)
- [scout](https://github.com/jonoton/scout) **star:12** Scout is a standalone open source software solution for DIY video security. [![godoc][D]](https://godoc.org/github.com/jonoton/scout)
- [mpo](https://github.com/donatj/mpo) **star:11** Decoder and conversion tool for MPO 3D Photos. [![godoc][D]](https://godoc.org/github.com/donatj/mpo)
- [flogo](https://github.com/tibcosoftware/flogo) **star:2329** Project Flogo is an Open Source Framework for IoT Edge Apps & Integration.
- [mainflux](https://github.com/Mainflux/mainflux) **star:2214** Industrial IoT Messaging and Device Management Server. [![There was an update last month][G]](https://github.com/Mainflux/mainflux) [![godoc][D]](https://godoc.org/github.com/Mainflux/mainflux)
- [ekuiper](https://github.com/lf-edge/ekuiper) **star:1188** Lightweight data stream processing engine for IoT edge. [![There was an update last month][G]](https://github.com/lf-edge/ekuiper) [![godoc][D]](https://godoc.org/github.com/lf-edge/ekuiper) [![Contains Chinese documents][CN]](https://github.com/lf-edge/ekuiper)
- [gatt](https://github.com/paypal/gatt) **star:1086** Gatt is a Go package for building Bluetooth Low Energy peripherals. [![godoc][D]](https://godoc.org/github.com/paypal/gatt)
- [devices](https://github.com/goiot/devices) **star:261** Suite of libraries for IoT devices, experimental for x/exp/io. [![It hasn't been updated in recent three years][Y]](https://github.com/goiot/devices) [![godoc][D]](https://godoc.org/github.com/goiot/devices)
- [sensorbee](https://github.com/sensorbee/sensorbee) **star:225** Lightweight stream processing engine for IoT. [![It hasn't been updated in recent three years][Y]](https://github.com/sensorbee/sensorbee) [![godoc][D]](https://godoc.org/github.com/sensorbee/sensorbee)
- [eywa](https://github.com/xcodersun/eywa) **star:61** Project Eywa is essentially a connection manager that keeps track of connected devices. [![It hasn't been updated in recent three years][Y]](https://github.com/xcodersun/eywa) [![godoc][D]](https://godoc.org/github.com/xcodersun/eywa)
- [gocron](https://github.com/go-co-op/gocron) **star:4165** Easy and fluent Go job scheduling. This is an actively maintained fork of [jasonlvhit/gocron](https://github.com/jasonlvhit/gocron). [![There was an update last month][G]](https://github.com/go-co-op/gocron) [![godoc][D]](https://godoc.org/github.com/go-co-op/gocron)
- [go-quartz](https://github.com/reugn/go-quartz) **star:1474** Simple, zero-dependency scheduling library for Go. [![There was an update last month][G]](https://github.com/reugn/go-quartz) [![godoc][D]](https://godoc.org/github.com/reugn/go-quartz)
- [gron](https://github.com/roylee0704/gron) **star:991** Define time-based tasks using a simple Go API and Gron’s scheduler will run them accordingly. [![godoc][D]](https://godoc.org/github.com/roylee0704/gron)
- [JobRunner](https://github.com/bamzi/jobrunner) **star:985** Smart and featureful cron job scheduler with job queuing and live monitoring built in. [![godoc][D]](https://godoc.org/github.com/bamzi/jobrunner)
- [Dagu](https://github.com/dagu-go/dagu) **star:933** No-code workflow executor. it executes DAGs defined in a simple YAML format. [![godoc][D]](https://godoc.org/github.com/dagu-go/dagu)
- [jobs](https://github.com/albrow/jobs) **star:495** Persistent and flexible background jobs library. [![It hasn't been updated in recent three years][Y]](https://github.com/albrow/jobs) [![godoc][D]](https://godoc.org/github.com/albrow/jobs) [![Archived][Archived]](https://github.com/albrow/jobs)
- [gronx](https://github.com/adhocore/gronx) **star:311** Cron expression parser, task runner and daemon consuming crontab like task list. [![godoc][D]](https://godoc.org/github.com/adhocore/gronx)
- [go-cron](https://github.com/rk/go-cron) **star:221** Simple Cron library for go that can execute closures or functions at varying intervals, from once a second to once a year on a specific date and time. Primarily for web applications and long running daemons. [![It hasn't been updated in recent three years][Y]](https://github.com/rk/go-cron) [![godoc][D]](https://godoc.org/github.com/rk/go-cron)
- [tasks](https://github.com/madflojo/tasks) **star:195** An easy to use in-process scheduler for recurring tasks in Go. [![There was an update last month][G]](https://github.com/madflojo/tasks) [![godoc][D]](https://godoc.org/github.com/madflojo/tasks)
- [goflow](https://github.com/fieldryand/goflow) **star:186** A simple but powerful DAG scheduler and dashboard. [![There was an update last month][G]](https://github.com/fieldryand/goflow) [![godoc][D]](https://godoc.org/github.com/fieldryand/goflow)
- [clockwerk](https://github.com/onatm/clockwerk) **star:140** Go package to schedule periodic jobs using a simple, fluent syntax. [![It hasn't been updated in recent three years][Y]](https://github.com/onatm/clockwerk) [![godoc][D]](https://godoc.org/github.com/onatm/clockwerk)
- [cheek](https://github.com/datarootsio/cheek) **star:104** A simple crontab like scheduler that aims to offer a KISS approach to job scheduling. [![There was an update last month][G]](https://github.com/datarootsio/cheek) [![godoc][D]](https://godoc.org/github.com/datarootsio/cheek)
- [leprechaun](https://github.com/kilgaloon/leprechaun) **star:100** Job scheduler that supports webhooks, crons and classic scheduling. [![godoc][D]](https://godoc.org/github.com/kilgaloon/leprechaun)
- [cdule](https://github.com/deepaksinghvi/cdule) **star:41** Job scheduler library with database support [![godoc][D]](https://godoc.org/github.com/deepaksinghvi/cdule)
- [sched](https://github.com/romshark/sched) **star:27** A job scheduler with the ability to fast-forward time. [![godoc][D]](https://godoc.org/github.com/romshark/sched)
- [cronticker](https://github.com/krayzpipes/cronticker) **star:11** A ticker implementation to support cron schedules. [![godoc][D]](https://godoc.org/github.com/krayzpipes/cronticker)
- [GJSON](https://github.com/tidwall/gjson) **star:12933** Get a JSON value with one line of code. [![godoc][D]](https://godoc.org/github.com/tidwall/gjson)
- [gojson](https://github.com/ChimeraCoder/gojson) **star:2620** Automatically generate Go (golang) struct definitions from example JSON. [![godoc][D]](https://godoc.org/github.com/ChimeraCoder/gojson)
- [fastjson](https://github.com/valyala/fastjson) **star:2009** Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection. [![godoc][D]](https://godoc.org/github.com/valyala/fastjson)
- [OjG](https://github.com/ohler55/ojg) **star:725** Optimized JSON for Go is a high performance parser with a variety of additional JSON tools including JSONPath. [![There was an update last month][G]](https://github.com/ohler55/ojg) [![godoc][D]](https://godoc.org/github.com/ohler55/ojg)
- [marshmallow](https://github.com/PerimeterX/marshmallow) **star:324** Performant JSON unmarshalling for flexible use cases. [![godoc][D]](https://godoc.org/github.com/PerimeterX/marshmallow)
- [jsondiff](https://github.com/wI2L/jsondiff) **star:304** JSON diff library for Go based on RFC6902 (JSON Patch). [![godoc][D]](https://godoc.org/github.com/wI2L/jsondiff)
- [kazaam](https://github.com/Qntfy/kazaam) **star:268** API for arbitrary transformation of JSON documents. [![godoc][D]](https://godoc.org/github.com/Qntfy/kazaam)
- [ajson](https://github.com/spyzhov/ajson) **star:190** Abstract JSON for golang with JSONPath support. [![godoc][D]](https://godoc.org/github.com/spyzhov/ajson)
- [jettison](https://github.com/wI2L/jettison) **star:164** Fast and flexible JSON encoder for Go. [![godoc][D]](https://godoc.org/github.com/wI2L/jettison)
- [jsonvalue](https://github.com/Andrew-M-C/go.jsonvalue) **star:159** A fast and convenient library for unstructured JSON data, replacing `encoding/json`. [![godoc][D]](https://godoc.org/github.com/Andrew-M-C/go.jsonvalue) [![Contains Chinese documents][CN]](https://github.com/Andrew-M-C/go.jsonvalue)
- [json2go](https://github.com/m-zajac/json2go) **star:124** Advanced JSON to Go struct conversion. Provides package that can parse multiple JSON documents and create struct to fit them all. [![godoc][D]](https://godoc.org/github.com/m-zajac/json2go)
- [jsongo](https://github.com/ricardolonga/jsongo) **star:109** Fluent API to make it easier to create Json objects. [![godoc][D]](https://godoc.org/github.com/ricardolonga/jsongo)
- [JayDiff](https://github.com/yazgazan/jaydiff) **star:102** JSON diff utility written in Go. [![godoc][D]](https://godoc.org/github.com/yazgazan/jaydiff)
- [ujson](https://github.com/olvrng/ujson) **star:70** Fast and minimal JSON parser and transformer that works on unstructured JSON. [![godoc][D]](https://godoc.org/github.com/olvrng/ujson)
- [go-respond](https://github.com/nicklaw5/go-respond) **star:52** Go package for handling common HTTP JSON responses. [![godoc][D]](https://godoc.org/github.com/nicklaw5/go-respond)
- [mp](https://github.com/sanbornm/mp) **star:47** Simple cli email parser. It currently takes stdin and outputs JSON. [![It hasn't been updated in recent three years][Y]](https://github.com/sanbornm/mp) [![godoc][D]](https://godoc.org/github.com/sanbornm/mp)
- [vjson](https://github.com/miladibra10/vjson) **star:37** Go package for validating JSON objects with declaring a JSON schema with fluent API. [![godoc][D]](https://godoc.org/github.com/miladibra10/vjson)
- [ask](https://github.com/simonnilsson/ask) **star:29** Easy access to nested values in maps and slices. Works in combination with encoding/json and other packages that "Unmarshal" arbitrary data into Go data-types. [![godoc][D]](https://godoc.org/github.com/simonnilsson/ask)
- [gojmapr](https://github.com/limiu82214/gojmapr) **star:20** Get simple struct from complex json by json path. [![godoc][D]](https://godoc.org/github.com/limiu82214/gojmapr) [![Contains Chinese documents][CN]](https://github.com/limiu82214/gojmapr)
- [dynjson](https://github.com/cocoonspace/dynjson) **star:16** Client-customizable JSON formats for dynamic APIs. [![godoc][D]](https://godoc.org/github.com/cocoonspace/dynjson)
- [mapslice-json](https://github.com/mickep76/mapslice-json) **star:16** Go MapSlice for ordered marshal/ unmarshal of maps in JSON. [![godoc][D]](https://godoc.org/github.com/mickep76/mapslice-json)
- [go-jsonerror](https://github.com/ddymko/go-jsonerror) **star:14** Go-JsonError is meant to allow us to easily create json response errors that follow the JsonApi spec. [![It hasn't been updated in recent three years][Y]](https://github.com/ddymko/go-jsonerror) [![godoc][D]](https://godoc.org/github.com/ddymko/go-jsonerror)
- [jsonapi-errors](https://github.com/AmuzaTkts/jsonapi-errors) **star:14** Go bindings based on the JSON API errors reference. [![It hasn't been updated in recent three years][Y]](https://github.com/AmuzaTkts/jsonapi-errors) [![godoc][D]](https://godoc.org/github.com/AmuzaTkts/jsonapi-errors)
- [jsonhal](https://github.com/RichardKnop/jsonhal) **star:14** Simple Go package to make custom structs marshal into HAL compatible JSON responses. [![It hasn't been updated in recent three years][Y]](https://github.com/RichardKnop/jsonhal) [![godoc][D]](https://godoc.org/github.com/RichardKnop/jsonhal)
- [jzon](https://github.com/zerosnake0/jzon) **star:12** JSON library with standard compatible API/behavior. [![godoc][D]](https://godoc.org/github.com/zerosnake0/jzon)
- [ej](https://github.com/lucassscaravelli/ej) **star:10** Write and read JSON from different sources succinctly. [![It hasn't been updated in recent three years][Y]](https://github.com/lucassscaravelli/ej) [![godoc][D]](https://godoc.org/github.com/lucassscaravelli/ej)
- [jsonic](https://github.com/sinhashubham95/jsonic) **star:10** Utilities to handle and query JSON without defining structs in a type safe manner. [![godoc][D]](https://godoc.org/github.com/sinhashubham95/jsonic)
- [omg.jsonparser](https://github.com/dedalqq/omg.jsonparser) **star:5** Simple JSON parser with validation by condition via golang struct fields tags. [![godoc][D]](https://godoc.org/github.com/dedalqq/omg.jsonparser)
- [htmljson](https://github.com/nikolaydubina/htmljson) **star:4** Rich rendering of JSON as HTML in Go. [![godoc][D]](https://godoc.org/github.com/nikolaydubina/htmljson)
- [jsonhandlers](https://github.com/abusomani/jsonhandlers) **star:2** JSON library to expose simple handlers that lets you easily read and write json from various sources. [![godoc][D]](https://godoc.org/github.com/abusomani/jsonhandlers)
- [logrus](https://github.com/Sirupsen/logrus) **star:23369** Structured logger for Go. [![There was an update last month][G]](https://github.com/Sirupsen/logrus) [![godoc][D]](https://godoc.org/github.com/Sirupsen/logrus)
- [zap](https://github.com/uber-go/zap) **star:19909** Fast, structured, leveled logging in Go. [![There was an update last month][G]](https://github.com/uber-go/zap) [![godoc][D]](https://godoc.org/github.com/uber-go/zap)
- [zerolog](https://github.com/rs/zerolog) **star:9002** Zero-allocation JSON logger. [![There was an update last month][G]](https://github.com/rs/zerolog) [![godoc][D]](https://godoc.org/github.com/rs/zerolog)
- [spew](https://github.com/davecgh/go-spew) **star:5748** Implements a deep pretty printer for Go data structures to aid in debugging. [![godoc][D]](https://godoc.org/github.com/davecgh/go-spew)
- [lumberjack](https://github.com/natefinch/lumberjack) **star:4307** Simple rolling logger, implements io.WriteCloser. [![godoc][D]](https://godoc.org/github.com/natefinch/lumberjack)
- [glog](https://github.com/golang/glog) **star:3446** Leveled execution logs for Go. [![godoc][D]](https://godoc.org/github.com/golang/glog)
- [tail](https://github.com/hpcloud/tail) **star:2614** Go package striving to emulate the features of the BSD tail program. [![godoc][D]](https://godoc.org/github.com/hpcloud/tail)
- [pp](https://github.com/k0kubun/pp) **star:1690** Colored pretty printer for Go language. [![godoc][D]](https://godoc.org/github.com/k0kubun/pp)
- [seelog](https://github.com/cihub/seelog) **star:1640** Logging functionality with flexible dispatching, filtering, and formatting. [![It hasn't been updated in recent three years][Y]](https://github.com/cihub/seelog) [![godoc][D]](https://godoc.org/github.com/cihub/seelog)
- [log](https://github.com/apex/log) **star:1334** Structured logging package for Go. [![godoc][D]](https://godoc.org/github.com/apex/log)
- [log15](https://github.com/inconshreveable/log15) **star:1092** Simple, powerful logging for Go. [![godoc][D]](https://godoc.org/github.com/inconshreveable/log15)
- [phuslu/log](https://github.com/phuslu/log) **star:516** High performance structured logging. [![godoc][D]](https://godoc.org/github.com/phuslu/log)
- [onelog](https://github.com/francoispqt/onelog) **star:415** Onelog is a dead simple but very efficient JSON logger. It is the fastest JSON logger out there in all scenarios. Also, it is one of the logger with the lowest allocation. [![It hasn't been updated in recent three years][Y]](https://github.com/francoispqt/onelog) [![godoc][D]](https://godoc.org/github.com/francoispqt/onelog)
- [logutils](https://github.com/hashicorp/logutils) **star:356** Utilities for slightly better logging in Go (Golang) extending the standard logger. [![godoc][D]](https://godoc.org/github.com/hashicorp/logutils)
- [logxi](https://github.com/mgutz/logxi) **star:349** 12-factor app logger that is fast and makes you happy. [![It hasn't been updated in recent three years][Y]](https://github.com/mgutz/logxi) [![godoc][D]](https://godoc.org/github.com/mgutz/logxi)
- [tint](https://github.com/lmittmann/tint) **star:337** A slog.Handler that writes tinted logs. [![godoc][D]](https://godoc.org/github.com/lmittmann/tint)
- [sqldb-logger](https://github.com/simukti/sqldb-logger) **star:321** A logger for Go SQL database driver without modify existing \*sql.DB stdlib usage. [![godoc][D]](https://godoc.org/github.com/simukti/sqldb-logger)
- [httpretty](https://github.com/henvic/httpretty) **star:306** Pretty-prints your regular HTTP requests on your terminal for debugging (similar to http.DumpRequest). [![godoc][D]](https://godoc.org/github.com/henvic/httpretty)
- [slog](https://github.com/gookit/slog) **star:295** Lightweight, configurable, extensible logger for Go. [![godoc][D]](https://godoc.org/github.com/gookit/slog) [![Contains Chinese documents][CN]](https://github.com/gookit/slog)
- [go-logger](https://github.com/apsdehal/go-logger) **star:286** Simple logger of Go Programs, with level handlers. [![It hasn't been updated in recent three years][Y]](https://github.com/apsdehal/go-logger) [![godoc][D]](https://godoc.org/github.com/apsdehal/go-logger)
- [rollingwriter](https://github.com/arthurkiller/rollingWriter) **star:284** RollingWriter is an auto-rotate `io.Writer` implementation with multi policies to provide log file rotation. [![godoc][D]](https://godoc.org/github.com/arthurkiller/rollingWriter)
- [logur](https://github.com/logur/logur) **star:196** An opinionated logger interface and collection of logging best practices with adapters and integrations for well-known libraries ([logrus](https://github.com/sirupsen/logrus), [go-kit log](https://github.com/go-kit/kit/tree/master/log), [zap](https://github.com/uber-go/zap), [zerolog](https://github.com/rs/zerolog), etc). [![It hasn't been updated in recent three years][Y]](https://github.com/logur/logur) [![godoc][D]](https://godoc.org/github.com/logur/logur)
- [glg](https://github.com/kpango/glg) **star:187** glg is simple and fast leveled logging library for Go. [![godoc][D]](https://godoc.org/github.com/kpango/glg)
- [slog-multi](https://github.com/samber/slog-multi) **star:160** Chain of slog.Handler (pipeline, fanout...). [![godoc][D]](https://godoc.org/github.com/samber/slog-multi)
- [ozzo-log](https://github.com/go-ozzo/ozzo-log) **star:122** High performance logging supporting log severity, categorization, and filtering. Can send filtered log messages to various targets (e.g. console, network, mail). [![godoc][D]](https://godoc.org/github.com/go-ozzo/ozzo-log) [![Contains Chinese documents][CN]](https://github.com/go-ozzo/ozzo-log)
- [log-voyage](https://github.com/firstrow/logvoyage) **star:94** Full-featured logging saas written in golang. [![It hasn't been updated in recent three years][Y]](https://github.com/firstrow/logvoyage) [![godoc][D]](https://godoc.org/github.com/firstrow/logvoyage)
- [go-cronowriter](https://github.com/utahta/go-cronowriter) **star:56** Simple writer that rotate log files automatically based on current date and time, like cronolog. [![godoc][D]](https://godoc.org/github.com/utahta/go-cronowriter)
- [slog-formatter](https://github.com/samber/slog-formatter) **star:52** Common formatters for slog and helpers to build your own. [![There was an update last month][G]](https://github.com/samber/slog-formatter) [![godoc][D]](https://godoc.org/github.com/samber/slog-formatter)
- [stdlog](https://github.com/alexcesaro/log) **star:47** Stdlog is an object-oriented library providing leveled logging. It is very useful for cron jobs. [![It hasn't been updated in recent three years][Y]](https://github.com/alexcesaro/log) [![godoc][D]](https://godoc.org/github.com/alexcesaro/log)
- [noodlog](https://github.com/gyozatech/noodlog) **star:44** Parametrized JSON logging library which lets you obfuscate sensitive data and marshal any kind of content. No more printed pointers instead of values, nor escape chars for the JSON strings. [![godoc][D]](https://godoc.org/github.com/gyozatech/noodlog)
- [go-log](https://github.com/ian-kent/go-log) **star:42** Log4j implementation in Go. [![It hasn't been updated in recent three years][Y]](https://github.com/ian-kent/go-log) [![godoc][D]](https://godoc.org/github.com/ian-kent/go-log)
- [gologger](https://github.com/sadlil/gologger) **star:40** Simple easy to use log lib for go, logs in Colored Console, Simple Console, File or Elasticsearch. [![It hasn't been updated in recent three years][Y]](https://github.com/sadlil/gologger) [![godoc][D]](https://godoc.org/github.com/sadlil/gologger) [![Archived][Archived]](https://github.com/sadlil/gologger)
- [journald](https://github.com/ssgreg/journald) **star:37** Go implementation of systemd Journal's native API for logging. [![godoc][D]](https://godoc.org/github.com/ssgreg/journald)
- [go-log](https://github.com/siddontang/go-log) **star:33** Log lib supports level and multi handlers. [![It hasn't been updated in recent three years][Y]](https://github.com/siddontang/go-log) [![godoc][D]](https://godoc.org/github.com/siddontang/go-log)
- [mlog](https://github.com/jbrodriguez/mlog) **star:33** Simple logging module for go, with 5 levels, an optional rotating logfile feature and stdout/stderr output. [![It hasn't been updated in recent three years][Y]](https://github.com/jbrodriguez/mlog) [![godoc][D]](https://godoc.org/github.com/jbrodriguez/mlog)
- [distillog](https://github.com/amoghe/distillog) **star:32** distilled levelled logging (think of it as stdlib + log levels). [![It hasn't been updated in recent three years][Y]](https://github.com/amoghe/distillog) [![godoc][D]](https://godoc.org/github.com/amoghe/distillog)
- [logrusly](https://github.com/sebest/logrusly) **star:28** [logrus](https://github.com/sirupsen/logrus) plug-in to send errors to a [Loggly](https://www.loggly.com/). [![godoc][D]](https://godoc.org/github.com/sebest/logrusly)
- [log](https://github.com/teris-io/log) **star:26** Structured log interface for Go cleanly separates logging facade from its implementation. [![It hasn't been updated in recent three years][Y]](https://github.com/teris-io/log) [![godoc][D]](https://godoc.org/github.com/teris-io/log)
- [gomol](https://github.com/aphistic/gomol) **star:19** Multiple-output, structured logging for Go with extensible logging outputs. [![It hasn't been updated in recent three years][Y]](https://github.com/aphistic/gomol) [![godoc][D]](https://godoc.org/github.com/aphistic/gomol) [![Archived][Archived]](https://github.com/aphistic/gomol)
- [logrusiowriter](https://github.com/cabify/logrusiowriter) **star:16**`io.Writer` implementation using [logrus](https://github.com/sirupsen/logrus) logger. [![It hasn't been updated in recent three years][Y]](https://github.com/cabify/logrusiowriter) [![godoc][D]](https://godoc.org/github.com/cabify/logrusiowriter)
- [xylog](https://github.com/xybor-x/xylog) **star:15** Leveled and structured logging, dynamic fields, high performance, zone management, simple configuration, and readable syntax. [![godoc][D]](https://godoc.org/github.com/xybor-x/xylog)
- [go-log](https://github.com/subchen/go-log) **star:14** Simple and configurable Logging in Go, with level, formatters and writers. [![It hasn't been updated in recent three years][Y]](https://github.com/subchen/go-log) [![godoc][D]](https://godoc.org/github.com/subchen/go-log)
- [logdump](https://github.com/ewwwwwqm/logdump) **star:11** Package for multi-level logging. [![It hasn't been updated in recent three years][Y]](https://github.com/ewwwwwqm/logdump) [![godoc][D]](https://godoc.org/github.com/ewwwwwqm/logdump)
- [logo](https://github.com/mbndr/logo) **star:11** Golang logger to different configurable writers. [![godoc][D]](https://godoc.org/github.com/mbndr/logo)
- [go-log](https://github.com/pieterclaerhout/go-log) **star:10** A logging library with stack traces, object dumping and optional timestamps. [![godoc][D]](https://godoc.org/github.com/pieterclaerhout/go-log)
- [kemba](https://github.com/clok/kemba) **star:10** A tiny debug logging tool inspired by [debug](https://github.com/visionmedia/debug), great for CLI tools and applications. [![godoc][D]](https://godoc.org/github.com/clok/kemba)
- [log](https://github.com/aerogo/log) **star:10** An O(1) logging system that allows you to connect one log to multiple writers (e.g. stdout, a file and a TCP connection). [![It hasn't been updated in recent three years][Y]](https://github.com/aerogo/log) [![godoc][D]](https://godoc.org/github.com/aerogo/log)
- [zax](https://github.com/yuseferi/zax) **star:9** Integrate Context with Zap logger, which leads to more flexibility in Go logging. [![godoc][D]](https://godoc.org/github.com/yuseferi/zax)
- [xlog](https://github.com/xfxdev/xlog) **star:8** Plugin architecture and flexible log system for Go, with level ctrl, multiple log target and custom log format. [![It hasn't been updated in recent three years][Y]](https://github.com/xfxdev/xlog) [![godoc][D]](https://godoc.org/github.com/xfxdev/xlog)
- [structy/log](https://github.com/structy/log) **star:5** A simple to use log system, minimalist but with features for debugging and differentiation of messages. [![godoc][D]](https://godoc.org/github.com/structy/log)
- [slf4g](https://github.com/echocat/slf4g) **star:3** Simple Logging Facade for Golang: Simple structured logging; but powerful, extendable and customizable, with huge amount of learnings from decades of past logging frameworks. [![There was an update last month][G]](https://github.com/echocat/slf4g) [![godoc][D]](https://godoc.org/github.com/echocat/slf4g)
- [zl](https://github.com/nkmr-jp/zl) **star:3** High Developer Experience, zap based logger. It offers rich functionality but is easy to configure. [![godoc][D]](https://godoc.org/github.com/nkmr-jp/zl)
- [GoLearn](https://github.com/sjwhitworth/golearn) **star:9050** General Machine Learning library for Go. [![godoc][D]](https://godoc.org/github.com/sjwhitworth/golearn) [![Contains Chinese documents][CN]](https://github.com/sjwhitworth/golearn)
- [gorse](https://github.com/zhenghaoz/gorse) **star:7659** An offline recommender system backend based on collaborative filtering written in Go. [![godoc][D]](https://godoc.org/github.com/zhenghaoz/gorse) [![Contains Chinese documents][CN]](https://github.com/zhenghaoz/gorse)
- [gorgonia](https://github.com/gorgonia/gorgonia) **star:5145** graph-based computational library like Theano for Go that provides primitives for building various machine learning and neural network algorithms. [![godoc][D]](https://godoc.org/github.com/gorgonia/gorgonia)
- [m2cgen](https://github.com/BayesWitnesses/m2cgen) **star:2633** A CLI tool to transpile trained classic ML models into a native Go code with zero dependencies, written in Python with Go language support.
- [tfgo](https://github.com/galeone/tfgo) **star:2313** Easy to use Tensorflow bindings: simplifies the usage of the official Tensorflow Go bindings. Define computational graphs in Go, load and execute models trained in Python. [![godoc][D]](https://godoc.org/github.com/galeone/tfgo)
- [gosseract](https://github.com/otiai10/gosseract) **star:2269** Go package for OCR (Optical Character Recognition), by using Tesseract C++ library. [![godoc][D]](https://godoc.org/github.com/otiai10/gosseract)
- [goml](https://github.com/cdipaolo/goml) **star:1504** On-line Machine Learning in Go. [![godoc][D]](https://godoc.org/github.com/cdipaolo/goml)
- [eaopt](https://github.com/MaxHalford/eaopt) **star:855** An evolutionary optimization library. [![godoc][D]](https://godoc.org/github.com/MaxHalford/eaopt)
- [bayesian](https://github.com/jbrukh/bayesian) **star:773** Naive Bayesian Classification for Golang. [![godoc][D]](https://godoc.org/github.com/jbrukh/bayesian)
- [CloudForest](https://github.com/ryanbressler/CloudForest) **star:731** Fast, flexible, multi-threaded ensembles of decision trees for machine learning in pure Go. [![godoc][D]](https://godoc.org/github.com/ryanbressler/CloudForest)
- [ocrserver](https://github.com/otiai10/ocrserver) **star:610** A simple OCR API server, seriously easy to be deployed by Docker and Heroku. [![godoc][D]](https://godoc.org/github.com/otiai10/ocrserver)
- [onnx-go](https://github.com/owulveryck/onnx-go) **star:549** Go Interface to Open Neural Network Exchange (ONNX). [![godoc][D]](https://godoc.org/github.com/owulveryck/onnx-go)
- [go-deep](https://github.com/patrikeh/go-deep) **star:476** A feature-rich neural network library in Go. [![godoc][D]](https://godoc.org/github.com/patrikeh/go-deep)
- [regommend](https://github.com/muesli/regommend) **star:304** Recommendation & collaborative filtering engine. [![It hasn't been updated in recent three years][Y]](https://github.com/muesli/regommend) [![godoc][D]](https://godoc.org/github.com/muesli/regommend)
- [Goptuna](https://github.com/c-bata/goptuna) **star:242** Bayesian optimization framework for black-box functions written in Go. Everything will be optimized. [![godoc][D]](https://godoc.org/github.com/c-bata/goptuna)
- [goga](https://github.com/tomcraven/goga) **star:203** Genetic algorithm library for Go. [![godoc][D]](https://godoc.org/github.com/tomcraven/goga)
- [go-galib](https://github.com/thoj/go-galib) **star:195** Genetic Algorithms library written in Go / golang. [![It hasn't been updated in recent three years][Y]](https://github.com/thoj/go-galib) [![godoc][D]](https://godoc.org/github.com/thoj/go-galib)
- [goRecommend](https://github.com/timkaye11/goRecommend) **star:194** Recommendation Algorithms library written in Go. [![It hasn't been updated in recent three years][Y]](https://github.com/timkaye11/goRecommend) [![godoc][D]](https://godoc.org/github.com/timkaye11/goRecommend)
- [shield](https://github.com/eaigner/shield) **star:154** Bayesian text classifier with flexible tokenizers and storage backends for Go. [![It hasn't been updated in recent three years][Y]](https://github.com/eaigner/shield) [![godoc][D]](https://godoc.org/github.com/eaigner/shield)
- [go-fann](https://github.com/white-pony/go-fann) **star:115** Go bindings for Fast Artificial Neural Networks(FANN) library. [![It hasn't been updated in recent three years][Y]](https://github.com/white-pony/go-fann) [![godoc][D]](https://godoc.org/github.com/white-pony/go-fann)
- [go-featureprocessing](https://github.com/nikolaydubina/go-featureprocessing) **star:101** Fast and convenient feature processing for low latency machine learning in Go. [![godoc][D]](https://godoc.org/github.com/nikolaydubina/go-featureprocessing)
- [goscore](https://github.com/asafschers/goscore) **star:91** Go Scoring API for PMML. [![It hasn't been updated in recent three years][Y]](https://github.com/asafschers/goscore) [![godoc][D]](https://godoc.org/github.com/asafschers/goscore)
- [fonet](https://github.com/Fontinalis/fonet) **star:79** A Deep Neural Network library written in Go. [![godoc][D]](https://godoc.org/github.com/Fontinalis/fonet)
- [gonet](https://github.com/dathoangnd/gonet) **star:79** Neural Network for Go. [![It hasn't been updated in recent three years][Y]](https://github.com/dathoangnd/gonet) [![godoc][D]](https://godoc.org/github.com/dathoangnd/gonet)
- [libsvm](https://github.com/datastream/libsvm) **star:73** libsvm golang version derived work based on LIBSVM 3.14. [![It hasn't been updated in recent three years][Y]](https://github.com/datastream/libsvm) [![godoc][D]](https://godoc.org/github.com/datastream/libsvm)
- [neat](https://github.com/jinyeom/neat) **star:68** Plug-and-play, parallel Go framework for NeuroEvolution of Augmenting Topologies (NEAT). [![It hasn't been updated in recent three years][Y]](https://github.com/jinyeom/neat) [![godoc][D]](https://godoc.org/github.com/jinyeom/neat) [![Archived][Archived]](https://github.com/jinyeom/neat)
- [GoMind](https://github.com/surenderthakran/gomind) **star:67** A simplistic Neural Network Library in Go. [![godoc][D]](https://godoc.org/github.com/surenderthakran/gomind)
- [neural-go](https://github.com/schuyler/neural-go) **star:66** Multilayer perceptron network implemented in Go, with training via backpropagation. [![It hasn't been updated in recent three years][Y]](https://github.com/schuyler/neural-go) [![godoc][D]](https://godoc.org/github.com/schuyler/neural-go)
- [go-pr](https://github.com/daviddengcn/go-pr) **star:62** Pattern recognition package in Go lang. [![It hasn't been updated in recent three years][Y]](https://github.com/daviddengcn/go-pr) [![godoc][D]](https://godoc.org/github.com/daviddengcn/go-pr)
- [Varis](https://github.com/Xamber/Varis) **star:51** Golang Neural Network. [![It hasn't been updated in recent three years][Y]](https://github.com/Xamber/Varis) [![godoc][D]](https://godoc.org/github.com/Xamber/Varis)
- [golinear](https://github.com/danieldk/golinear) **star:44** liblinear bindings for Go. [![It hasn't been updated in recent three years][Y]](https://github.com/danieldk/golinear) [![godoc][D]](https://godoc.org/github.com/danieldk/golinear) [![Archived][Archived]](https://github.com/danieldk/golinear)
- [go-cluster](https://github.com/e-XpertSolutions/go-cluster) **star:39** Go implementation of the k-modes and k-prototypes clustering algorithms. [![godoc][D]](https://godoc.org/github.com/e-XpertSolutions/go-cluster)
- [godist](https://github.com/e-dard/godist) **star:35** Various probability distributions, and associated methods. [![It hasn't been updated in recent three years][Y]](https://github.com/e-dard/godist) [![godoc][D]](https://godoc.org/github.com/e-dard/godist)
- [randomforest](https://github.com/malaschitz/randomForest) **star:34** Easy to use Random Forest library for Go. [![godoc][D]](https://godoc.org/github.com/malaschitz/randomForest)
- [probab](https://github.com/ThePaw/probab) **star:18** Probability distribution functions. Bayesian inference. Written in pure Go. [![It hasn't been updated in recent three years][Y]](https://github.com/ThePaw/probab) [![godoc][D]](https://godoc.org/github.com/ThePaw/probab)
- [sarama](https://github.com/Shopify/sarama) **star:10456** Go library for Apache Kafka. [![There was an update last month][G]](https://github.com/Shopify/sarama) [![godoc][D]](https://godoc.org/github.com/Shopify/sarama)
- [Centrifugo](https://github.com/centrifugal/centrifugo) **star:7459** Real-time messaging (Websockets or SockJS) server in Go. [![There was an update last month][G]](https://github.com/centrifugal/centrifugo) [![godoc][D]](https://godoc.org/github.com/centrifugal/centrifugo)
- [Asynq](https://github.com/hibiken/asynq) **star:7356** A simple, reliable, and efficient distributed task queue for Go built on top of Redis. [![godoc][D]](https://godoc.org/github.com/hibiken/asynq)
- [gorush](https://github.com/appleboy/gorush) **star:7336** Push notification server using [APNs2](https://github.com/sideshow/apns2) and google [GCM](https://github.com/google/go-gcm). [![There was an update last month][G]](https://github.com/appleboy/gorush) [![godoc][D]](https://godoc.org/github.com/appleboy/gorush)
- [machinery](https://github.com/RichardKnop/machinery) **star:7056** Asynchronous task queue/job queue based on distributed message passing. [![godoc][D]](https://godoc.org/github.com/RichardKnop/machinery)
- [Benthos](https://github.com/Jeffail/benthos) **star:6738** A message streaming bridge between a range of protocols. [![There was an update last month][G]](https://github.com/Jeffail/benthos) [![godoc][D]](https://godoc.org/github.com/Jeffail/benthos)
- [Watermill](https://github.com/ThreeDotsLabs/watermill) **star:6210** Working efficiently with message streams. Building event driven applications, enabling event sourcing, RPC over messages, sagas. Can use conventional pub/sub implementations like Kafka or RabbitMQ, but also HTTP or MySQL binlog. [![godoc][D]](https://godoc.org/github.com/ThreeDotsLabs/watermill)
- [go-socket.io](https://github.com/googollee/go-socket.io) **star:5360** socket.io library for golang, a realtime application framework. [![godoc][D]](https://godoc.org/github.com/googollee/go-socket.io)
- [NATS Go Client](https://github.com/nats-io/nats) **star:4845** Lightweight and high performance publish-subscribe and distributed queueing messaging system - this is the Go library. [![There was an update last month][G]](https://github.com/nats-io/nats) [![godoc][D]](https://godoc.org/github.com/nats-io/nats)
- [Confluent Kafka Golang Client](https://github.com/confluentinc/confluent-kafka-go) **star:4178** confluent-kafka-go is Confluent's Golang client for Apache Kafka and the Confluent Platform. [![There was an update last month][G]](https://github.com/confluentinc/confluent-kafka-go) [![godoc][D]](https://godoc.org/github.com/confluentinc/confluent-kafka-go)
- [Mercure](https://github.com/dunglas/mercure) **star:3504** Server and library to dispatch server-sent updates using the Mercure protocol (built on top of Server-Sent Events). [![There was an update last month][G]](https://github.com/dunglas/mercure) [![godoc][D]](https://godoc.org/github.com/dunglas/mercure)
- [melody](https://github.com/olahol/melody) **star:3312** Minimalist framework for dealing with websocket sessions, includes broadcasting and automatic ping/pong handling. [![godoc][D]](https://godoc.org/github.com/olahol/melody)
- [APNs2](https://github.com/sideshow/apns2) **star:2873** HTTP/2 Apple Push Notification provider for Go — Send push notifications to iOS, tvOS, Safari and OSX apps. [![godoc][D]](https://godoc.org/github.com/sideshow/apns2)
- [go-nsq](https://github.com/nsqio/go-nsq) **star:2472** the official Go package for NSQ. [![godoc][D]](https://godoc.org/github.com/nsqio/go-nsq)
- [gopush-cluster](https://github.com/Terry-Mao/gopush-cluster) **star:2077** gopush-cluster is a go push server cluster. [![It hasn't been updated in recent three years][Y]](https://github.com/Terry-Mao/gopush-cluster) [![godoc][D]](https://godoc.org/github.com/Terry-Mao/gopush-cluster) [![Contains Chinese documents][CN]](https://github.com/Terry-Mao/gopush-cluster)
- [EventBus](https://github.com/asaskevich/EventBus) **star:1521** The lightweight event bus with async compatibility. [![godoc][D]](https://godoc.org/github.com/asaskevich/EventBus)
- [Uniqush-Push](https://github.com/uniqush/uniqush-push) **star:1515** Redis backed unified push service for server-side notifications to mobile devices. [![It hasn't been updated in recent three years][Y]](https://github.com/uniqush/uniqush-push) [![godoc][D]](https://godoc.org/github.com/uniqush/uniqush-push)
- [Beaver](https://github.com/Clivern/Beaver) **star:1472** A real time messaging server to build a scalable in-app notifications, multiplayer games, chat apps in web and mobile apps. [![godoc][D]](https://godoc.org/github.com/Clivern/Beaver)
- [Chanify](https://github.com/chanify/chanify) **star:1148** A push notification server send message to your iOS devices. [![godoc][D]](https://godoc.org/github.com/chanify/chanify) [![Contains Chinese documents][CN]](https://github.com/chanify/chanify)
- [zmq4](https://github.com/pebbe/zmq4) **star:1086** Go interface to ZeroMQ version 4. Also available for [version 3](https://github.com/pebbe/zmq3) and [version 2](https://github.com/pebbe/zmq2). [![godoc][D]](https://godoc.org/github.com/pebbe/zmq4)
- [amqp](https://github.com/rabbitmq/amqp091-go) **star:1055** Go RabbitMQ Client Library. [![There was an update last month][G]](https://github.com/rabbitmq/amqp091-go) [![godoc][D]](https://godoc.org/github.com/rabbitmq/amqp091-go)
- [Gollum](https://github.com/trivago/gollum) **star:934** A n:m multiplexer that gathers messages from different sources and broadcasts them to a set of destinations. [![godoc][D]](https://godoc.org/github.com/trivago/gollum)
- [golongpoll](https://github.com/jcuga/golongpoll) **star:638** HTTP longpoll server library that makes web pub-sub simple. [![godoc][D]](https://godoc.org/github.com/jcuga/golongpoll)
- [mangos](https://github.com/nanomsg/mangos) **star:611** Pure go implementation of the Nanomsg ("Scalability Protocols") with transport interoperability. [![godoc][D]](https://godoc.org/github.com/nanomsg/mangos)
- [emitter](https://github.com/olebedev/emitter) **star:479** Emits events using Go way, with wildcard, predicates, cancellation possibilities and many other good wins. [![godoc][D]](https://godoc.org/github.com/olebedev/emitter)
- [Glue](https://github.com/desertbit/glue) **star:408** Robust Go and Javascript Socket Library (Alternative to Socket.io). [![It hasn't been updated in recent three years][Y]](https://github.com/desertbit/glue) [![godoc][D]](https://godoc.org/github.com/desertbit/glue)
- [go-eventbus](https://github.com/stanipetrosyan/go-eventbus) Simple Event Bus package for Go.
- [pubsub](https://github.com/tuxychandru/pubsub) **star:389** Simple pubsub package for go. [![godoc][D]](https://godoc.org/github.com/tuxychandru/pubsub)
- [Quamina](https://github.com/timbray/quamina) **star:351** Fast pattern-matching for filtering messages and events. [![godoc][D]](https://godoc.org/github.com/timbray/quamina)
- [Bus](https://github.com/mustafaturan/bus) **star:316** Minimalist message bus implementation for internal communication. [![godoc][D]](https://godoc.org/github.com/mustafaturan/bus)
- [messagebus](https://github.com/vardius/message-bus) **star:261** messagebus is a Go simple async message bus, perfect for using as event bus when doing event sourcing, CQRS, DDD.
- [rabtap](https://github.com/jandelgado/rabtap) **star:246** RabbitMQ swiss army knife cli app. [![godoc][D]](https://godoc.org/github.com/jandelgado/rabtap)
- [guble](https://github.com/smancke/guble) **star:155** Messaging server using push notifications (Google Firebase Cloud Messaging, Apple Push Notification services, SMS) as well as websockets, a REST API, featuring distributed operation and message-persistence. [![It hasn't been updated in recent three years][Y]](https://github.com/smancke/guble) [![godoc][D]](https://godoc.org/github.com/smancke/guble)
- [hub](https://github.com/leandro-lugaresi/hub) **star:134** A Message/Event Hub for Go applications, using publish/subscribe pattern with support for alias like rabbitMQ exchanges. [![It hasn't been updated in recent three years][Y]](https://github.com/leandro-lugaresi/hub) [![godoc][D]](https://godoc.org/github.com/leandro-lugaresi/hub)
- [redisqueue](https://github.com/robinjoseph08/redisqueue) **star:114** redisqueue provides a producer and consumer of a queue that uses Redis streams. [![godoc][D]](https://godoc.org/github.com/robinjoseph08/redisqueue)
- [oplog](https://github.com/dailymotion/oplog) **star:113** Generic oplog/replication system for REST APIs. [![It hasn't been updated in recent three years][Y]](https://github.com/dailymotion/oplog) [![godoc][D]](https://godoc.org/github.com/dailymotion/oplog)
- [rabbus](https://github.com/rafaeljesus/rabbus) **star:97** A tiny wrapper over amqp exchanges and queues. [![It hasn't been updated in recent three years][Y]](https://github.com/rafaeljesus/rabbus) [![godoc][D]](https://godoc.org/github.com/rafaeljesus/rabbus)
- [Ratus](https://github.com/hyperonym/ratus) **star:90** Ratus is a RESTful asynchronous task queue server. [![godoc][D]](https://godoc.org/github.com/hyperonym/ratus)
- [go-mq](https://github.com/cheshir/go-mq) **star:88** RabbitMQ client with declarative configuration. [![godoc][D]](https://godoc.org/github.com/cheshir/go-mq)
- [drone-line](https://github.com/appleboy/drone-line) **star:78** Sending [Line](https://at.line.me/en) notifications using a binary, docker or Drone CI. [![godoc][D]](https://godoc.org/github.com/appleboy/drone-line)
- [nsq-event-bus](https://github.com/rafaeljesus/nsq-event-bus) **star:77** A tiny wrapper around NSQ topic and channel. [![It hasn't been updated in recent three years][Y]](https://github.com/rafaeljesus/nsq-event-bus) [![godoc][D]](https://godoc.org/github.com/rafaeljesus/nsq-event-bus)
- [RapidMQ](https://github.com/sybrexsys/RapidMQ) **star:67** RapidMQ is a lightweight and reliable library for managing of the local messages queue. [![It hasn't been updated in recent three years][Y]](https://github.com/sybrexsys/RapidMQ) [![godoc][D]](https://godoc.org/github.com/sybrexsys/RapidMQ)
- [Commander](https://github.com/jeroenrinzema/commander) **star:65** A high-level event driven consumer/producer supporting various "dialects" such as Apache Kafka. [![godoc][D]](https://godoc.org/github.com/jeroenrinzema/commander)
- [go-res](https://github.com/jirenius/go-res) **star:63** Package for building REST/real-time services where clients are synchronized seamlessly, using NATS and Resgate. [![godoc][D]](https://godoc.org/github.com/jirenius/go-res)
- [event](https://github.com/agoalofalife/event) **star:54** Implementation of the pattern observer. [![It hasn't been updated in recent three years][Y]](https://github.com/agoalofalife/event) [![godoc][D]](https://godoc.org/github.com/agoalofalife/event)
- [hare](https://github.com/leozz37/hare) **star:51** A user friendly library for sending messages and listening to TCP sockets. [![godoc][D]](https://godoc.org/github.com/leozz37/hare)
- [ami](https://github.com/kak-tus/ami) **star:26** Go client to reliable queues based on Redis Cluster Streams. [![It hasn't been updated in recent three years][Y]](https://github.com/kak-tus/ami) [![godoc][D]](https://godoc.org/github.com/kak-tus/ami)
- [gosd](https://github.com/alexsniffin/gosd) **star:21** A library for scheduling when to dispatch a message to a channel. [![godoc][D]](https://godoc.org/github.com/alexsniffin/gosd)
- [rmqconn](https://github.com/sbabiv/rmqconn) **star:20** RabbitMQ Reconnection. Wrapper over amqp.Connection and amqp.Dial. Allowing to do a reconnection when the connection is broken before forcing the call to the Close () method to be closed. [![It hasn't been updated in recent three years][Y]](https://github.com/sbabiv/rmqconn) [![godoc][D]](https://godoc.org/github.com/sbabiv/rmqconn)
- [jazz](https://github.com/socifi/jazz) **star:18** A simple RabbitMQ abstraction layer for queue administration and publishing and consuming of messages. [![It hasn't been updated in recent three years][Y]](https://github.com/socifi/jazz) [![godoc][D]](https://godoc.org/github.com/socifi/jazz)
- [gaurun-client](https://github.com/osamingo/gaurun-client) **star:11** Gaurun Client written in Go. [![godoc][D]](https://godoc.org/github.com/osamingo/gaurun-client)
- [unioffice](https://github.com/unidoc/unioffice) **star:3972** Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents. [![godoc][D]](https://godoc.org/github.com/unidoc/unioffice)
- [excelize](https://github.com/xuri/excelize) **star:16120** Golang library for reading and writing Microsoft Excel™ (XLSX) files. [![There was an update last month][G]](https://github.com/xuri/excelize) [![godoc][D]](https://godoc.org/github.com/xuri/excelize)
- [xlsx](https://github.com/tealeg/xlsx) **star:5569** Library to simplify reading the XML format used by recent version of Microsoft Excel in Go programs. [![There was an update last month][G]](https://github.com/tealeg/xlsx) [![godoc][D]](https://godoc.org/github.com/tealeg/xlsx)
- [go-excel](https://github.com/szyhf/go-excel) **star:181** A simple and light reader to read a relate-db-like excel as a table. [![godoc][D]](https://godoc.org/github.com/szyhf/go-excel)
- [xlsx](https://github.com/plandem/xlsx) **star:170** Fast and safe way to read/update your existing Microsoft Excel files in Go programs. [![It hasn't been updated in recent three years][Y]](https://github.com/plandem/xlsx) [![godoc][D]](https://godoc.org/github.com/plandem/xlsx)
- [exl](https://github.com/go-the-way/exl) **star:21** Excel binding to struct written in Go.(Only supports Go1.18+) [![godoc][D]](https://godoc.org/github.com/go-the-way/exl)
- [google/wire](https://github.com/google/wire) **star:11463** Automated Initialization in Go. [![godoc][D]](https://godoc.org/github.com/google/wire)
- [fx](https://github.com/uber-go/fx) **star:4555** A dependency injection based application framework for Go (built on top of dig). [![godoc][D]](https://godoc.org/github.com/uber-go/fx)
- [dig](https://github.com/uber-go/dig) **star:3447** A reflection based dependency injection toolkit for Go. [![godoc][D]](https://godoc.org/github.com/uber-go/dig)
- [do](https://github.com/samber/do) **star:1310** A dependency injection framework based on Generics. [![There was an update last month][G]](https://github.com/samber/do) [![godoc][D]](https://godoc.org/github.com/samber/do)
- [GoLobby/Container](https://github.com/golobby/container) **star:497** GoLobby Container is a lightweight yet powerful IoC dependency injection container for the Go programming language. [![godoc][D]](https://godoc.org/github.com/golobby/container)
- [di](https://github.com/goava/di) **star:205** A dependency injection container for go programming language. [![godoc][D]](https://godoc.org/github.com/goava/di)
- [dingo](https://github.com/i-love-flamingo/dingo) **star:168** A dependency injection toolkit for Go, based on Guice. [![godoc][D]](https://godoc.org/github.com/i-love-flamingo/dingo)
- [alice](https://github.com/magic003/alice) **star:51** Additive dependency injection container for Golang. [![It hasn't been updated in recent three years][Y]](https://github.com/magic003/alice) [![godoc][D]](https://godoc.org/github.com/magic003/alice)
- [linker](https://github.com/logrange/linker) **star:35** A reflection based dependency injection and inversion of control library with components lifecycle support. [![It hasn't been updated in recent three years][Y]](https://github.com/logrange/linker) [![godoc][D]](https://godoc.org/github.com/logrange/linker)
- [nject](https://github.com/muir/nject) **star:27** A type safe, reflective framework for libraries, tests, http endpoints, and service startup. [![godoc][D]](https://godoc.org/github.com/muir/nject)
- [gontainer](https://github.com/NVIDIA/gontainer) **star:15** A dependency injection service container for Go projects. [![godoc][D]](https://godoc.org/github.com/NVIDIA/gontainer)
- [gontainer/gontainer](https://github.com/gontainer/gontainer) **star:9** A YAML-based Dependency Injection container for GO. It supports dependencies' scopes, and auto-detection of circular dependencies. Gontainer is concurrent-safe. [![There was an update last month][G]](https://github.com/gontainer/gontainer) [![godoc][D]](https://godoc.org/github.com/gontainer/gontainer)
- [kinit](https://github.com/go-kata/kinit) **star:9** Customizable dependency injection container with the global mode, cascade initialization and panic-safe finalization. [![godoc][D]](https://godoc.org/github.com/go-kata/kinit)
- [HnH/di](https://github.com/HnH/di) **star:7** DI container library that is focused on clean API and flexibility. [![godoc][D]](https://godoc.org/github.com/HnH/di)
- [golang-standards/project-layout](https://github.com/golang-standards/project-layout) **star:42593** Set of common historical and emerging project layout patterns in the Go ecosystem. Note: despite the org-name they do not represent official golang standards, see [this issue](https://github.com/golang-standards/project-layout/issues/117) for more information. Nonetheless, some may find the layout useful. [![There was an update last month][G]](https://github.com/golang-standards/project-layout)
- [ardanlabs/service](https://github.com/ardanlabs/service) **star:3054** A [starter kit](https://github.com/ardanlabs/service/wiki) for building production grade scalable web service applications. [![There was an update last month][G]](https://github.com/ardanlabs/service) [![godoc][D]](https://godoc.org/github.com/ardanlabs/service)
- [modern-go-application](https://github.com/sagikazarmark/modern-go-application) **star:1678** Go application boilerplate and example applying modern practices. [![godoc][D]](https://godoc.org/github.com/sagikazarmark/modern-go-application)
- [pagoda](https://github.com/mikestefanello/pagoda) **star:968** Rapid, easy full-stack web development starter kit built in Go. [![There was an update last month][G]](https://github.com/mikestefanello/pagoda) [![godoc][D]](https://godoc.org/github.com/mikestefanello/pagoda)
- [nunu](https://github.com/go-nunu/nunu) **star:739** Nunu is a scaffolding tool for building Go applications. [![godoc][D]](https://godoc.org/github.com/go-nunu/nunu) [![Contains Chinese documents][CN]](https://github.com/go-nunu/nunu)
- [cookiecutter-golang](https://github.com/lacion/cookiecutter-golang) **star:636** A Go application boilerplate template for quick starting projects following production best practices. [![godoc][D]](https://godoc.org/github.com/lacion/cookiecutter-golang)
- [golang-templates/seed](https://github.com/golang-templates/seed) **star:403** Go application GitHub repository template. [![There was an update last month][G]](https://github.com/golang-templates/seed)
- [go-starter](https://github.com/allaboutapps/go-starter) **star:393** An opinionated production-ready RESTful JSON backend template, highly integrated with VSCode DevContainers. [![godoc][D]](https://godoc.org/github.com/allaboutapps/go-starter)
- [go-todo-backend](https://github.com/Fs02/go-todo-backend) **star:259** Go Todo Backend example using modular project layout for product microservice. [![godoc][D]](https://godoc.org/github.com/Fs02/go-todo-backend)
- [scaffold](https://github.com/catchplay/scaffold) **star:145** Scaffold generates a starter Go project layout. Lets you focus on business logic implemented. [![It hasn't been updated in recent three years][Y]](https://github.com/catchplay/scaffold) [![godoc][D]](https://godoc.org/github.com/catchplay/scaffold)
- [go-sample](https://github.com/zitryss/go-sample) **star:125** A sample layout for Go application projects with the real code. [![It hasn't been updated in recent three years][Y]](https://github.com/zitryss/go-sample) [![godoc][D]](https://godoc.org/github.com/zitryss/go-sample)
- [gobase](https://github.com/wajox/gobase) **star:49** A simple skeleton for golang application with basic setup for real golang application. [![godoc][D]](https://godoc.org/github.com/wajox/gobase)
- [wangyoucao577/go-project-layout](https://github.com/wangyoucao577/go-project-layout) **star:22** Set of practices and discussions on how to structure Go project layout. [![godoc][D]](https://godoc.org/github.com/wangyoucao577/go-project-layout)
- [go-module](https://github.com/octomation/go-module) **star:16** Template for a typical module written on Go. [![There was an update last month][G]](https://github.com/octomation/go-module)
- [xstrings](https://github.com/huandu/xstrings) **star:1256** Collection of useful string functions ported from other languages. [![godoc][D]](https://godoc.org/github.com/huandu/xstrings)
- [sttr](https://github.com/abhimanyu003/sttr) **star:752** cross-platform, cli app to perform various operations on string. [![godoc][D]](https://godoc.org/github.com/abhimanyu003/sttr)
- [gobeam/Stringy](https://github.com/gobeam/Stringy) **star:193** String manipulation library to convert string to camel case, snake case, kebab case / slugify etc. [![godoc][D]](https://godoc.org/github.com/gobeam/Stringy)
- [caps](https://github.com/chanced/caps) **star:49** A case conversion library. [![godoc][D]](https://godoc.org/github.com/chanced/caps)
- [gopsutil](https://github.com/shirou/gopsutil) **star:9545** Cross-platform library for retrieving process and system utilization(CPU, Memory, Disks, etc). [![There was an update last month][G]](https://github.com/shirou/gopsutil) [![godoc][D]](https://godoc.org/github.com/shirou/gopsutil)
- [gatus](https://github.com/TwinProduction/gatus) **star:4130** Automated service health dashboard. [![There was an update last month][G]](https://github.com/TwinProduction/gatus) [![godoc][D]](https://godoc.org/github.com/TwinProduction/gatus)
- [archiver](https://github.com/mholt/archiver) **star:4106** Library and command for making and extracting .zip and .tar.gz archives. [![godoc][D]](https://godoc.org/github.com/mholt/archiver)
- [gofakeit](https://github.com/brianvoe/gofakeit) **star:3354** Random data generator written in go. [![There was an update last month][G]](https://github.com/brianvoe/gofakeit) [![godoc][D]](https://godoc.org/github.com/brianvoe/gofakeit)
- [go-resiliency](https://github.com/eapache/go-resiliency) **star:1881** Resiliency patterns for golang. [![godoc][D]](https://godoc.org/github.com/eapache/go-resiliency)
- [base64Captcha](https://github.com/mojocn/base64Captcha) **star:1880** Base64captch supports digit, number, alphabet, arithmetic, audio and digit-alphabet captcha. [![There was an update last month][G]](https://github.com/mojocn/base64Captcha) [![godoc][D]](https://godoc.org/github.com/mojocn/base64Captcha) [![Contains Chinese documents][CN]](https://github.com/mojocn/base64Captcha)
- [gosms](https://github.com/haxpax/gosms) **star:1434** Your own local SMS gateway in Go that can be used to send SMS. [![godoc][D]](https://godoc.org/github.com/haxpax/gosms)
- [go-commons-pool](https://github.com/jolestar/go-commons-pool) **star:1184** Generic object pool for Golang. [![godoc][D]](https://godoc.org/github.com/jolestar/go-commons-pool) [![Contains Chinese documents][CN]](https://github.com/jolestar/go-commons-pool)
- [llvm](https://github.com/llir/llvm) **star:1100** Library for interacting with LLVM IR in pure Go. [![godoc][D]](https://godoc.org/github.com/llir/llvm)
- [shortid](https://github.com/teris-io/shortid) **star:896** Distributed generation of super short, unique, non-sequential, URL friendly IDs. [![godoc][D]](https://godoc.org/github.com/teris-io/shortid)
- [shoutrrr](https://github.com/containrrr/shoutrrr) **star:737** Notification library providing easy access to various messaging services like slack, mattermost, gotify and smtp among others. [![godoc][D]](https://godoc.org/github.com/containrrr/shoutrrr)
- [health](https://github.com/alexliesenfeld/health) **star:717** A simple and flexible health check library for Go. [![godoc][D]](https://godoc.org/github.com/alexliesenfeld/health)
- [stateless](https://github.com/qmuntal/stateless) **star:700** A fluent library for creating state machines. [![There was an update last month][G]](https://github.com/qmuntal/stateless) [![godoc][D]](https://godoc.org/github.com/qmuntal/stateless)
- [banner](https://github.com/dimiro1/banner) **star:439** Add beautiful banners into your Go applications. [![godoc][D]](https://godoc.org/github.com/dimiro1/banner)
- [xz](https://github.com/ulikunitz/xz) **star:432** Pure golang package for reading and writing xz-compressed files. [![godoc][D]](https://godoc.org/github.com/ulikunitz/xz)
- [gountries](https://github.com/pariz/gountries) **star:398** Package that exposes country and subdivision data. [![godoc][D]](https://godoc.org/github.com/pariz/gountries)
- [conv](https://github.com/cstockton/go-conv) **star:384** Package conv provides fast and intuitive conversions across Go types. [![godoc][D]](https://godoc.org/github.com/cstockton/go-conv)
- [lk](https://github.com/hyperboloide/lk) **star:321** A simple licensing library for golang. [![godoc][D]](https://godoc.org/github.com/hyperboloide/lk)
- [ffmt](https://github.com/go-ffmt/ffmt) **star:297** Beautify data display for Humans. [![godoc][D]](https://godoc.org/github.com/go-ffmt/ffmt) [![Contains Chinese documents][CN]](https://github.com/go-ffmt/ffmt)
- [healthcheck](https://github.com/etherlabsio/healthcheck) **star:257** An opinionated and concurrent health-check HTTP handler for RESTful services. [![godoc][D]](https://godoc.org/github.com/etherlabsio/healthcheck)
- [go-unarr](https://github.com/gen2brain/go-unarr) **star:256** Decompression library for RAR, TAR, ZIP and 7z archives. [![godoc][D]](https://godoc.org/github.com/gen2brain/go-unarr)
- [antch](https://github.com/antchfx/antch) **star:252** A fast, powerful and extensible web crawling & scraping framework. [![It hasn't been updated in recent three years][Y]](https://github.com/antchfx/antch) [![godoc][D]](https://godoc.org/github.com/antchfx/antch) [![Contains Chinese documents][CN]](https://github.com/antchfx/antch)
- [battery](https://github.com/distatus/battery) **star:227** Cross-platform, normalized battery information library. [![godoc][D]](https://godoc.org/github.com/distatus/battery)
- [bitio](https://github.com/icza/bitio) **star:223** Highly optimized bit-level Reader and Writer for Go. [![godoc][D]](https://godoc.org/github.com/icza/bitio)
- [stats](https://github.com/go-playground/stats) **star:169** Monitors Go MemStats + System stats such as Memory, Swap and CPU and sends via UDP anywhere you want for logging etc... [![It hasn't been updated in recent three years][Y]](https://github.com/go-playground/stats) [![godoc][D]](https://godoc.org/github.com/go-playground/stats)
- [gtree](https://github.com/ddddddO/gtree) **star:157** Provide CLI, Package and Web for tree output and directories creation from Markdown or programmatically. [![There was an update last month][G]](https://github.com/ddddddO/gtree) [![godoc][D]](https://godoc.org/github.com/ddddddO/gtree)
- [captcha](https://github.com/steambap/captcha) **star:138** Package captcha provides an easy to use, unopinionated API for captcha generation. [![godoc][D]](https://godoc.org/github.com/steambap/captcha)
- [gotoprom](https://github.com/cabify/gotoprom) **star:108** Type-safe metrics builder wrapper library for the official Prometheus client. [![godoc][D]](https://godoc.org/github.com/cabify/gotoprom)
- [gommit](https://github.com/antham/gommit) **star:106** Analyze git commit messages to ensure they follow defined patterns. [![godoc][D]](https://godoc.org/github.com/antham/gommit)
- [indigo](https://github.com/osamingo/indigo) **star:104** Distributed unique ID generator of using Sonyflake and encoded by Base58. [![godoc][D]](https://godoc.org/github.com/osamingo/indigo)
- [faker](https://github.com/pioz/faker) **star:82** Random fake data and struct generator for Go. [![godoc][D]](https://godoc.org/github.com/pioz/faker)
- [morse](https://github.com/alwindoss/morse) **star:80** Library to convert to and from morse code. [![godoc][D]](https://godoc.org/github.com/alwindoss/morse)
- [persian](https://github.com/mavihq/persian) **star:76** Some utilities for Persian language in go. [![There was an update last month][G]](https://github.com/mavihq/persian) [![godoc][D]](https://godoc.org/github.com/mavihq/persian)
- [pdfgen](https://github.com/hyperboloide/pdfgen) **star:65** HTTP service to generate PDF from Json requests. [![It hasn't been updated in recent three years][Y]](https://github.com/hyperboloide/pdfgen) [![godoc][D]](https://godoc.org/github.com/hyperboloide/pdfgen)
- [xkg](https://github.com/go-xkg/xkg) **star:56** X Keyboard Grabber. [![It hasn't been updated in recent three years][Y]](https://github.com/go-xkg/xkg) [![godoc][D]](https://godoc.org/github.com/go-xkg/xkg)
- [datacounter](https://github.com/miolini/datacounter) **star:47** Go counters for readers/writer/http.ResponseWriter. [![godoc][D]](https://godoc.org/github.com/miolini/datacounter)
- [url-shortener](https://github.com/pantrif/url-shortener) **star:43** A modern, powerful, and robust URL shortener microservice with mysql support. [![godoc][D]](https://godoc.org/github.com/pantrif/url-shortener)
- [sandid](https://github.com/aofei/sandid) **star:41** Every grain of sand on earth has its own ID. [![godoc][D]](https://godoc.org/github.com/aofei/sandid)
- [autoflags](https://github.com/artyom/autoflags) **star:39** Go package to automatically define command line flags from struct fields. [![godoc][D]](https://godoc.org/github.com/artyom/autoflags)
- [shellwords](https://github.com/Wing924/shellwords) **star:21** A Golang library to manipulate strings according to the word parsing rules of the UNIX Bourne shell. [![godoc][D]](https://godoc.org/github.com/Wing924/shellwords)
- [numa](https://github.com/lrita/numa) **star:18** NUMA is a utility library, which is written in go. It help us to write some NUMA-AWARED code. [![godoc][D]](https://godoc.org/github.com/lrita/numa)
- [anagent](https://github.com/mudler/anagent) **star:15** Minimalistic, pluggable Golang evloop/timer handler with dependency-injection. [![It hasn't been updated in recent three years][Y]](https://github.com/mudler/anagent) [![godoc][D]](https://godoc.org/github.com/mudler/anagent)
- [avgRating](https://github.com/kirillDanshin/avgRating) **star:15** Calculate average score and rating based on Wilson Score Equation. [![It hasn't been updated in recent three years][Y]](https://github.com/kirillDanshin/avgRating) [![godoc][D]](https://godoc.org/github.com/kirillDanshin/avgRating)
- [hostutils](https://github.com/Wing924/hostutils) **star:12** A golang library for packing and unpacking FQDNs list. [![godoc][D]](https://godoc.org/github.com/Wing924/hostutils)
- [go-commandbus](https://github.com/lana/go-commandbus) **star:11** A slight and pluggable command-bus for Go. [![godoc][D]](https://godoc.org/github.com/lana/go-commandbus)
- [varint](https://github.com/chmike/varint) **star:10** A faster varying length integer encoder/decoder than the one provided in the standard library. [![godoc][D]](https://godoc.org/github.com/chmike/varint)
- [basexx](https://github.com/bobg/basexx) **star:4** Convert to, from, and between digit strings in various number bases. [![godoc][D]](https://godoc.org/github.com/bobg/basexx)
- [common](https://github.com/kubeservice-stack/common) **star:4** A library for server framework. [![godoc][D]](https://godoc.org/github.com/kubeservice-stack/common)
- [sitemap-format](https://github.com/mingard/sitemap-format) **star:4** A simple sitemap generator, with a little syntactic sugar. [![godoc][D]](https://godoc.org/github.com/mingard/sitemap-format)
- [whatlanggo](https://github.com/abadojack/whatlanggo) **star:597** Natural language detection package for Go. Supports 84 languages and 24 scripts (writing systems e.g. Latin, Cyrillic, etc). [![godoc][D]](https://godoc.org/github.com/abadojack/whatlanggo)
- [getlang](https://github.com/rylans/getlang) **star:160** Fast natural language detection package. [![godoc][D]](https://godoc.org/github.com/rylans/getlang)
- [guesslanguage](https://github.com/endeveit/guesslanguage) **star:57** Functions to determine the natural language of a unicode text. [![It hasn't been updated in recent three years][Y]](https://github.com/endeveit/guesslanguage) [![godoc][D]](https://godoc.org/github.com/endeveit/guesslanguage)
- [detectlanguage](https://github.com/detectlanguage/detectlanguage-go) **star:23** Language Detection API Go Client. Supports batch requests, short phrase or single word language detection. [![godoc][D]](https://godoc.org/github.com/detectlanguage/detectlanguage-go)
- [spaGO](https://github.com/nlpodyssey/spago) **star:1592** Self-contained Machine Learning and Natural Language Processing library in Go. [![godoc][D]](https://godoc.org/github.com/nlpodyssey/spago)
- [kagome](https://github.com/ikawaha/kagome) **star:756** JP morphological analyzer written in pure Go. [![godoc][D]](https://godoc.org/github.com/ikawaha/kagome)
- [nlp](https://github.com/james-bowman/nlp) **star:419** Go Natural Language Processing library supporting LSA (Latent Semantic Analysis). [![godoc][D]](https://godoc.org/github.com/james-bowman/nlp)
- [nlp](https://github.com/Shixzie/nlp) **star:384** Extract values from strings and fill your structs with nlp. [![It hasn't been updated in recent three years][Y]](https://github.com/Shixzie/nlp) [![godoc][D]](https://godoc.org/github.com/Shixzie/nlp) [![Archived][Archived]](https://github.com/Shixzie/nlp)
- [RAKE.go](https://github.com/afjoseph/RAKE.Go) **star:103** Go port of the Rapid Automatic Keyword Extraction Algorithm (RAKE). [![It hasn't been updated in recent three years][Y]](https://github.com/afjoseph/RAKE.Go) [![godoc][D]](https://godoc.org/github.com/afjoseph/RAKE.Go)
- [go-stem](https://github.com/agonopol/go-stem) **star:76** Implementation of the porter stemming algorithm. [![It hasn't been updated in recent three years][Y]](https://github.com/agonopol/go-stem) [![godoc][D]](https://godoc.org/github.com/agonopol/go-stem)
- [go2vec](https://github.com/danieldk/go2vec) **star:50** Reader and utility functions for word2vec embeddings. [![It hasn't been updated in recent three years][Y]](https://github.com/danieldk/go2vec) [![godoc][D]](https://godoc.org/github.com/danieldk/go2vec)
- [porter2](https://github.com/zhenjl/porter2) **star:46** Really fast Porter 2 stemmer. [![It hasn't been updated in recent three years][Y]](https://github.com/zhenjl/porter2) [![godoc][D]](https://godoc.org/github.com/zhenjl/porter2)
- [govader](https://github.com/jonreiter/govader) **star:37** Go implementation of [VADER Sentiment Analysis](https://github.com/cjhutto/vaderSentiment). [![godoc][D]](https://godoc.org/github.com/jonreiter/govader)
- [snowball](https://github.com/goodsign/snowball) **star:36** Snowball stemmer port (cgo wrapper) for Go. Provides word stem extraction functionality [Snowball native](http://snowball.tartarus.org/). [![It hasn't been updated in recent three years][Y]](https://github.com/goodsign/snowball)
- [paicehusk](https://github.com/rookii/paicehusk) **star:29** Golang implementation of the Paice/Husk Stemming Algorithm. [![It hasn't been updated in recent three years][Y]](https://github.com/rookii/paicehusk) [![godoc][D]](https://godoc.org/github.com/rookii/paicehusk)
- [golibstemmer](https://github.com/rjohnsondev/golibstemmer) **star:20** Go bindings for the snowball libstemmer library including porter 2. [![It hasn't been updated in recent three years][Y]](https://github.com/rjohnsondev/golibstemmer) [![godoc][D]](https://godoc.org/github.com/rjohnsondev/golibstemmer)
- [libtextcat](https://github.com/goodsign/libtextcat) **star:13** Cgo binding for libtextcat C library. Guaranteed compatibility with version 2.2. [![It hasn't been updated in recent three years][Y]](https://github.com/goodsign/libtextcat) [![godoc][D]](https://godoc.org/github.com/goodsign/libtextcat)
- [porter](https://github.com/a2800276/porter) **star:12** This is a fairly straightforward port of Martin Porter's C implementation of the Porter stemming algorithm. [![It hasn't been updated in recent three years][Y]](https://github.com/a2800276/porter) [![godoc][D]](https://godoc.org/github.com/a2800276/porter)
- [spelling-corrector](https://github.com/jorelosorio/spellingcorrector) **star:2** A spelling corrector for the Spanish language or create your own. [![godoc][D]](https://godoc.org/github.com/jorelosorio/spellingcorrector)
- [slug](https://github.com/gosimple/slug) **star:1021** URL-friendly slugify with multiple languages support. [![godoc][D]](https://godoc.org/github.com/gosimple/slug)
- [go-slugify](https://github.com/mozillazg/go-slugify) **star:88** Make pretty slug with multiple languages support. [![It hasn't been updated in recent three years][Y]](https://github.com/mozillazg/go-slugify) [![godoc][D]](https://godoc.org/github.com/mozillazg/go-slugify)
- [Slugify](https://github.com/avelino/slugify) **star:32** Go slugify application that handles string. [![It hasn't been updated in recent three years][Y]](https://github.com/avelino/slugify) [![godoc][D]](https://godoc.org/github.com/avelino/slugify)
- [prose](https://github.com/jdkato/prose) **star:3018** Library for text processing that supports tokenization, part-of-speech tagging, named-entity extraction, and more. English only. [![godoc][D]](https://godoc.org/github.com/jdkato/prose) [![Archived][Archived]](https://github.com/jdkato/prose)
- [gse](https://github.com/go-ego/gse) **star:2329** Go efficient text segmentation; support english, chinese, japanese and other. [![godoc][D]](https://godoc.org/github.com/go-ego/gse) [![Contains Chinese documents][CN]](https://github.com/go-ego/gse)
- [gojieba](https://github.com/yanyiwu/gojieba) **star:2231** This is a Go implementation of [jieba](https://github.com/fxsjy/jieba) which a Chinese word splitting algorithm. [![godoc][D]](https://godoc.org/github.com/yanyiwu/gojieba) [![Contains Chinese documents][CN]](https://github.com/yanyiwu/gojieba)
- [sentences](https://github.com/neurosnap/sentences) **star:389** Sentence tokenizer: converts text into a list of sentences. [![godoc][D]](https://godoc.org/github.com/neurosnap/sentences)
- [segment](https://github.com/blevesearch/segment) **star:79** Go library for performing Unicode Text Segmentation as described in [Unicode Standard Annex #29](https://www.unicode.org/reports/tr29/) [![godoc][D]](https://godoc.org/github.com/blevesearch/segment)
- [textcat](https://github.com/pebbe/textcat) **star:70** Go package for n-gram based text categorization, with support for utf-8 and raw text. [![godoc][D]](https://godoc.org/github.com/pebbe/textcat)
- [MMSEGO](https://github.com/awsong/MMSEGO) **star:62** This is a GO implementation of [MMSEG](http://technology.chtsai.org/mmseg/) which a Chinese word splitting algorithm. [![It hasn't been updated in recent three years][Y]](https://github.com/awsong/MMSEGO) [![godoc][D]](https://godoc.org/github.com/awsong/MMSEGO)
- [stemmer](https://github.com/dchest/stemmer) **star:50** Stemmer packages for Go programming language. Includes English and German stemmers. [![It hasn't been updated in recent three years][Y]](https://github.com/dchest/stemmer) [![godoc][D]](https://godoc.org/github.com/dchest/stemmer)
- [gotokenizer](https://github.com/xujiajun/gotokenizer) **star:18** A tokenizer based on the dictionary and Bigram language models for Golang. (Now only support chinese segmentation) [![It hasn't been updated in recent three years][Y]](https://github.com/xujiajun/gotokenizer) [![godoc][D]](https://godoc.org/github.com/xujiajun/gotokenizer)
- [shamoji](https://github.com/osamingo/shamoji) **star:13** The shamoji is word filtering package written in Go. [![godoc][D]](https://godoc.org/github.com/osamingo/shamoji)
- [go-pinyin](https://github.com/mozillazg/go-pinyin) **star:1478** CN Hanzi to Hanyu Pinyin converter. [![godoc][D]](https://godoc.org/github.com/mozillazg/go-pinyin)
- [gotext](https://github.com/leonelquinteros/gotext) **star:400** GNU gettext utilities for Go. [![godoc][D]](https://godoc.org/github.com/leonelquinteros/gotext)
- [go-localize](https://github.com/m1/go-localize) **star:54** Simple and easy to use i18n (Internationalization and localization) engine - used for translating locale strings. [![godoc][D]](https://godoc.org/github.com/m1/go-localize)
- [iuliia-go](https://github.com/mehanizm/iuliia-go) **star:39** Transliterate Cyrillic → Latin in every possible way. [![godoc][D]](https://godoc.org/github.com/mehanizm/iuliia-go)
- [go-mystem](https://github.com/dveselov/mystem) **star:31** CGo bindings to Yandex.Mystem - russian morphology analyzer. [![It hasn't been updated in recent three years][Y]](https://github.com/dveselov/mystem) [![godoc][D]](https://godoc.org/github.com/dveselov/mystem)
- [spreak](https://github.com/vorlif/spreak) **star:26** Flexible translation and humanization library for Go, based on the concepts behind gettext. [![godoc][D]](https://godoc.org/github.com/vorlif/spreak)
- [icu](https://github.com/goodsign/icu) **star:21** Cgo binding for icu4c C library detection and conversion functions. Guaranteed compatibility with version 50.1. [![It hasn't been updated in recent three years][Y]](https://github.com/goodsign/icu) [![godoc][D]](https://godoc.org/github.com/goodsign/icu)
- [t](https://github.com/youthlin/t) **star:16** Another i18n pkg for golang, which follows GNU gettext style and supports .po/.mo files: `t.T (gettext)`, `t.N (ngettext)`, etc. And it contains a cmd tool [xtemplate](https://github.com/youthlin/t/blob/main/cmd/xtemplate), which can extract messages as a pot file from text/html template. [![godoc][D]](https://godoc.org/github.com/youthlin/t) [![Contains Chinese documents][CN]](https://github.com/youthlin/t)
- [gounidecode](https://github.com/fiam/gounidecode) **star:79** Unicode transliterator (also known as unidecode) for Go. [![It hasn't been updated in recent three years][Y]](https://github.com/fiam/gounidecode) [![godoc][D]](https://godoc.org/github.com/fiam/gounidecode)
- [enca](https://github.com/endeveit/enca) **star:15** Minimal cgo bindings for [libenca](https://cihar.com/software/enca/), which detects character encodings. [![It hasn't been updated in recent three years][Y]](https://github.com/endeveit/enca) [![godoc][D]](https://godoc.org/github.com/endeveit/enca)
- [fasthttp](https://github.com/valyala/fasthttp) **star:20284** Package fasthttp is a fast HTTP implementation for Go, up to 10 times faster than net/http. [![There was an update last month][G]](https://github.com/valyala/fasthttp) [![godoc][D]](https://godoc.org/github.com/valyala/fasthttp)
- [kcptun](https://github.com/xtaci/kcptun) **star:13487** Extremely simple & fast udp tunnel based on KCP protocol. [![godoc][D]](https://godoc.org/github.com/xtaci/kcptun)
- [webrtc](https://github.com/pions/webrtc) **star:11829** A pure Go implementation of the WebRTC API. [![There was an update last month][G]](https://github.com/pions/webrtc) [![godoc][D]](https://godoc.org/github.com/pions/webrtc)
- [quic-go](https://github.com/lucas-clemente/quic-go) **star:8802** An implementation of the QUIC protocol in pure Go. [![There was an update last month][G]](https://github.com/lucas-clemente/quic-go) [![godoc][D]](https://godoc.org/github.com/lucas-clemente/quic-go)
- [gnet](https://github.com/panjf2000/gnet) **star:8102**`gnet` is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go. [![godoc][D]](https://godoc.org/github.com/panjf2000/gnet) [![Contains Chinese documents][CN]](https://github.com/panjf2000/gnet)
- [dns](https://github.com/miekg/dns) **star:7253** Go library for working with DNS. [![godoc][D]](https://godoc.org/github.com/miekg/dns)
- [gopacket](https://github.com/google/gopacket) **star:5850** Go library for packet processing with libpcap bindings. [![There was an update last month][G]](https://github.com/google/gopacket) [![godoc][D]](https://godoc.org/github.com/google/gopacket)
- [HTTPLab](https://github.com/gchaincl/httplab) **star:3922** HTTPLabs let you inspect HTTP requests and forge responses. [![godoc][D]](https://godoc.org/github.com/gchaincl/httplab)
- [kcp-go](https://github.com/xtaci/kcp-go) **star:3771** KCP - Fast and Reliable ARQ Protocol. [![godoc][D]](https://godoc.org/github.com/xtaci/kcp-go)
- [netpoll](https://github.com/cloudwego/netpoll) **star:3699** A high-performance non-blocking I/O networking framework, which focused on RPC scenarios, developed by ByteDance. [![There was an update last month][G]](https://github.com/cloudwego/netpoll) [![godoc][D]](https://godoc.org/github.com/cloudwego/netpoll) [![Contains Chinese documents][CN]](https://github.com/cloudwego/netpoll)
- [gobgp](https://github.com/osrg/gobgp) **star:3333** BGP implemented in the Go Programming Language. [![There was an update last month][G]](https://github.com/osrg/gobgp) [![godoc][D]](https://godoc.org/github.com/osrg/gobgp)
- [ssh](https://github.com/gliderlabs/ssh) **star:3168** Higher-level API for building SSH servers (wraps crypto/ssh). [![godoc][D]](https://godoc.org/github.com/gliderlabs/ssh)
- [fortio](https://github.com/fortio/fortio) **star:3043** Load testing library and command line tool, advanced echo server and web UI. Allows to specify a set query-per-second load and record latency histograms and other useful stats and graph them. Tcp, Http, gRPC. [![There was an update last month][G]](https://github.com/fortio/fortio) [![godoc][D]](https://godoc.org/github.com/fortio/fortio)
- [nbio](https://github.com/lesismal/nbio) **star:1796** Pure Go 1000k+ connections solution, support tls/http1.x/websocket and basically compatible with net/http, with high-performance and low memory cost, non-blocking, event-driven, easy-to-use. [![There was an update last month][G]](https://github.com/lesismal/nbio) [![godoc][D]](https://godoc.org/github.com/lesismal/nbio)
- [gev](https://github.com/Allenxuxu/gev) **star:1675** gev is a lightweight, fast non-blocking TCP network library based on Reactor mode. [![godoc][D]](https://godoc.org/github.com/Allenxuxu/gev)
- [go-getter](https://github.com/hashicorp/go-getter) **star:1540** Go library for downloading files or directories from various sources using a URL. [![There was an update last month][G]](https://github.com/hashicorp/go-getter) [![godoc][D]](https://godoc.org/github.com/hashicorp/go-getter)
- [sftp](https://github.com/pkg/sftp) **star:1400** Package sftp implements the SSH File Transfer Protocol as described in <https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt>. [![There was an update last month][G]](https://github.com/pkg/sftp) [![godoc][D]](https://godoc.org/github.com/pkg/sftp)
- [NFF-Go](https://github.com/intel-go/nff-go) **star:1323** Framework for rapid development of performant network functions for cloud and bare-metal (former YANFF). [![godoc][D]](https://godoc.org/github.com/intel-go/nff-go)
- [grab](https://github.com/cavaliercoder/grab) **star:1311** Go package for managing file downloads. [![godoc][D]](https://godoc.org/github.com/cavaliercoder/grab)
- [ftp](https://github.com/jlaffaye/ftp) **star:1173** Package ftp implements a FTP client as described in [RFC 959](https://tools.ietf.org/html/rfc959). [![godoc][D]](https://godoc.org/github.com/jlaffaye/ftp)
- [mqttPaho](https://eclipse.org/paho/clients/golang/) The Paho Go Client provides an MQTT client library for connection to MQTT brokers via TCP, TLS or WebSockets.
- [gosnmp](https://github.com/soniah/gosnmp) **star:1010** Native Go library for performing SNMP actions. [![godoc][D]](https://godoc.org/github.com/soniah/gosnmp)
- [vssh](https://github.com/yahoo/vssh) **star:919** Go library for building network and server automation over SSH protocol. [![godoc][D]](https://godoc.org/github.com/yahoo/vssh)
- [gmqtt](https://github.com/DrmagicE/gmqtt) **star:918** Gmqtt is a flexible, high-performance MQTT broker library that fully implements the MQTT protocol V3.1.1. [![godoc][D]](https://godoc.org/github.com/DrmagicE/gmqtt) [![Contains Chinese documents][CN]](https://github.com/DrmagicE/gmqtt)
- [cidranger](https://github.com/yl2chen/cidranger) **star:858** Fast IP to CIDR lookup for Go. [![godoc][D]](https://godoc.org/github.com/yl2chen/cidranger)
- [easytcp](https://github.com/DarthPestilane/easytcp) **star:750** A light-weight TCP framework written in Go (Golang), built with message router. EasyTCP helps you build a TCP server easily fast and less painful. [![godoc][D]](https://godoc.org/github.com/DarthPestilane/easytcp)
- [lhttp](https://github.com/fanux/lhttp) **star:690** Powerful websocket framework, build your IM server more easily. [![It hasn't been updated in recent three years][Y]](https://github.com/fanux/lhttp) [![godoc][D]](https://godoc.org/github.com/fanux/lhttp) [![Contains Chinese documents][CN]](https://github.com/fanux/lhttp)
- [peerdiscovery](https://github.com/schollz/peerdiscovery) **star:613** Pure Go library for cross-platform local peer discovery using UDP multicast. [![godoc][D]](https://godoc.org/github.com/schollz/peerdiscovery)
- [go-stun](https://github.com/ccding/go-stun) **star:604** Go implementation of the STUN client (RFC 3489 and RFC 5389). [![godoc][D]](https://godoc.org/github.com/ccding/go-stun)
- [gaio](https://github.com/xtaci/gaio) **star:520** High performance async-io networking for Golang in proactor mode. [![godoc][D]](https://godoc.org/github.com/xtaci/gaio)
- [tcp_server](https://github.com/firstrow/tcp_server) **star:423** Go library for building tcp servers faster. [![godoc][D]](https://godoc.org/github.com/firstrow/tcp_server) [![Archived][Archived]](https://github.com/firstrow/tcp_server)
- [raw](https://github.com/mdlayher/raw) **star:421** Package raw enables reading and writing data at the device driver level for a network interface. [![godoc][D]](https://godoc.org/github.com/mdlayher/raw) [![Archived][Archived]](https://github.com/mdlayher/raw)
- [winrm](https://github.com/masterzen/winrm) **star:409** Go WinRM client to remotely execute commands on Windows machines. [![godoc][D]](https://godoc.org/github.com/masterzen/winrm)
- [ftpserverlib](https://github.com/fclairamb/ftpserverlib) **star:378** Fully featured FTP server library. [![godoc][D]](https://godoc.org/github.com/fclairamb/ftpserverlib)
- [arp](https://github.com/mdlayher/arp) **star:340** Package arp implements the ARP protocol, as described in RFC 826. [![godoc][D]](https://godoc.org/github.com/mdlayher/arp)
- [dnsmonster](https://github.com/mosajjal/dnsmonster) **star:281** Passive DNS Capture/Monitoring Framework. [![There was an update last month][G]](https://github.com/mosajjal/dnsmonster) [![godoc][D]](https://godoc.org/github.com/mosajjal/dnsmonster)
- [buffstreams](https://github.com/stabbycutyou/buffstreams) **star:254** Streaming protocolbuffer data over TCP made easy. [![It hasn't been updated in recent three years][Y]](https://github.com/stabbycutyou/buffstreams) [![godoc][D]](https://godoc.org/github.com/stabbycutyou/buffstreams)
- [gNxI](https://github.com/google/gnxi) **star:246** A collection of tools for Network Management that use the gNMI and gNOI protocols. [![There was an update last month][G]](https://github.com/google/gnxi)
- [jazigo](https://github.com/udhos/jazigo) **star:195** Jazigo is a tool written in Go for retrieving configuration for multiple network devices. [![godoc][D]](https://godoc.org/github.com/udhos/jazigo)
- [utp](https://github.com/anacrolix/utp) **star:169** Go uTP micro transport protocol implementation. [![godoc][D]](https://godoc.org/github.com/anacrolix/utp)
- [tcpack](https://github.com/lim-yoona/tcpack) **star:168** tcpack is an application protocol based on TCP to Pack and Unpack bytes stream in go program. [![godoc][D]](https://godoc.org/github.com/lim-yoona/tcpack) [![Contains Chinese documents][CN]](https://github.com/lim-yoona/tcpack)
- [event](https://github.com/cheng-zhongliang/event) **star:153** Simple I/O event notification library written in Golang. [![There was an update last month][G]](https://github.com/cheng-zhongliang/event) [![godoc][D]](https://godoc.org/github.com/cheng-zhongliang/event)
- [xtcp](https://github.com/xfxdev/xtcp) **star:146** TCP Server Framework with simultaneous full duplex communication, graceful shutdown, and custom protocol. [![It hasn't been updated in recent three years][Y]](https://github.com/xfxdev/xtcp) [![godoc][D]](https://godoc.org/github.com/xfxdev/xtcp)
- [sslb](https://github.com/eduardonunesp/sslb) **star:145** It's a Super Simples Load Balancer, just a little project to achieve some kind of performance. [![godoc][D]](https://godoc.org/github.com/eduardonunesp/sslb)
- [iplib](https://github.com/c-robinson/iplib) **star:123** Library for working with IP addresses (net.IP, net.IPNet), inspired by python [ipaddress](https://docs.python.org/3/library/ipaddress.html) and ruby [ipaddr](https://ruby-doc.org/stdlib-2.5.1/libdoc/ipaddr/rdoc/IPAddr.html) [![godoc][D]](https://godoc.org/github.com/c-robinson/iplib)
- [gldap](https://github.com/jimlambrt/gldap) **star:100** gldap provides an ldap server implementation and you provide handlers for its ldap operations. [![godoc][D]](https://godoc.org/github.com/jimlambrt/gldap)
- [ether](https://github.com/songgao/ether) **star:79** Cross-platform Go package for sending and receiving ethernet frames. [![It hasn't been updated in recent three years][Y]](https://github.com/songgao/ether) [![godoc][D]](https://godoc.org/github.com/songgao/ether)
- [dhcp6](https://github.com/mdlayher/dhcp6) **star:76** Package dhcp6 implements a DHCPv6 server, as described in RFC 3315. [![godoc][D]](https://godoc.org/github.com/mdlayher/dhcp6)
- [packet](https://github.com/aerogo/packet) **star:75** Send packets over TCP and UDP. It can buffer messages and hot-swap connections if needed. [![It hasn't been updated in recent three years][Y]](https://github.com/aerogo/packet) [![godoc][D]](https://godoc.org/github.com/aerogo/packet)
- [go-powerdns](https://github.com/joeig/go-powerdns) **star:74** PowerDNS API bindings for Golang. [![godoc][D]](https://godoc.org/github.com/joeig/go-powerdns)
- [fullproxy](https://github.com/shoriwe/fullproxy) **star:66** A fully featured scriptable and daemon configurable proxy and pivoting toolkit with SOCKS5, HTTP, raw ports and reverse proxy protocols. [![godoc][D]](https://godoc.org/github.com/shoriwe/fullproxy)
- [portproxy](https://github.com/aybabtme/portproxy) **star:53** Simple TCP proxy which adds CORS support to API's which don't support it. [![It hasn't been updated in recent three years][Y]](https://github.com/aybabtme/portproxy) [![godoc][D]](https://godoc.org/github.com/aybabtme/portproxy)
- [linkio](https://github.com/ian-kent/linkio) **star:52** Network link speed simulation for Reader/Writer interfaces. [![It hasn't been updated in recent three years][Y]](https://github.com/ian-kent/linkio) [![godoc][D]](https://godoc.org/github.com/ian-kent/linkio)
- [golibwireshark](https://github.com/sunwxg/golibwireshark) **star:29** Package golibwireshark use libwireshark library to decode pcap file and analyse dissection data. [![It hasn't been updated in recent three years][Y]](https://github.com/sunwxg/golibwireshark) [![godoc][D]](https://godoc.org/github.com/sunwxg/golibwireshark)
- [graval](https://github.com/koofr/graval) **star:28** Experimental FTP server framework. [![It hasn't been updated in recent three years][Y]](https://github.com/koofr/graval) [![godoc][D]](https://godoc.org/github.com/koofr/graval)
- [publicip](https://github.com/polera/publicip) **star:27** Package publicip returns your public facing IPv4 address (internet egress). [![It hasn't been updated in recent three years][Y]](https://github.com/polera/publicip) [![godoc][D]](https://godoc.org/github.com/polera/publicip)
- [httpproxy](https://github.com/wzshiming/httpproxy) **star:20** HTTP proxy handler and dialer. [![godoc][D]](https://godoc.org/github.com/wzshiming/httpproxy)
- [goshark](https://github.com/sunwxg/goshark) **star:16** Package goshark use tshark to decode IP packet and create data struct to analyse packet. [![It hasn't been updated in recent three years][Y]](https://github.com/sunwxg/goshark) [![godoc][D]](https://godoc.org/github.com/sunwxg/goshark)
- [llb](https://github.com/kirillDanshin/llb) **star:14** It's a very simple but quick backend for proxy servers. Can be useful for fast redirection to predefined domain with zero memory allocation and fast response. [![It hasn't been updated in recent three years][Y]](https://github.com/kirillDanshin/llb) [![godoc][D]](https://godoc.org/github.com/kirillDanshin/llb)
- [tspool](https://github.com/two/tspool) **star:14** A TCP Library use worker pool to improve performance and protect your server. [![It hasn't been updated in recent three years][Y]](https://github.com/two/tspool) [![godoc][D]](https://godoc.org/github.com/two/tspool)
- [gnet](https://github.com/fish-tennis/gnet) **star:12**`gnet` is a high-performance networking framework,especially for game servers. [![godoc][D]](https://godoc.org/github.com/fish-tennis/gnet) [![Contains Chinese documents][CN]](https://github.com/fish-tennis/gnet)
- [go-sse](https://github.com/lampctl/go-sse) **star:6** Go client and server implementation of HTML server-sent events. [![godoc][D]](https://godoc.org/github.com/lampctl/go-sse)
- [resty](https://github.com/go-resty/resty) **star:8552** Simple HTTP and REST client for Go inspired by Ruby rest-client. [![godoc][D]](https://godoc.org/github.com/go-resty/resty)
- [req](https://github.com/imroc/req) **star:3709** Simple Go HTTP client with Black Magic (Less code and More efficiency). [![godoc][D]](https://godoc.org/github.com/imroc/req)
- [heimdall](https://github.com/gojektech/heimdall) **star:2507** An enhanced http client with retry and hystrix capabilities. [![godoc][D]](https://godoc.org/github.com/gojektech/heimdall)
- [grequests](https://github.com/levigross/grequests) **star:1991** A Go "clone" of the great and famous Requests library. [![godoc][D]](https://godoc.org/github.com/levigross/grequests)
- [go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) **star:1695** Retryable HTTP client in Go. [![godoc][D]](https://godoc.org/github.com/hashicorp/go-retryablehttp)
- [sling](https://github.com/dghubble/sling) **star:1604** Sling is a Go HTTP client library for creating and sending API requests. [![godoc][D]](https://godoc.org/github.com/dghubble/sling)
- [requests](https://github.com/carlmjohnson/requests) **star:1244** HTTP requests for Gophers. Uses context.Context and doesn't hide the underlying net/http.Client, making it compatible with standard Go APIs. Also includes testing tools. [![godoc][D]](https://godoc.org/github.com/carlmjohnson/requests)
- [pester](https://github.com/sethgrid/pester) **star:623** Go HTTP client calls with retries, backoff, and concurrency. [![godoc][D]](https://godoc.org/github.com/sethgrid/pester)
- [go-cleanhttp](https://github.com/hashicorp/go-cleanhttp) **star:340** Get easily stdlib HTTP client, which does not share any state with other clients. [![godoc][D]](https://godoc.org/github.com/hashicorp/go-cleanhttp)
- [request](https://github.com/monaco-io/request) **star:262** HTTP client for golang. If you have experience about axios or requests, you will love it. No 3rd dependency. [![godoc][D]](https://godoc.org/github.com/monaco-io/request)
- [go-otelroundtripper](https://github.com/NdoleStudio/go-otelroundtripper) **star:73** Go http.RoundTripper that emits open telemetry metrics for HTTP requests. [![godoc][D]](https://godoc.org/github.com/NdoleStudio/go-otelroundtripper)
- [go-http-client](https://github.com/bozd4g/go-http-client) **star:63** Make http calls simply and easily. [![godoc][D]](https://godoc.org/github.com/bozd4g/go-http-client)
- [go-zoox/fetch](https://github.com/go-zoox/fetch) **star:55** A Powerful, Lightweight, Easy Http Client, inspired by Web Fetch API. [![godoc][D]](https://godoc.org/github.com/go-zoox/fetch)
- [rq](https://github.com/ddo/rq) **star:50** A nicer interface for golang stdlib HTTP client. [![It hasn't been updated in recent three years][Y]](https://github.com/ddo/rq) [![godoc][D]](https://godoc.org/github.com/ddo/rq)
- [httpretry](https://github.com/ybbus/httpretry) **star:40** Enriches the default go HTTP client with retry functionality. [![godoc][D]](https://godoc.org/github.com/ybbus/httpretry)
- [fast-shot](https://github.com/opus-domini/fast-shot) **star:5** Hit your API targets with rapid-fire precision using Go's fastest and simple HTTP Client. [![There was an update last month][G]](https://github.com/opus-domini/fast-shot) [![godoc][D]](https://godoc.org/github.com/opus-domini/fast-shot)
- [glfw](https://github.com/go-gl/glfw) **star:1442** Go bindings for GLFW 3.
- [gl](https://github.com/go-gl/gl) **star:990** Go bindings for OpenGL (generated via glow). [![There was an update last month][G]](https://github.com/go-gl/gl)
- [mathgl](https://github.com/go-gl/mathgl) **star:506** Pure Go math package specialized for 3D math, with inspiration from GLM. [![There was an update last month][G]](https://github.com/go-gl/mathgl) [![godoc][D]](https://godoc.org/github.com/go-gl/mathgl)
- [goxjs/glfw](https://github.com/goxjs/glfw) **star:79** Go cross-platform glfw library for creating an OpenGL context and receiving events. [![godoc][D]](https://godoc.org/github.com/goxjs/glfw)
- [go-glmatrix](https://github.com/technohippy/go-glmatrix) **star:7** Go port of [glMatrix](https://glmatrix.net/) library. [![godoc][D]](https://godoc.org/github.com/technohippy/go-glmatrix)
- [GORM](https://github.com/go-gorm/gorm) **star:33901** The fantastic ORM library for Golang, aims to be developer friendly. [![There was an update last month][G]](https://github.com/go-gorm/gorm) [![godoc][D]](https://godoc.org/github.com/go-gorm/gorm)
- [ent](https://github.com/facebook/ent) **star:14221** An entity framework for Go. Simple, yet powerful ORM for modeling and querying data. [![There was an update last month][G]](https://github.com/facebook/ent) [![godoc][D]](https://godoc.org/github.com/facebook/ent)
- [SQLBoiler](https://github.com/volatiletech/sqlboiler) **star:6078** ORM generator. Generate a featureful and blazing-fast ORM tailored to your database schema. [![godoc][D]](https://godoc.org/github.com/volatiletech/sqlboiler)
- [gorp](https://github.com/go-gorp/gorp) **star:3690** Go Relational Persistence, ORM-ish library for Go. [![godoc][D]](https://godoc.org/github.com/go-gorp/gorp)
- [upper.io/db](https://github.com/upper/db) **star:3395** Single interface for interacting with different data sources through the use of adapters that wrap mature database drivers. [![godoc][D]](https://godoc.org/github.com/upper/db)
- [bun](https://github.com/uptrace/bun) **star:2557** SQL-first Golang ORM. Successor of go-pg. [![There was an update last month][G]](https://github.com/uptrace/bun) [![godoc][D]](https://godoc.org/github.com/uptrace/bun)
- [gormt](https://github.com/xxjwxc/gormt) **star:2257** Mysql database to golang gorm struct. [![godoc][D]](https://godoc.org/github.com/xxjwxc/gormt)
- [Prisma](https://github.com/prisma/prisma-client-go) **star:1685** Prisma Client Go, Typesafe database access for Go. [![There was an update last month][G]](https://github.com/prisma/prisma-client-go) [![godoc][D]](https://godoc.org/github.com/prisma/prisma-client-go)
- [reform](https://github.com/go-reform/reform) **star:1422** Better ORM for Go, based on non-empty interfaces and code generation. [![godoc][D]](https://godoc.org/github.com/go-reform/reform)
- [pop/soda](https://github.com/gobuffalo/pop) **star:1384** Database migration, creation, ORM, etc... for MySQL, PostgreSQL, and SQLite. [![godoc][D]](https://godoc.org/github.com/gobuffalo/pop)
- [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) **star:1110** A flexible and powerful SQL string builder library plus a zero-config ORM. [![godoc][D]](https://godoc.org/github.com/huandu/go-sqlbuilder)
- [rel](https://github.com/go-rel/rel) **star:687** Modern Database Access Layer for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API. [![There was an update last month][G]](https://github.com/go-rel/rel) [![godoc][D]](https://godoc.org/github.com/go-rel/rel)
- [Zoom](https://github.com/albrow/zoom) **star:304** Blazing-fast datastore and querying engine built on Redis. [![godoc][D]](https://godoc.org/github.com/albrow/zoom)
- [go-sql](https://github.com/rushteam/gosql) **star:176** A easy ORM for mysql. [![godoc][D]](https://godoc.org/github.com/rushteam/gosql)
- [grimoire](https://github.com/Fs02/grimoire) **star:160** Grimoire is a database access layer and validation for golang. (Support: MySQL, PostgreSQL and SQLite3). [![godoc][D]](https://godoc.org/github.com/Fs02/grimoire)
- [go-store](https://github.com/gosuri/go-store) **star:112** Simple and fast Redis backed key-value store library for Go. [![It hasn't been updated in recent three years][Y]](https://github.com/gosuri/go-store) [![godoc][D]](https://godoc.org/github.com/gosuri/go-store)
- [go-firestorm](https://github.com/jschoedt/go-firestorm) **star:47** A simple ORM for Google/Firebase Cloud Firestore. [![godoc][D]](https://godoc.org/github.com/jschoedt/go-firestorm)
- [cacheme](https://github.com/Yiling-J/cacheme-go) **star:23** Schema based, typed Redis caching/memoize framework for Go. [![godoc][D]](https://godoc.org/github.com/Yiling-J/cacheme-go) [![Contains Chinese documents][CN]](https://github.com/Yiling-J/cacheme-go)
- [marlow](https://github.com/marlow/marlow) **star:15** Generated ORM from project structs for compile time safety assurances. [![It hasn't been updated in recent three years][Y]](https://github.com/marlow/marlow) [![godoc][D]](https://godoc.org/github.com/marlow/marlow)
- [lore](https://github.com/abrahambotros/lore) **star:14** Simple and lightweight pseudo-ORM/pseudo-struct-mapping environment for Go. [![It hasn't been updated in recent three years][Y]](https://github.com/abrahambotros/lore) [![godoc][D]](https://godoc.org/github.com/abrahambotros/lore)
- [go-dbw](https://github.com/hashicorp/go-dbw) **star:8** A simple package that encapsulates database operations. [![There was an update last month][G]](https://github.com/hashicorp/go-dbw) [![godoc][D]](https://godoc.org/github.com/hashicorp/go-dbw)
- [go modules](https://golang.org/cmd/go/#hdr-Modules__module_versions__and_more) Modules are the unit of source code interchange and versioning. The go command has direct support for working with modules, including recording and resolving dependencies on other modules.
- [dep](https://github.com/golang/dep) **star:12931** Go dependency tool. [![It hasn't been updated in recent three years][Y]](https://github.com/golang/dep) [![godoc][D]](https://godoc.org/github.com/golang/dep) [![Archived][Archived]](https://github.com/golang/dep)
- [glide](https://github.com/Masterminds/glide) **star:8166** Manage your golang vendor and vendored packages with ease. Inspired by tools like Maven, Bundler, and Pip. [![godoc][D]](https://godoc.org/github.com/Masterminds/glide)
- [godep](https://github.com/tools/godep) **star:5568** dependency tool for go, godep helps build packages reproducibly by fixing their dependencies. [![It hasn't been updated in recent three years][Y]](https://github.com/tools/godep) [![godoc][D]](https://godoc.org/github.com/tools/godep) [![Archived][Archived]](https://github.com/tools/godep)
- [govendor](https://github.com/kardianos/govendor) **star:4944** Go Package Manager. Go vendor tool that works with the standard vendor file. [![It hasn't been updated in recent three years][Y]](https://github.com/kardianos/govendor) [![godoc][D]](https://godoc.org/github.com/kardianos/govendor) [![Archived][Archived]](https://github.com/kardianos/govendor)
- [gopm](https://github.com/gpmgo/gopm) **star:2473** Go Package Manager. [![It hasn't been updated in recent three years][Y]](https://github.com/gpmgo/gopm) [![godoc][D]](https://godoc.org/github.com/gpmgo/gopm) [![Archived][Archived]](https://github.com/gpmgo/gopm)
- [gom](https://github.com/mattn/gom) **star:1389** Go Manager - bundle for go. [![It hasn't been updated in recent three years][Y]](https://github.com/mattn/gom) [![godoc][D]](https://godoc.org/github.com/mattn/gom) [![Archived][Archived]](https://github.com/mattn/gom)
- [gpm](https://github.com/pote/gpm) **star:1196** Barebones dependency manager for Go. [![It hasn't been updated in recent three years][Y]](https://github.com/pote/gpm)
- [goop](https://github.com/nitrous-io/goop) **star:780** Simple dependency manager for Go (golang), inspired by Bundler. [![It hasn't been updated in recent three years][Y]](https://github.com/nitrous-io/goop) [![godoc][D]](https://godoc.org/github.com/nitrous-io/goop)
- [nut](https://github.com/jingweno/nut) **star:234** Vendor Go dependencies. [![It hasn't been updated in recent three years][Y]](https://github.com/jingweno/nut) [![godoc][D]](https://godoc.org/github.com/jingweno/nut)
- [gup](https://github.com/nao1215/gup) **star:226** Update binaries installed by "go install". [![There was an update last month][G]](https://github.com/nao1215/gup) [![godoc][D]](https://godoc.org/github.com/nao1215/gup)
- [johnny-deps](https://github.com/VividCortex/johnny-deps) **star:214** Minimal dependency version using Git. [![Archived][Archived]](https://github.com/VividCortex/johnny-deps)
- [mvn-golang](https://github.com/raydac/mvn-golang) **star:156** plugin that provides way for auto-loading of Golang SDK, dependency management and start build environment in Maven project infrastructure.
- [VenGO](https://github.com/DamnWidget/VenGO) **star:123** create and manage exportable isolated go virtual environments. [![It hasn't been updated in recent three years][Y]](https://github.com/DamnWidget/VenGO) [![godoc][D]](https://godoc.org/github.com/DamnWidget/VenGO)
- [gop](https://github.com/lunny/gop) **star:50** Build and manage your Go applications out of GOPATH. [![It hasn't been updated in recent three years][Y]](https://github.com/lunny/gop) [![godoc][D]](https://godoc.org/github.com/lunny/gop) [![Contains Chinese documents][CN]](https://github.com/lunny/gop) [![Archived][Archived]](https://github.com/lunny/gop)
- [jaeger](https://github.com/jaegertracing/jaeger) **star:18535** A distributed tracing system. [![There was an update last month][G]](https://github.com/jaegertracing/jaeger) [![godoc][D]](https://godoc.org/github.com/jaegertracing/jaeger)
- [pixie](https://github.com/pixie-labs/pixie) **star:4944** No instrumentation tracing for Golang applications via eBPF. [![There was an update last month][G]](https://github.com/pixie-labs/pixie)
- [statsviz](https://github.com/arl/statsviz) **star:2991** Live visualization of your Go application runtime statistics. [![godoc][D]](https://godoc.org/github.com/arl/statsviz)
- [profile](https://github.com/pkg/profile) **star:1909** Simple profiling support package for Go. [![godoc][D]](https://godoc.org/github.com/pkg/profile)
- [go-instrument](https://github.com/nikolaydubina/go-instrument) **star:105** Automatically add spans to all methods and functions. [![godoc][D]](https://godoc.org/github.com/nikolaydubina/go-instrument)
- [graphql-go](https://github.com/graphql-go/graphql) **star:9460** Implementation of GraphQL for Go. [![There was an update last month][G]](https://github.com/graphql-go/graphql) [![godoc][D]](https://godoc.org/github.com/graphql-go/graphql)
- [gqlgen](https://github.com/99designs/gqlgen) **star:9257** go generate based graphql server library. [![There was an update last month][G]](https://github.com/99designs/gqlgen) [![godoc][D]](https://godoc.org/github.com/99designs/gqlgen)
- [dasel](https://github.com/tomwright/dasel) **star:4594** Query and update data structures using selectors from the command line. Comparable to jq/yq but supports JSON, YAML, TOML and XML with zero runtime dependencies. [![godoc][D]](https://godoc.org/github.com/tomwright/dasel)
- [graphql](https://github.com/neelance/graphql-go) **star:4537** GraphQL server with a focus on ease of use. [![godoc][D]](https://godoc.org/github.com/neelance/graphql-go)
- [gojsonq](https://github.com/thedevsaddam/gojsonq) **star:2111** A simple Go package to Query over JSON Data. [![godoc][D]](https://godoc.org/github.com/thedevsaddam/gojsonq)
- [rql](https://github.com/a8m/rql) **star:315** Resource Query Language for REST API. [![godoc][D]](https://godoc.org/github.com/a8m/rql)
- [rqp](https://github.com/timsolov/rest-query-parser) **star:59** Query Parser for REST API. Filtering, validations, both `AND`, `OR` operations are supported directly in the query. [![godoc][D]](https://godoc.org/github.com/timsolov/rest-query-parser)
- [goven](https://github.com/SeldonIO/goven) **star:56** A drop-in query language for any database schema. [![godoc][D]](https://godoc.org/github.com/SeldonIO/goven)
- [straf](https://github.com/SonicRoshan/straf) **star:36** Easily Convert Golang structs to GraphQL objects. [![It hasn't been updated in recent three years][Y]](https://github.com/SonicRoshan/straf) [![godoc][D]](https://godoc.org/github.com/SonicRoshan/straf)
- [mql](https://github.com/hashicorp/mql) **star:21** Model Query Language (mql) is a query language for your database models. [![godoc][D]](https://godoc.org/github.com/hashicorp/mql)
- [jsonpath](https://github.com/AsaiYusuke/jsonpath) **star:19** A query library for retrieving part of JSON based on JSONPath syntax. [![There was an update last month][G]](https://github.com/AsaiYusuke/jsonpath) [![godoc][D]](https://godoc.org/github.com/AsaiYusuke/jsonpath)
- [gws](https://github.com/Zaba505/gws) **star:7** Apollos' "GraphQL over Websocket" client and server implementation. [![It hasn't been updated in recent three years][Y]](https://github.com/Zaba505/gws) [![godoc][D]](https://godoc.org/github.com/Zaba505/gws)
- [grapher](https://github.com/reaganiwadha/grapher) **star:3** A GraphQL field builder utilizing Go generics with extra utilities and features. [![godoc][D]](https://godoc.org/github.com/reaganiwadha/grapher)
- [statik](https://github.com/rakyll/statik) **star:3666** Embeds static files into a Go executable. [![godoc][D]](https://godoc.org/github.com/rakyll/statik)
- [packr](https://github.com/gobuffalo/packr) **star:3406** The simple and easy way to embed static files into Go binaries. [![godoc][D]](https://godoc.org/github.com/gobuffalo/packr) [![Archived][Archived]](https://github.com/gobuffalo/packr)
- [go.rice](https://github.com/GeertJohan/go.rice) **star:2378** go.rice is a Go package that makes working with resources such as HTML, JS, CSS, images, and templates very easy. [![godoc][D]](https://godoc.org/github.com/GeertJohan/go.rice)
- [vfsgen](https://github.com/shurcooL/vfsgen) **star:980** Generates a vfsdata.go file that statically implements the given virtual filesystem. [![godoc][D]](https://godoc.org/github.com/shurcooL/vfsgen)
- [esc](https://github.com/mjibson/esc) **star:638** Embeds files into Go programs and provides http.FileSystem interfaces to them. [![godoc][D]](https://godoc.org/github.com/mjibson/esc) [![Archived][Archived]](https://github.com/mjibson/esc)
- [fileb0x](https://github.com/UnnoTed/fileb0x) **star:632** Simple tool to embed files in go with focus on "customization" and ease to use. [![godoc][D]](https://godoc.org/github.com/UnnoTed/fileb0x)
- [statics](https://github.com/go-playground/statics) **star:67** Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks. [![It hasn't been updated in recent three years][Y]](https://github.com/go-playground/statics) [![godoc][D]](https://godoc.org/github.com/go-playground/statics)
- [templify](https://github.com/wlbr/templify) **star:30** Embed external template files into Go code to create single file binaries. [![godoc][D]](https://godoc.org/github.com/wlbr/templify)
- [rebed](https://github.com/soypat/rebed) **star:28** Recreate folder structures and files from Go 1.16's `embed.FS` type [![godoc][D]](https://godoc.org/github.com/soypat/rebed)
- [debme](https://github.com/leaanthony/debme) **star:25** Create an `embed.FS` from an existing `embed.FS` subdirectory. [![godoc][D]](https://godoc.org/github.com/leaanthony/debme)
- [mule](https://github.com/wlbr/mule) **star:12** Embed external resources like images, movies ... into Go source code to create single file binaries using `go generate`. Focused on simplicity. [![godoc][D]](https://godoc.org/github.com/wlbr/mule)
- [gonum](https://github.com/gonum/gonum) **star:6882** Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more. [![There was an update last month][G]](https://github.com/gonum/gonum) [![godoc][D]](https://godoc.org/github.com/gonum/gonum)
- [stats](https://github.com/montanaflynn/stats) **star:2825** Statistics package with common functions missing from the Golang standard library. [![godoc][D]](https://godoc.org/github.com/montanaflynn/stats)
- [gonum/plot](https://github.com/gonum/plot) **star:2533** gonum/plot provides an API for building and drawing plots in Go. [![godoc][D]](https://godoc.org/github.com/gonum/plot)
- [gosl](https://github.com/cpmech/gosl) **star:1774** Go scientific library for linear algebra, FFT, geometry, NURBS, numerical methods, probabilities, optimisation, differential equations, and more. [![godoc][D]](https://godoc.org/github.com/cpmech/gosl)
- [streamtools](https://github.com/nytlabs/streamtools) **star:1311** general purpose, graphical tool for dealing with streams of data. [![godoc][D]](https://godoc.org/github.com/nytlabs/streamtools)
- [dataframe-go](https://github.com/rocketlaunchr/dataframe-go) **star:1054** Dataframes for machine-learning and statistics (similar to pandas). [![godoc][D]](https://godoc.org/github.com/rocketlaunchr/dataframe-go)
- [go-dsp](https://github.com/mjibson/go-dsp) **star:831** Digital Signal Processing for Go. [![godoc][D]](https://godoc.org/github.com/mjibson/go-dsp)
- [chart](https://github.com/vdobler/chart) **star:753** Simple Chart Plotting library for Go. Supports many graphs types. [![godoc][D]](https://godoc.org/github.com/vdobler/chart)
- [orb](https://github.com/paulmach/orb) **star:745** 2D geometry types with clipping, GeoJSON and Mapbox Vector Tile support. [![godoc][D]](https://godoc.org/github.com/paulmach/orb)
- [goraph](https://github.com/gyuho/goraph) **star:723** Pure Go graph theory library(data structure, algorithm visualization). [![godoc][D]](https://godoc.org/github.com/gyuho/goraph)
- [calendarheatmap](https://github.com/nikolaydubina/calendarheatmap) **star:381** Calendar heatmap in plain Go inspired by Github contribution activity. [![godoc][D]](https://godoc.org/github.com/nikolaydubina/calendarheatmap)
- [TextRank](https://github.com/DavidBelicza/TextRank) **star:185** TextRank implementation in Golang with extendable features (summarization, weighting, phrase extraction) and multithreading (goroutine) support. [![godoc][D]](https://godoc.org/github.com/DavidBelicza/TextRank)
- [gohistogram](https://github.com/VividCortex/gohistogram) **star:172** Approximate histograms for data streams. [![godoc][D]](https://godoc.org/github.com/VividCortex/gohistogram) [![Archived][Archived]](https://github.com/VividCortex/gohistogram)
- [sparse](https://github.com/james-bowman/sparse) **star:145** Go Sparse matrix formats for linear algebra supporting scientific and machine learning applications, compatible with gonum matrix libraries. [![godoc][D]](https://godoc.org/github.com/james-bowman/sparse)
- [go-estimate](https://github.com/milosgajdos/go-estimate) **star:104** State estimation and filtering algorithms in Go. [![godoc][D]](https://godoc.org/github.com/milosgajdos/go-estimate)
- [geom](https://github.com/skelterjohn/geom) **star:55** 2D geometry for golang. [![It hasn't been updated in recent three years][Y]](https://github.com/skelterjohn/geom) [![godoc][D]](https://godoc.org/github.com/skelterjohn/geom)
- [evaler](https://github.com/soniah/evaler) **star:52** Simple floating point arithmetic expression evaluator. [![It hasn't been updated in recent three years][Y]](https://github.com/soniah/evaler) [![godoc][D]](https://godoc.org/github.com/soniah/evaler)
- [gograph](https://github.com/hmdsefi/gograph) **star:38** A golang generic graph library that provides mathematical graph-theory and algorithms. [![godoc][D]](https://godoc.org/github.com/hmdsefi/gograph)
- [triangolatte](https://github.com/tchayen/triangolatte) **star:35** 2D triangulation library. Allows translating lines and polygons (both based on points) to the language of GPUs. [![godoc][D]](https://godoc.org/github.com/tchayen/triangolatte)
- [goent](https://github.com/kzahedi/goent) **star:33** GO Implementation of Entropy Measures. [![It hasn't been updated in recent three years][Y]](https://github.com/kzahedi/goent) [![godoc][D]](https://godoc.org/github.com/kzahedi/goent)
- [ode](https://github.com/ChristopherRabotin/ode) **star:21** Ordinary differential equation (ODE) solver which supports extended states and channel-based iteration stop conditions. [![It hasn't been updated in recent three years][Y]](https://github.com/ChristopherRabotin/ode) [![godoc][D]](https://godoc.org/github.com/ChristopherRabotin/ode)
- [GoStats](https://github.com/OGFris/GoStats) **star:20** GoStats is an Open Source GoLang library for math statistics mostly used in Machine Learning domains, it covers most of the Statistical measures functions. [![It hasn't been updated in recent three years][Y]](https://github.com/OGFris/GoStats) [![godoc][D]](https://godoc.org/github.com/OGFris/GoStats)
- [PiHex](https://github.com/claygod/PiHex) **star:20** Implementation of the "Bailey-Borwein-Plouffe" algorithm for the hexadecimal number Pi. [![godoc][D]](https://godoc.org/github.com/claygod/PiHex)
- [assocentity](https://github.com/ndabAP/assocentity) **star:12** Package assocentity returns the average distance from words to a given entity. [![godoc][D]](https://godoc.org/github.com/ndabAP/assocentity)
- [go-gt](https://github.com/ThePaw/go-gt) **star:10** Graph theory algorithms written in "Go" language. [![It hasn't been updated in recent three years][Y]](https://github.com/ThePaw/go-gt) [![godoc][D]](https://godoc.org/github.com/ThePaw/go-gt)
- [rootfinding](https://github.com/khezen/rootfinding) **star:10** root-finding algorithms library for finding roots of quadratic functions. [![It hasn't been updated in recent three years][Y]](https://github.com/khezen/rootfinding) [![godoc][D]](https://godoc.org/github.com/khezen/rootfinding)
- [bradleyterry](https://github.com/seanhagen/bradleyterry) **star:8** Provides a Bradley-Terry Model for pairwise comparisons. [![It hasn't been updated in recent three years][Y]](https://github.com/seanhagen/bradleyterry) [![godoc][D]](https://godoc.org/github.com/seanhagen/bradleyterry)
- [age](https://github.com/FiloSottile/age) **star:14247** A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability. [![godoc][D]](https://godoc.org/github.com/FiloSottile/age)
- [lego](https://github.com/go-acme/lego) **star:6500** Pure Go ACME client library and CLI tool (for use with Let's Encrypt). [![There was an update last month][G]](https://github.com/go-acme/lego) [![godoc][D]](https://godoc.org/github.com/go-acme/lego)
- [CertMagic](https://github.com/caddyserver/certmagic) **star:4647** Mature, robust, and powerful ACME client integration for fully-managed TLS certificate issuance and renewal. [![godoc][D]](https://godoc.org/github.com/caddyserver/certmagic)
- [Cameradar](https://github.com/Ullaakut/cameradar) **star:3560** Tool and library to remotely hack RTSP streams from surveillance cameras. [![godoc][D]](https://godoc.org/github.com/Ullaakut/cameradar)
- [memguard](https://github.com/awnumar/memguard) **star:2405** A pure Go library for handling sensitive values in memory. [![godoc][D]](https://godoc.org/github.com/awnumar/memguard)
- [secure](https://github.com/unrolled/secure) **star:2156** HTTP middleware for Go that facilitates some quick security wins. [![godoc][D]](https://godoc.org/github.com/unrolled/secure)
- [themis](https://github.com/cossacklabs/themis) **star:1759** high-level cryptographic library for solving typical data security tasks (secure data storage, secure messaging, zero-knowledge proof authentication), available for 14 languages, best fit for multi-platform apps. [![There was an update last month][G]](https://github.com/cossacklabs/themis)
- [Coraza](https://github.com/corazawaf/coraza) **star:1454** Enterprise-ready, modsecurity and OWASP CRS compatible WAF library. [![There was an update last month][G]](https://github.com/corazawaf/coraza) [![godoc][D]](https://godoc.org/github.com/corazawaf/coraza)
- [acra](https://github.com/cossacklabs/acra) **star:1224** Network encryption proxy to protect database-based applications from data leaks: strong selective encryption, SQL injections prevention, intrusion detection system. [![There was an update last month][G]](https://github.com/cossacklabs/acra) [![godoc][D]](https://godoc.org/github.com/cossacklabs/acra)
- [dongle](https://github.com/golang-module/dongle) **star:778** A simple, semantic and developer-friendly golang package for encoding&decoding and encryption&decryption. [![godoc][D]](https://godoc.org/github.com/golang-module/dongle) [![Contains Chinese documents][CN]](https://github.com/golang-module/dongle)
- [nacl](https://github.com/kevinburke/nacl) **star:537** Go implementation of the NaCL set of API's. [![godoc][D]](https://godoc.org/github.com/kevinburke/nacl)
- [go-password-validator](https://github.com/lane-c-wagner/go-password-validator) **star:439** Password validator based on raw cryptographic entropy values. [![godoc][D]](https://godoc.org/github.com/lane-c-wagner/go-password-validator)
- [ssh-vault](https://github.com/ssh-vault/ssh-vault) **star:397** encrypt/decrypt using ssh keys. [![There was an update last month][G]](https://github.com/ssh-vault/ssh-vault) [![godoc][D]](https://godoc.org/github.com/ssh-vault/ssh-vault)
- [booster](https://github.com/anatol/booster) **star:396** Fast initramfs generator with full-disk encryption support. [![There was an update last month][G]](https://github.com/anatol/booster) [![godoc][D]](https://godoc.org/github.com/anatol/booster)
- [optimus-go](https://github.com/pjebs/optimus-go) **star:349** ID hashing and Obfuscation using Knuth's Algorithm. [![It hasn't been updated in recent three years][Y]](https://github.com/pjebs/optimus-go) [![godoc][D]](https://godoc.org/github.com/pjebs/optimus-go)
- [firewalld-rest](https://github.com/prashantgupta24/firewalld-rest) **star:333** A rest application to dynamically update firewalld rules on a linux server. [![It hasn't been updated in recent three years][Y]](https://github.com/prashantgupta24/firewalld-rest) [![godoc][D]](https://godoc.org/github.com/prashantgupta24/firewalld-rest)
- [BadActor](https://github.com/jaredfolkins/badactor) **star:318** In-memory, application-driven jailer built in the spirit of fail2ban. [![It hasn't been updated in recent three years][Y]](https://github.com/jaredfolkins/badactor) [![godoc][D]](https://godoc.org/github.com/jaredfolkins/badactor)
- [go-yara](https://github.com/hillu/go-yara) **star:318** Go Bindings for [YARA](https://github.com/plusvic/yara), the "pattern matching swiss knife for malware researchers (and everyone else)". [![godoc][D]](https://godoc.org/github.com/hillu/go-yara)
- [teler-waf](https://github.com/kitabisa/teler-waf) **star:197** teler-waf is a Go HTTP middleware that provide teler IDS functionality to protect against web-based attacks and improve the security of Go-based web applications. It is highly configurable and easy to integrate into existing Go applications. [![There was an update last month][G]](https://github.com/kitabisa/teler-waf) [![godoc][D]](https://godoc.org/github.com/kitabisa/teler-waf)
- [simple-scrypt](https://github.com/elithrar/simple-scrypt) **star:190** Scrypt package with a simple, obvious API and automatic cost calibration built-in. [![godoc][D]](https://godoc.org/github.com/elithrar/simple-scrypt)
- [goSecretBoxPassword](https://github.com/dwin/goSecretBoxPassword) **star:57** A probably paranoid package for securely hashing and encrypting passwords. [![godoc][D]](https://godoc.org/github.com/dwin/goSecretBoxPassword)
- [go-generate-password](https://github.com/m1/go-generate-password) **star:50** Password generator that can be used on the cli or as a library. [![godoc][D]](https://godoc.org/github.com/m1/go-generate-password)
- [secureio](https://github.com/xaionaro-go/secureio) **star:30** An keyexchanging+authenticating+encrypting wrapper and multiplexer for `io.ReadWriteCloser` based on XChaCha20-poly1305, ECDH and ED25519. [![It hasn't been updated in recent three years][Y]](https://github.com/xaionaro-go/secureio) [![godoc][D]](https://godoc.org/github.com/xaionaro-go/secureio)
- [secret](https://github.com/rsjethani/secret) **star:24** Prevent your secrets from leaking into logs, std\* etc. [![godoc][D]](https://godoc.org/github.com/rsjethani/secret)
- [sslmgr](https://github.com/adrianosela/sslmgr) **star:21** SSL certificates made easy with a high level wrapper around acme/autocert. [![godoc][D]](https://godoc.org/github.com/adrianosela/sslmgr)
- [argon2-hashing](https://github.com/andskur/argon2-hashing) **star:19** light wrapper around Go's argon2 package that closely mirrors with Go's standard library Bcrypt and simple-scrypt package. [![godoc][D]](https://godoc.org/github.com/andskur/argon2-hashing)
- [goArgonPass](https://github.com/dwin/goArgonPass) **star:16** Argon2 password hash and verification designed to be compatible with existing Python and PHP implementations. [![godoc][D]](https://godoc.org/github.com/dwin/goArgonPass)
- [Interpol](https://github.com/avahidi/interpol) **star:2** Rule-based data generator for fuzzing and penetration testing. [![godoc][D]](https://godoc.org/github.com/avahidi/interpol)
- [jsoniter](https://github.com/json-iterator/go) **star:12675** High-performance 100% compatible drop-in replacement of "encoding/json". [![There was an update last month][G]](https://github.com/json-iterator/go) [![godoc][D]](https://godoc.org/github.com/json-iterator/go)
- [goprotobuf](https://github.com/golang/protobuf) **star:9307** Go support, in the form of a library and protocol compiler plugin, for Google's protocol buffers. [![godoc][D]](https://godoc.org/github.com/golang/protobuf)
- [mapstructure](https://github.com/mitchellh/mapstructure) **star:7203** Go library for decoding generic map values into native Go structures. [![godoc][D]](https://godoc.org/github.com/mitchellh/mapstructure)
- [gogoprotobuf](https://github.com/gogo/protobuf) **star:5603** Protocol Buffers for Go with Gadgets. [![godoc][D]](https://godoc.org/github.com/gogo/protobuf)
- [go-codec](https://github.com/ugorji/go) **star:1773** High Performance, feature-Rich, idiomatic encode, decode and rpc library for msgpack, cbor and json, with runtime-based OR code-generation support. [![godoc][D]](https://godoc.org/github.com/ugorji/go)
- [csvutil](https://github.com/jszwec/csvutil) **star:834** High Performance, idiomatic CSV record encoding and decoding to native Go structures. [![godoc][D]](https://godoc.org/github.com/jszwec/csvutil)
- [go-capnproto](https://github.com/glycerine/go-capnproto) **star:288** Cap'n Proto library and parser for go. [![It hasn't been updated in recent three years][Y]](https://github.com/glycerine/go-capnproto) [![godoc][D]](https://godoc.org/github.com/glycerine/go-capnproto)
- [php_session_decoder](https://github.com/yvasiyarov/php_session_decoder) **star:159** GoLang library for working with PHP session format and PHP Serialize/Unserialize functions. [![It hasn't been updated in recent three years][Y]](https://github.com/yvasiyarov/php_session_decoder) [![godoc][D]](https://godoc.org/github.com/yvasiyarov/php_session_decoder)
- [structomap](https://github.com/tuvistavie/structomap) **star:140** Library to easily and dynamically generate maps from static structures. [![It hasn't been updated in recent three years][Y]](https://github.com/tuvistavie/structomap) [![godoc][D]](https://godoc.org/github.com/tuvistavie/structomap)
- [binstruct](https://github.com/ghostiam/binstruct) **star:78** Golang binary decoder for mapping data into the structure. [![godoc][D]](https://godoc.org/github.com/ghostiam/binstruct)
- [bambam](https://github.com/glycerine/bambam) **star:67** generator for Cap'n Proto schemas from go. [![It hasn't been updated in recent three years][Y]](https://github.com/glycerine/bambam) [![godoc][D]](https://godoc.org/github.com/glycerine/bambam)
- [asn1](https://github.com/PromonLogicalis/asn1) **star:53** Asn.1 BER and DER encoding library for golang. [![It hasn't been updated in recent three years][Y]](https://github.com/PromonLogicalis/asn1) [![godoc][D]](https://godoc.org/github.com/PromonLogicalis/asn1) [![Archived][Archived]](https://github.com/PromonLogicalis/asn1)
- [bel](https://github.com/32leaves/bel) **star:35** Generate TypeScript interfaces from Go structs/interfaces. Useful for JSON RPC. [![godoc][D]](https://godoc.org/github.com/32leaves/bel)
- [elastic](https://github.com/epiclabs-io/elastic) **star:23** Convert slices, maps or any other unknown value across different types at run-time, no matter what. [![godoc][D]](https://godoc.org/github.com/epiclabs-io/elastic)
- [pletter](https://github.com/vimeda/pletter) **star:19** A standard way to wrap a proto message for message brokers. [![godoc][D]](https://godoc.org/github.com/vimeda/pletter)
- [fixedwidth](https://github.com/huydang284/fixedwidth) **star:9** Fixed-width text formatting (UTF-8 supported). [![It hasn't been updated in recent three years][Y]](https://github.com/huydang284/fixedwidth) [![godoc][D]](https://godoc.org/github.com/huydang284/fixedwidth)
- [unitpacking](https://github.com/recolude/unitpacking) **star:6** Library to pack unit vectors into as fewest bytes as possible. [![godoc][D]](https://godoc.org/github.com/recolude/unitpacking)
- [go-lctree](https://github.com/sbourlon/go-lctree) **star:4** Provides a CLI and primitives to serialize and deserialize [LeetCode binary trees](https://support.leetcode.com/hc/en-us/articles/360011883654-What-does-1-null-2-3-mean-in-binary-tree-representation). [![It hasn't been updated in recent three years][Y]](https://github.com/sbourlon/go-lctree) [![godoc][D]](https://godoc.org/github.com/sbourlon/go-lctree)
- [Caddy](https://github.com/caddyserver/caddy) **star:50267** Caddy is an alternative, HTTP/2 web server that's easy to configure and use. [![There was an update last month][G]](https://github.com/caddyserver/caddy) [![godoc][D]](https://godoc.org/github.com/caddyserver/caddy)
- [etcd](https://github.com/coreos/etcd) **star:44756** Highly-available key value store for shared configuration and service discovery. [![There was an update last month][G]](https://github.com/coreos/etcd) [![godoc][D]](https://godoc.org/github.com/coreos/etcd)
- [minio](https://github.com/minio/minio) **star:41331** Minio is a distributed object storage server. [![There was an update last month][G]](https://github.com/minio/minio) [![godoc][D]](https://godoc.org/github.com/minio/minio)
- [RoadRunner](https://github.com/spiral/roadrunner) **star:7418** High-performance PHP application server, load-balancer and process manager. [![There was an update last month][G]](https://github.com/spiral/roadrunner) [![godoc][D]](https://godoc.org/github.com/spiral/roadrunner)
- [SFTPGo](https://github.com/drakkan/sftpgo) **star:6950** Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem and Cloud Storage backends such as S3 and Google Cloud Storage. [![There was an update last month][G]](https://github.com/drakkan/sftpgo) [![godoc][D]](https://godoc.org/github.com/drakkan/sftpgo)
- [Easegress](https://github.com/megaease/easegress) **star:5564** A cloud native high availability/performance traffic orchestration system with observability and extensibility. [![There was an update last month][G]](https://github.com/megaease/easegress) [![godoc][D]](https://godoc.org/github.com/megaease/easegress)
- [devd](https://github.com/cortesi/devd) **star:3357** Local webserver for developers. [![godoc][D]](https://godoc.org/github.com/cortesi/devd)
- [flipt](https://github.com/markphelps/flipt) **star:2883** A self contained feature flag solution written in Go and Vue.js [![There was an update last month][G]](https://github.com/markphelps/flipt) [![godoc][D]](https://godoc.org/github.com/markphelps/flipt)
- [Fider](https://github.com/getfider/fider) **star:2439** Fider is an open platform to collect and organize customer feedback. [![godoc][D]](https://godoc.org/github.com/getfider/fider)
- [algernon](https://github.com/xyproto/algernon) **star:2332** HTTP/2 web server with built-in support for Lua, Markdown, GCSS and Amber. [![There was an update last month][G]](https://github.com/xyproto/algernon) [![godoc][D]](https://godoc.org/github.com/xyproto/algernon)
- [Wish](https://github.com/charmbracelet/wish) **star:2327** Make SSH apps, just like that! [![There was an update last month][G]](https://github.com/charmbracelet/wish) [![godoc][D]](https://godoc.org/github.com/charmbracelet/wish)
- [Flagr](https://github.com/checkr/flagr) **star:2254** Flagr is an open-source feature flagging and A/B testing service. [![There was an update last month][G]](https://github.com/checkr/flagr) [![godoc][D]](https://godoc.org/github.com/checkr/flagr)
- [Trickster](https://github.com/tricksterproxy/trickster) **star:1915** HTTP reverse proxy cache and time series accelerator. [![godoc][D]](https://godoc.org/github.com/tricksterproxy/trickster)
- [discovery](https://github.com/Bilibili/discovery) **star:1762** A registry for resilient mid-tier load balancing and failover. [![godoc][D]](https://godoc.org/github.com/Bilibili/discovery)
- [jackal](https://github.com/ortuman/jackal) **star:1436** An XMPP server written in Go. [![godoc][D]](https://godoc.org/github.com/ortuman/jackal)
- [go-feature-flag](https://github.com/thomaspoignant/go-feature-flag) **star:850** A feature flag solution, with only a YAML file in the backend (S3, GitHub, HTTP, local file ...), no server to install, just add a file in a central system and refer to it. [![There was an update last month][G]](https://github.com/thomaspoignant/go-feature-flag) [![godoc][D]](https://godoc.org/github.com/thomaspoignant/go-feature-flag)
- [Euterpe](https://github.com/ironsmile/euterpe) **star:500** Self-hosted music streaming server with built-in web UI and REST API. [![godoc][D]](https://godoc.org/github.com/ironsmile/euterpe)
- [dummy](https://github.com/neotoolkit/dummy) **star:177** Run mock server based off an API contract with one command. [![godoc][D]](https://godoc.org/github.com/neotoolkit/dummy) [![Archived][Archived]](https://github.com/neotoolkit/dummy)
- [dudeldu](https://github.com/krotik/dudeldu) **star:142** A simple SHOUTcast server. [![It hasn't been updated in recent three years][Y]](https://github.com/krotik/dudeldu) [![godoc][D]](https://godoc.org/github.com/krotik/dudeldu)
- [go-proxy-cache](https://github.com/fabiocicerchia/go-proxy-cache) **star:102** Simple Reverse Proxy with Caching, written in Go, using Redis. [![There was an update last month][G]](https://github.com/fabiocicerchia/go-proxy-cache) [![godoc][D]](https://godoc.org/github.com/fabiocicerchia/go-proxy-cache)
- [lets-proxy2](https://github.com/rekby/lets-proxy2) **star:82** Reverse proxy for handle https with issue certificates in fly from lets-encrypt. [![godoc][D]](https://godoc.org/github.com/rekby/lets-proxy2)
- [cortex-tenant](https://github.com/blind-oracle/cortex-tenant) **star:77** Prometheus remote write proxy that adds add Cortex tenant ID header based on metric labels. [![godoc][D]](https://godoc.org/github.com/blind-oracle/cortex-tenant)
- [psql-streamer](https://github.com/blind-oracle/psql-streamer) **star:53** Stream database events from PostgreSQL to Kafka. [![It hasn't been updated in recent three years][Y]](https://github.com/blind-oracle/psql-streamer) [![godoc][D]](https://godoc.org/github.com/blind-oracle/psql-streamer)
- [nginx-prometheus](https://github.com/blind-oracle/nginx-prometheus) **star:38** Nginx log parser and exporter to Prometheus. [![It hasn't been updated in recent three years][Y]](https://github.com/blind-oracle/nginx-prometheus) [![godoc][D]](https://godoc.org/github.com/blind-oracle/nginx-prometheus)
- [simple-jwt-provider](https://github.com/leberKleber/simple-jwt-provider) **star:35** Simple and lightweight provider which exhibits JWTs, supports login, password-reset (via mail) and user management. [![godoc][D]](https://godoc.org/github.com/leberKleber/simple-jwt-provider)
- [protoxy](https://github.com/camgraff/protoxy) **star:32** A proxy server that converts JSON request bodies to Protocol Buffers. [![It hasn't been updated in recent three years][Y]](https://github.com/camgraff/protoxy) [![godoc][D]](https://godoc.org/github.com/camgraff/protoxy)
- [Moxy](https://github.com/sinhashubham95/moxy) **star:10** Moxy is a simple mocker and proxy application server, you can create mock endpoints as well as proxy requests in case no mock exists for the endpoint. [![godoc][D]](https://godoc.org/github.com/sinhashubham95/moxy)
- [riemann-relay](https://github.com/blind-oracle/riemann-relay) **star:2** Relay to load-balance Riemann events and/or convert them to Carbon. [![It hasn't been updated in recent three years][Y]](https://github.com/blind-oracle/riemann-relay) [![godoc][D]](https://godoc.org/github.com/blind-oracle/riemann-relay)
- [go-streams](https://github.com/reugn/go-streams) **star:1584** Go stream processing library. [![There was an update last month][G]](https://github.com/reugn/go-streams) [![godoc][D]](https://godoc.org/github.com/reugn/go-streams)
- [machine](https://github.com/whitaker-io/machine) **star:135** Go library for writing and generating stream workers with built in metrics and traceability. [![godoc][D]](https://godoc.org/github.com/whitaker-io/machine)
- [goio](https://github.com/primetalk/goio) **star:72** An implementation of IO, Stream, Fiber for Golang, inspired by awesome Scala libraries cats and fs2. [![godoc][D]](https://godoc.org/github.com/primetalk/goio)
- [sprig](https://github.com/Masterminds/sprig) **star:3792** Useful template functions for Go templates. [![There was an update last month][G]](https://github.com/Masterminds/sprig) [![godoc][D]](https://godoc.org/github.com/Masterminds/sprig)
- [quicktemplate](https://github.com/valyala/quicktemplate) **star:2894** Fast, powerful, yet easy to use template engine. Converts templates into Go code and then compiles it. [![godoc][D]](https://godoc.org/github.com/valyala/quicktemplate)
- [pongo2](https://github.com/flosch/pongo2) **star:2663** Django-like template-engine for Go. [![godoc][D]](https://godoc.org/github.com/flosch/pongo2)
- [maroto](https://github.com/johnfercher/maroto) **star:1260** A maroto way to create PDFs. Maroto is inspired in Bootstrap and uses gofpdf. Fast and simple. [![There was an update last month][G]](https://github.com/johnfercher/maroto) [![godoc][D]](https://godoc.org/github.com/johnfercher/maroto)
- [fasttemplate](https://github.com/valyala/fasttemplate) **star:772** Simple and fast template engine. Substitutes template placeholders up to 10x faster than [text/template](https://golang.org/pkg/text/template/). [![godoc][D]](https://godoc.org/github.com/valyala/fasttemplate)
- [ego](https://github.com/benbjohnson/ego) **star:564** Lightweight templating language that lets you write templates in Go. Templates are translated into Go and compiled. [![godoc][D]](https://godoc.org/github.com/benbjohnson/ego)
- [raymond](https://github.com/aymerick/raymond) **star:555** Complete handlebars implementation in Go. [![godoc][D]](https://godoc.org/github.com/aymerick/raymond)
- [goview](https://github.com/foolin/goview) **star:373** Goview is a lightweight, minimalist and idiomatic template library based on golang html/template for building Go web application. [![godoc][D]](https://godoc.org/github.com/foolin/goview)
- [liquid](https://github.com/osteele/liquid) **star:237** Go implementation of Shopify Liquid templates. [![godoc][D]](https://godoc.org/github.com/osteele/liquid)
- [Soy](https://github.com/robfig/soy) **star:171** Closure templates (aka Soy templates) for Go, following the [official spec](https://developers.google.com/closure/templates/). [![godoc][D]](https://godoc.org/github.com/robfig/soy)
- [gospin](https://github.com/m1/gospin) **star:48** Article spinning and spintax/spinning syntax engine, useful for A/B, testing pieces of text/articles and creating more natural conversations. [![godoc][D]](https://godoc.org/github.com/m1/gospin)
- [tbd](https://github.com/lucasepe/tbd) **star:24** A really simple way to create text templates with placeholders - exposes extra builtin Git repo metadata. [![godoc][D]](https://godoc.org/github.com/lucasepe/tbd)
- [got](https://github.com/goradd/got) **star:15** A Go code generator inspired by Hero and Fasttemplate. Has include files, custom tag definitions, injected Go code, language translation, and more. [![godoc][D]](https://godoc.org/github.com/goradd/got)
- [Testify](https://github.com/stretchr/testify) **star:20821** Sacred extension to the standard go testing package. [![There was an update last month][G]](https://github.com/stretchr/testify) [![godoc][D]](https://godoc.org/github.com/stretchr/testify)
- [go-cmp](https://github.com/google/go-cmp) **star:3744** Package for comparing Go values in tests. [![godoc][D]](https://godoc.org/github.com/google/go-cmp)
- [testcontainers-go](https://github.com/testcontainers/testcontainers-go) **star:2507** A Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done. [![There was an update last month][G]](https://github.com/testcontainers/testcontainers-go) [![godoc][D]](https://godoc.org/github.com/testcontainers/testcontainers-go)
- [httpexpect](https://github.com/gavv/httpexpect) **star:2339** Concise, declarative, and easy to use end-to-end HTTP and REST API testing. [![godoc][D]](https://godoc.org/github.com/gavv/httpexpect)
- [godog](https://github.com/cucumber/godog) **star:2061** Cucumber BDD framework for Go. [![There was an update last month][G]](https://github.com/cucumber/godog) [![godoc][D]](https://godoc.org/github.com/cucumber/godog)
- [is](https://github.com/matryer/is) **star:1648** Professional lightweight testing mini-framework for Go. [![godoc][D]](https://godoc.org/github.com/matryer/is)
- [gnomock](https://github.com/orlangure/gnomock) **star:1250** integration testing with real dependencies (database, cache, even Kubernetes or AWS) running in Docker, without mocks. [![There was an update last month][G]](https://github.com/orlangure/gnomock) [![godoc][D]](https://godoc.org/github.com/orlangure/gnomock)
- [go-vcr](https://github.com/dnaeon/go-vcr) **star:1046** Record and replay your HTTP interactions for fast, deterministic and accurate tests. [![godoc][D]](https://godoc.org/github.com/dnaeon/go-vcr)
- [testfixtures](https://github.com/go-testfixtures/testfixtures) **star:985** A helper for Rails' like test fixtures to test database applications. [![godoc][D]](https://godoc.org/github.com/go-testfixtures/testfixtures)
- [goblin](https://github.com/franela/goblin) **star:888** Mocha like testing framework of Go. [![godoc][D]](https://godoc.org/github.com/franela/goblin)
- [baloo](https://github.com/h2non/baloo) **star:766** Expressive and versatile end-to-end HTTP API testing made easy. [![godoc][D]](https://godoc.org/github.com/h2non/baloo)
- [goc](https://github.com/qiniu/goc) **star:724** Goc is a comprehensive coverage testing system for The Go Programming Language. [![There was an update last month][G]](https://github.com/qiniu/goc) [![godoc][D]](https://godoc.org/github.com/qiniu/goc)
- [embedded-postgres](https://github.com/fergusstrange/embedded-postgres) **star:649** Run a real Postgres database locally on Linux, OSX or Windows as part of another Go application or test. [![godoc][D]](https://godoc.org/github.com/fergusstrange/embedded-postgres)
- [go-mutesting](https://github.com/zimmski/go-mutesting) **star:605** Mutation testing for Go source code. [![godoc][D]](https://godoc.org/github.com/zimmski/go-mutesting)
- [gotest.tools](https://github.com/gotestyourself/gotest.tools) **star:469** A collection of packages to augment the go testing package and support common patterns. [![godoc][D]](https://godoc.org/github.com/gotestyourself/gotest.tools)
- [testza](https://github.com/MarvinJWendt/testza) **star:414** Full-featured test framework with nice colorized output. [![godoc][D]](https://godoc.org/github.com/MarvinJWendt/testza)
- [go-testdeep](https://github.com/maxatome/go-testdeep) **star:403** Extremely flexible golang deep comparison, extends the go testing package. [![godoc][D]](https://godoc.org/github.com/maxatome/go-testdeep)
- [cupaloy](https://github.com/bradleyjkemp/cupaloy) **star:278** Simple snapshot testing addon for your test framework. [![godoc][D]](https://godoc.org/github.com/bradleyjkemp/cupaloy)
- [frisby](https://github.com/verdverm/frisby) **star:276** REST API testing framework. [![It hasn't been updated in recent three years][Y]](https://github.com/verdverm/frisby) [![godoc][D]](https://godoc.org/github.com/verdverm/frisby)
- [got](https://github.com/ysmood/got) **star:262** An enjoyable golang test framework. [![There was an update last month][G]](https://github.com/ysmood/got) [![godoc][D]](https://godoc.org/github.com/ysmood/got)
- [endly](https://github.com/viant/endly) **star:246** Declarative end to end functional testing. [![godoc][D]](https://godoc.org/github.com/viant/endly)
- [go-carpet](https://github.com/msoap/go-carpet) **star:240** Tool for viewing test coverage in terminal. [![godoc][D]](https://godoc.org/github.com/msoap/go-carpet)
- [go-hit](https://github.com/Eun/go-hit) **star:239** Hit is an http integration test framework written in golang. [![There was an update last month][G]](https://github.com/Eun/go-hit) [![godoc][D]](https://godoc.org/github.com/Eun/go-hit)
- [commander](https://github.com/SimonBaeumer/commander) **star:215** Tool for testing cli applications on windows, linux and osx. [![godoc][D]](https://godoc.org/github.com/SimonBaeumer/commander)
- [charlatan](https://github.com/percolate/charlatan) **star:199** Tool to generate fake interface implementations for tests. [![godoc][D]](https://godoc.org/github.com/percolate/charlatan)
- [dbcleaner](https://github.com/khaiql/dbcleaner) **star:157** Clean database for testing purpose, inspired by `database_cleaner` in Ruby. [![godoc][D]](https://godoc.org/github.com/khaiql/dbcleaner)
- [GoSpec](https://github.com/orfjackal/gospec) **star:114** BDD-style testing framework for the Go programming language. [![It hasn't been updated in recent three years][Y]](https://github.com/orfjackal/gospec) [![godoc][D]](https://godoc.org/github.com/orfjackal/gospec)
- [jsonassert](https://github.com/kinbiko/jsonassert) **star:114** Package for verifying that your JSON payloads are serialized correctly. [![godoc][D]](https://godoc.org/github.com/kinbiko/jsonassert)
- [testcase](https://github.com/adamluzsi/testcase) **star:114** Idiomatic testing framework for Behavior Driven Development. [![There was an update last month][G]](https://github.com/adamluzsi/testcase) [![godoc][D]](https://godoc.org/github.com/adamluzsi/testcase)
- [wstest](https://github.com/posener/wstest) **star:101** Websocket client for unit-testing a websocket http.Handler. [![godoc][D]](https://godoc.org/github.com/posener/wstest)
- [gocrest](https://github.com/corbym/gocrest) **star:96** Composable hamcrest-like matchers for Go assertions. [![godoc][D]](https://godoc.org/github.com/corbym/gocrest)
- [be](https://github.com/carlmjohnson/be) **star:81** The minimalist generic test assertion library. [![godoc][D]](https://godoc.org/github.com/carlmjohnson/be)
- [gherkingen](https://github.com/hedhyw/gherkingen) **star:62** BDD boilerplate generator and framework. [![godoc][D]](https://godoc.org/github.com/hedhyw/gherkingen)
- [assert](https://github.com/go-playground/assert) **star:61** Basic Assertion Library used along side native go testing, with building blocks for custom assertions. [![godoc][D]](https://godoc.org/github.com/go-playground/assert)
- [Gont](https://github.com/stv0g/gont) **star:61** Go network testing toolkit for testing building complex network topologies using Linux namespaces. [![godoc][D]](https://godoc.org/github.com/stv0g/gont)
- [restit](https://github.com/yookoala/restit) **star:55** Go micro framework to help writing RESTful API integration test. [![It hasn't been updated in recent three years][Y]](https://github.com/yookoala/restit) [![godoc][D]](https://godoc.org/github.com/yookoala/restit)
- [gospecify](https://github.com/stesla/gospecify) **star:53** This provides a BDD syntax for testing your Go code. It should be familiar to anybody who has used libraries such as rspec. [![It hasn't been updated in recent three years][Y]](https://github.com/stesla/gospecify) [![godoc][D]](https://godoc.org/github.com/stesla/gospecify)
- [gomatch](https://github.com/jfilipczyk/gomatch) **star:45** library created for testing JSON against patterns. [![godoc][D]](https://godoc.org/github.com/jfilipczyk/gomatch)
- [fluentassert](https://github.com/fluentassert/verify) **star:36** Extensible, type-safe, fluent assertion Go library. [![There was an update last month][G]](https://github.com/fluentassert/verify) [![godoc][D]](https://godoc.org/github.com/fluentassert/verify)
- [Hamcrest](https://github.com/rdrdr/hamcrest) **star:28** fluent framework for declarative Matcher objects that, when applied to input values, produce self-describing results. [![godoc][D]](https://godoc.org/github.com/rdrdr/hamcrest)
- [apitest](https://apitest.dev) Simple and extensible behavioural testing library for REST based services or HTTP handlers that supports mocking external http calls and rendering of sequence diagrams.
- [schema](https://github.com/jgroeneveld/schema) **star:20** Quick and easy expression matching for JSON schemas used in requests and responses. [![It hasn't been updated in recent three years][Y]](https://github.com/jgroeneveld/schema) [![godoc][D]](https://godoc.org/github.com/jgroeneveld/schema)
- [testsql](https://github.com/zhulongcheng/testsql) **star:16** Generate test data from SQL files before testing and clear it after finished. [![It hasn't been updated in recent three years][Y]](https://github.com/zhulongcheng/testsql) [![godoc][D]](https://godoc.org/github.com/zhulongcheng/testsql)
- [gosuite](https://github.com/pavlo/gosuite) **star:12** Brings lightweight test suites with setup/teardown facilities to `testing` by leveraging Go1.7's Subtests. [![It hasn't been updated in recent three years][Y]](https://github.com/pavlo/gosuite) [![godoc][D]](https://godoc.org/github.com/pavlo/gosuite)
- [badio](https://github.com/cavaliercoder/badio) **star:11** Extensions to Go's `testing/iotest` package. [![It hasn't been updated in recent three years][Y]](https://github.com/cavaliercoder/badio) [![godoc][D]](https://godoc.org/github.com/cavaliercoder/badio)
- [trial](https://github.com/jgroeneveld/trial) **star:6** Quick and easy extendable assertions without introducing much boilerplate. [![godoc][D]](https://godoc.org/github.com/jgroeneveld/trial)
- [go-mysql-test-container](https://github.com/arikama/go-mysql-test-container) **star:2** Golang MySQL testcontainer to help with MySQL integration testing. [![godoc][D]](https://godoc.org/github.com/arikama/go-mysql-test-container)
- [omg.testingtools](https://github.com/dedalqq/omg.testingtools) **star:1** The simple library for change a values of private fields for testing. [![godoc][D]](https://godoc.org/github.com/dedalqq/omg.testingtools)
- [gomock](https://github.com/golang/mock) **star:9110** Mocking framework for the Go programming language. [![godoc][D]](https://godoc.org/github.com/golang/mock) [![Archived][Archived]](https://github.com/golang/mock)
- [mockery](https://github.com/vektra/mockery) **star:5144** Tool to generate Go interfaces. [![There was an update last month][G]](https://github.com/vektra/mockery) [![godoc][D]](https://godoc.org/github.com/vektra/mockery)
- [hoverfly](https://github.com/SpectoLabs/hoverfly) **star:2264** HTTP(S) proxy for recording and simulating REST/SOAP APIs with extensible middleware and easy-to-use CLI. [![godoc][D]](https://godoc.org/github.com/SpectoLabs/hoverfly)
- [gock](https://github.com/h2non/gock) **star:1948** Versatile HTTP mocking made easy. [![godoc][D]](https://godoc.org/github.com/h2non/gock)
- [httpmock](https://github.com/jarcoal/httpmock) **star:1772** Easy mocking of HTTP responses from external resources. [![godoc][D]](https://godoc.org/github.com/jarcoal/httpmock)
- [counterfeiter](https://github.com/maxbrunsfeld/counterfeiter) **star:878** Tool for generating self-contained mock objects. [![There was an update last month][G]](https://github.com/maxbrunsfeld/counterfeiter) [![godoc][D]](https://godoc.org/github.com/maxbrunsfeld/counterfeiter)
- [go-txdb](https://github.com/DATA-DOG/go-txdb) **star:574** Single transaction based database driver mainly for testing purposes. [![godoc][D]](https://godoc.org/github.com/DATA-DOG/go-txdb)
- [minimock](https://github.com/gojuno/minimock) **star:514** Mock generator for Go interfaces. [![godoc][D]](https://godoc.org/github.com/gojuno/minimock)
- [govcr](https://github.com/seborama/govcr) **star:160** HTTP mock for Golang: record and replay HTTP interactions for offline testing. [![godoc][D]](https://godoc.org/github.com/seborama/govcr)
- [go-localstack](https://github.com/elgohr/go-localstack) **star:72** Tool for using localstack in AWS testing. [![There was an update last month][G]](https://github.com/elgohr/go-localstack) [![godoc][D]](https://godoc.org/github.com/elgohr/go-localstack)
- [timex](https://github.com/cabify/timex) **star:70** A test-friendly replacement for the native `time` package. [![It hasn't been updated in recent three years][Y]](https://github.com/cabify/timex) [![godoc][D]](https://godoc.org/github.com/cabify/timex)
- [mockhttp](https://github.com/tv42/mockhttp) **star:22** Mock object for Go http.ResponseWriter. [![It hasn't been updated in recent three years][Y]](https://github.com/tv42/mockhttp) [![godoc][D]](https://godoc.org/github.com/tv42/mockhttp)
- [mooncake](https://github.com/GuilhermeCaruso/mooncake) **star:17** A simple way to generate mocks for multiple purposes [![godoc][D]](https://godoc.org/github.com/GuilhermeCaruso/mooncake)
- [mockit](https://github.com/pasdam/mockit) **star:16** Allows functions and method easy mocking, without defining new types; it's similar to Mockito for Java. [![godoc][D]](https://godoc.org/github.com/pasdam/mockit) [![Archived][Archived]](https://github.com/pasdam/mockit)
- [monkey](https://github.com/awterman/monkey) **star:1** One line to mock functions/methods/variables in place without dependency injection or code generation. [![godoc][D]](https://godoc.org/github.com/awterman/monkey)
- [gofuzz](https://github.com/google/gofuzz) **star:1463** Library for populating go objects with random values. [![godoc][D]](https://godoc.org/github.com/google/gofuzz)
- [Tavor](https://github.com/zimmski/tavor) **star:241** Generic fuzzing and delta-debugging framework. [![It hasn't been updated in recent three years][Y]](https://github.com/zimmski/tavor) [![godoc][D]](https://godoc.org/github.com/zimmski/tavor)
- [chromedp](https://github.com/knq/chromedp) **star:9682** a way to drive/test Chrome, Safari, Edge, Android Webviews, and other browsers supporting the Chrome Debugging Protocol. [![godoc][D]](https://godoc.org/github.com/knq/chromedp)
- [rod](https://github.com/go-rod/rod) **star:4273** A Devtools driver to make web automation and scraping easy. [![There was an update last month][G]](https://github.com/go-rod/rod) [![godoc][D]](https://godoc.org/github.com/go-rod/rod)
- [selenoid](https://github.com/aerokube/selenoid) **star:2424** alternative Selenium hub server that launches browsers within containers. [![godoc][D]](https://godoc.org/github.com/aerokube/selenoid)
- [playwright-go](https://github.com/mxschmitt/playwright-go) **star:1497** browser automation library to control Chromium, Firefox and WebKit with a single API. [![There was an update last month][G]](https://github.com/mxschmitt/playwright-go)
- [cdp](https://github.com/mafredri/cdp) **star:694** Type-safe bindings for the Chrome Debugging Protocol that can be used with browsers or other debug targets that implement it. [![godoc][D]](https://godoc.org/github.com/mafredri/cdp)
- [ggr](https://github.com/aerokube/ggr) **star:301** a lightweight server that routes and proxies Selenium WebDriver requests to multiple Selenium hubs. [![godoc][D]](https://godoc.org/github.com/aerokube/ggr)
- [failpoint](https://github.com/pingcap/failpoint) **star:785** An implementation of [failpoints](https://www.freebsd.org/cgi/man.cgi?query=fail) for Golang. [![godoc][D]](https://godoc.org/github.com/pingcap/failpoint)
- [go-humanize](https://github.com/dustin/go-humanize) **star:3813** Formatters for time, numbers, and memory size to human readable format. [![godoc][D]](https://godoc.org/github.com/dustin/go-humanize)
- [gotabulate](https://github.com/bndr/gotabulate) **star:302** Easily pretty-print your tabular data with Go. [![godoc][D]](https://godoc.org/github.com/bndr/gotabulate)
- [align](https://github.com/Guitarbum722/align) **star:82** A general purpose application that aligns text. [![godoc][D]](https://godoc.org/github.com/Guitarbum722/align)
- [go-fixedwidth](https://github.com/ianlopshire/go-fixedwidth) **star:78** Fixed-width text formatting (encoder/decoder with reflection). [![godoc][D]](https://godoc.org/github.com/ianlopshire/go-fixedwidth)
- [textwrap](https://github.com/isbm/textwrap) **star:5** Wraps text at end of lines. Implementation of `textwrap` module from Python. [![It hasn't been updated in recent three years][Y]](https://github.com/isbm/textwrap) [![godoc][D]](https://godoc.org/github.com/isbm/textwrap)
- [toml](https://github.com/BurntSushi/toml) **star:4307** TOML configuration format (encoder/decoder with reflection). [![godoc][D]](https://godoc.org/github.com/BurntSushi/toml)
- [goldmark](https://github.com/yuin/goldmark) **star:2939** A Markdown parser written in Go. Easy to extend, standard (CommonMark) compliant, well structured. [![There was an update last month][G]](https://github.com/yuin/goldmark) [![godoc][D]](https://godoc.org/github.com/yuin/goldmark)
- [go-toml](https://github.com/pelletier/go-toml) **star:1504** Go library for the TOML format with query support and handy cli tools. [![There was an update last month][G]](https://github.com/pelletier/go-toml) [![godoc][D]](https://godoc.org/github.com/pelletier/go-toml)
- [htmlquery](https://github.com/antchfx/htmlquery) **star:641** An XPath query package for HTML, lets you extract data or evaluate from HTML documents by an XPath expression. [![godoc][D]](https://godoc.org/github.com/antchfx/htmlquery)
- [html-to-markdown](https://github.com/JohannesKaufmann/html-to-markdown) **star:619** Convert HTML to Markdown. Even works with entire websites and can be extended through rules. [![godoc][D]](https://godoc.org/github.com/JohannesKaufmann/html-to-markdown)
- [mxj](https://github.com/clbanning/mxj) **star:582** Encode / decode XML as JSON or map[string]interface{}; extract values with dot-notation paths and wildcards. Replaces x2j and j2x packages. [![godoc][D]](https://godoc.org/github.com/clbanning/mxj)
- [goq](https://github.com/andrewstuart/goq) **star:247** Declarative unmarshalling of HTML using struct tags with jQuery syntax (uses GoQuery). [![godoc][D]](https://godoc.org/github.com/andrewstuart/goq)
- [bafi](https://github.com/mmalcek/bafi) **star:85** Universal JSON, BSON, YAML, XML translator to ANY format using templates. [![godoc][D]](https://godoc.org/github.com/mmalcek/bafi)
- [go-output-format](https://github.com/drewstinnett/go-output-format) **star:13** Output go structures into multiple formats (YAML/JSON/etc) in your command line app. [![godoc][D]](https://godoc.org/github.com/drewstinnett/go-output-format)
- [bbConvert](https://github.com/CalebQ42/bbConvert) **star:7** Converts bbCode to HTML that allows you to add support for custom bbCode tags. [![It hasn't been updated in recent three years][Y]](https://github.com/CalebQ42/bbConvert) [![godoc][D]](https://godoc.org/github.com/CalebQ42/bbConvert)
- [htmlyaml](https://github.com/nikolaydubina/htmlyaml) **star:2** Rich rendering of YAML as HTML in Go [![godoc][D]](https://godoc.org/github.com/nikolaydubina/htmlyaml)
- [sh](https://github.com/mvdan/sh) **star:6250** Shell parser and formatter. [![godoc][D]](https://godoc.org/github.com/mvdan/sh)
- [gofeed](https://github.com/mmcdole/gofeed) **star:2280** Parse RSS and Atom feeds in Go. [![godoc][D]](https://godoc.org/github.com/mmcdole/gofeed)
- [when](https://github.com/olebedev/when) **star:1294** Natural EN and RU language date/time parser with pluggable rules. [![godoc][D]](https://godoc.org/github.com/olebedev/when)
- [commonregex](https://github.com/mingrammer/commonregex) **star:867** A collection of common regular expressions for Go. [![It hasn't been updated in recent three years][Y]](https://github.com/mingrammer/commonregex) [![godoc][D]](https://godoc.org/github.com/mingrammer/commonregex)
- [omniparser](https://github.com/jf-tech/omniparser) **star:597** A versatile ETL library that parses text input (CSV/txt/JSON/XML/EDI/X12/EDIFACT/etc) in streaming fashion and transforms data into JSON output using data-driven schema. [![godoc][D]](https://godoc.org/github.com/jf-tech/omniparser)
- [go-nmea](https://github.com/adrianmo/go-nmea) **star:202** NMEA parser library for the Go language. [![godoc][D]](https://godoc.org/github.com/adrianmo/go-nmea)
- [did](https://github.com/ockam-network/did) **star:77** DID (Decentralized Identifiers) Parser and Stringer in Go. [![godoc][D]](https://godoc.org/github.com/ockam-network/did)
- [allot](https://github.com/sbstjn/allot) **star:58** Placeholder and wildcard text parsing for CLI tools and bots. [![godoc][D]](https://godoc.org/github.com/sbstjn/allot)
- [tokenizer](https://github.com/bzick/tokenizer) **star:57** Parse any string, slice or infinite buffer to any tokens. [![There was an update last month][G]](https://github.com/bzick/tokenizer) [![godoc][D]](https://godoc.org/github.com/bzick/tokenizer)
- [gonameparts](https://github.com/polera/gonameparts) **star:38** Parses human names into individual name parts. [![It hasn't been updated in recent three years][Y]](https://github.com/polera/gonameparts) [![godoc][D]](https://godoc.org/github.com/polera/gonameparts)
- [xj2go](https://github.com/stackerzzq/xj2go) **star:33** Convert xml or json to go struct. [![godoc][D]](https://godoc.org/github.com/stackerzzq/xj2go)
- [codetree](https://github.com/aerogo/codetree) **star:23** Parses indented code (python, pixy, scarlet, etc.) and returns a tree structure. [![It hasn't been updated in recent three years][Y]](https://github.com/aerogo/codetree) [![godoc][D]](https://godoc.org/github.com/aerogo/codetree)
- [go-fasttld](https://github.com/elliotwutingfeng/go-fasttld) **star:20** High performance effective top level domains (eTLD) extraction module. [![godoc][D]](https://godoc.org/github.com/elliotwutingfeng/go-fasttld)
- [parseargs-go](https://github.com/nproc/parseargs-go) **star:10** string argument parser that understands quotes and backslashes. [![It hasn't been updated in recent three years][Y]](https://github.com/nproc/parseargs-go) [![godoc][D]](https://godoc.org/github.com/nproc/parseargs-go)
- [doi](https://github.com/hscells/doi) **star:8** Document object identifier (doi) parser in Go. [![It hasn't been updated in recent three years][Y]](https://github.com/hscells/doi) [![godoc][D]](https://godoc.org/github.com/hscells/doi)
- [encdec](https://github.com/mickep76/encdec) **star:8** Package provides a generic interface to encoders and decoders. [![It hasn't been updated in recent three years][Y]](https://github.com/mickep76/encdec) [![godoc][D]](https://godoc.org/github.com/mickep76/encdec)
- [ltsv](https://github.com/Wing924/ltsv) **star:8** High performance [LTSV (Labeled Tab Separated Value)](http://ltsv.org/) reader for Go. [![It hasn't been updated in recent three years][Y]](https://github.com/Wing924/ltsv) [![godoc][D]](https://godoc.org/github.com/Wing924/ltsv)
- [regroup](https://github.com/oriser/regroup) **star:136** Match regex expression named groups into go struct using struct tags and automatic parsing. [![godoc][D]](https://godoc.org/github.com/oriser/regroup)
- [goregen](https://github.com/zach-klippenstein/goregen) **star:88** Library for generating random strings from regular expressions. [![godoc][D]](https://godoc.org/github.com/zach-klippenstein/goregen)
- [genex](https://github.com/alixaxel/genex) **star:75** Count and expand Regular Expressions into all matching Strings. [![It hasn't been updated in recent three years][Y]](https://github.com/alixaxel/genex) [![godoc][D]](https://godoc.org/github.com/alixaxel/genex)
- [gofuckyourself](https://github.com/JoshuaDoes/gofuckyourself) **star:59** A sanitization-based swear filter for Go. [![godoc][D]](https://godoc.org/github.com/JoshuaDoes/gofuckyourself)
- [colly](https://github.com/asciimoo/colly) **star:20969** Fast and Elegant Scraping Framework for Gophers. [![There was an update last month][G]](https://github.com/asciimoo/colly) [![godoc][D]](https://godoc.org/github.com/asciimoo/colly)
- [GoQuery](https://github.com/PuerkitoBio/goquery) **star:13069** GoQuery brings a syntax and a set of features similar to jQuery to the Go language. [![godoc][D]](https://godoc.org/github.com/PuerkitoBio/goquery)
- [xurls](https://github.com/mvdan/xurls) **star:1081** Extract urls from text. [![godoc][D]](https://godoc.org/github.com/mvdan/xurls)
- [dataflowkit](https://github.com/slotix/dataflowkit) **star:621** Web scraping Framework to turn websites into structured data. [![godoc][D]](https://godoc.org/github.com/slotix/dataflowkit)
- [gospider](https://github.com/zhshch2002/gospider) **star:202** A simple golang spider/scraping framework,build a spider in 3 lines. migrated from [goribot](https://github.com/zhshch2002/goribot) [![godoc][D]](https://godoc.org/github.com/zhshch2002/gospider)
- [pagser](https://github.com/foolin/pagser) **star:91** Pagser is a simple, extensible, configurable parse and deserialize html page to struct based on goquery and struct tags for golang crawler. [![godoc][D]](https://godoc.org/github.com/foolin/pagser)
- [go-recipe](https://github.com/kkyr/go-recipe) **star:25** A package for scraping recipes from websites. [![godoc][D]](https://godoc.org/github.com/kkyr/go-recipe)
- [walker](https://github.com/cyucelen/walker) **star:5** Seamlessly fetch paginated data from any source. Simple and high performance API scraping included. [![godoc][D]](https://godoc.org/github.com/cyucelen/walker)
- [podcast](https://github.com/eduncan911/podcast) **star:125** iTunes Compliant and RSS 2.0 Podcast Generator in Golang [![It hasn't been updated in recent three years][Y]](https://github.com/eduncan911/podcast) [![godoc][D]](https://godoc.org/github.com/eduncan911/podcast)
- [syndfeed](https://github.com/zhengchun/syndfeed) **star:11** A syndication feed for Atom 1.0 and RSS 2.0. [![It hasn't been updated in recent three years][Y]](https://github.com/zhengchun/syndfeed) [![godoc][D]](https://godoc.org/github.com/zhengchun/syndfeed)
- [go-runewidth](https://github.com/mattn/go-runewidth) **star:551** Functions to get fixed width of the character or string. [![godoc][D]](https://godoc.org/github.com/mattn/go-runewidth)
- [radix](https://github.com/yourbasic/radix) **star:185** Fast string sorting algorithm. [![It hasn't been updated in recent three years][Y]](https://github.com/yourbasic/radix) [![godoc][D]](https://godoc.org/github.com/yourbasic/radix)
- [go-zero-width](https://github.com/trubitsyn/go-zero-width) **star:110** Zero-width character detection and removal for Go. [![It hasn't been updated in recent three years][Y]](https://github.com/trubitsyn/go-zero-width) [![godoc][D]](https://godoc.org/github.com/trubitsyn/go-zero-width) [![Archived][Archived]](https://github.com/trubitsyn/go-zero-width)
- [petrovich](https://github.com/striker2000/petrovich) **star:44** Petrovich is the library which inflects Russian names to given grammatical case. [![godoc][D]](https://godoc.org/github.com/striker2000/petrovich)
- [kace](https://github.com/codemodus/kace) **star:20** Common case conversions covering common initialisms. [![It hasn't been updated in recent three years][Y]](https://github.com/codemodus/kace) [![godoc][D]](https://godoc.org/github.com/codemodus/kace)
- [TySug](https://github.com/Dynom/TySug) **star:17** Alternative suggestions with respect to keyboard layouts. [![godoc][D]](https://godoc.org/github.com/Dynom/TySug)
- [github](https://github.com/google/go-github) **star:9710** Go library for accessing the GitHub REST API v3. [![There was an update last month][G]](https://github.com/google/go-github) [![godoc][D]](https://godoc.org/github.com/google/go-github)
- [go-openai](https://github.com/sashabaranov/go-openai) **star:6638** OpenAI ChatGPT, DALL·E, Whisper API library for Go. [![godoc][D]](https://godoc.org/github.com/sashabaranov/go-openai)
- [slack](https://github.com/slack-go/slack) **star:4422** Slack API in Go. [![There was an update last month][G]](https://github.com/slack-go/slack) [![godoc][D]](https://godoc.org/github.com/slack-go/slack)
- [discordgo](https://github.com/bwmarrin/discordgo) **star:4322** Go bindings for the Discord Chat API. [![There was an update last month][G]](https://github.com/bwmarrin/discordgo) [![godoc][D]](https://godoc.org/github.com/bwmarrin/discordgo)
- [google](https://github.com/google/google-api-go-client) **star:3612** Auto-generated Google APIs for Go. [![There was an update last month][G]](https://github.com/google/google-api-go-client) [![godoc][D]](https://godoc.org/github.com/google/google-api-go-client)
- [google-cloud](https://github.com/GoogleCloudPlatform/gcloud-golang) **star:3381** Google Cloud APIs Go Client Library. [![There was an update last month][G]](https://github.com/GoogleCloudPlatform/gcloud-golang) [![godoc][D]](https://godoc.org/github.com/GoogleCloudPlatform/gcloud-golang)
- [aws-sdk-go](https://github.com/aws/aws-sdk-go-v2) **star:2159** The official AWS SDK for the Go programming language. [![There was an update last month][G]](https://github.com/aws/aws-sdk-go-v2) [![godoc][D]](https://godoc.org/github.com/aws/aws-sdk-go-v2)
- [minio-go](https://github.com/minio/minio-go) **star:2085** Minio Go Library for Amazon S3 compatible cloud storage. [![There was an update last month][G]](https://github.com/minio/minio-go) [![godoc][D]](https://godoc.org/github.com/minio/minio-go)
- [stripe](https://github.com/stripe/stripe-go) **star:1886** Go client for the Stripe API. [![There was an update last month][G]](https://github.com/stripe/stripe-go) [![godoc][D]](https://godoc.org/github.com/stripe/stripe-go)
- [go-twitter](https://github.com/dghubble/go-twitter) **star:1590** Go client library for the Twitter v1.1 APIs. [![godoc][D]](https://godoc.org/github.com/dghubble/go-twitter) [![Archived][Archived]](https://github.com/dghubble/go-twitter)
- [go-jira](https://github.com/andygrunwald/go-jira) **star:1371** Go client library for [Atlassian JIRA](https://www.atlassian.com/software/jira) [![There was an update last month][G]](https://github.com/andygrunwald/go-jira) [![godoc][D]](https://godoc.org/github.com/andygrunwald/go-jira)
- [facebook](https://github.com/huandu/facebook) **star:1206** Go Library that supports the Facebook Graph API. [![godoc][D]](https://godoc.org/github.com/huandu/facebook)
- [anaconda](https://github.com/ChimeraCoder/anaconda) **star:1139** Go client library for the Twitter 1.1 API. [![godoc][D]](https://godoc.org/github.com/ChimeraCoder/anaconda)
- [githubql](https://github.com/shurcooL/githubql) **star:1042** Go library for accessing the GitHub GraphQL API v4. [![godoc][D]](https://godoc.org/github.com/shurcooL/githubql)
- [webhooks](https://github.com/go-playground/webhooks) **star:877** Webhook receiver for GitHub and Bitbucket. [![godoc][D]](https://godoc.org/github.com/go-playground/webhooks)
- [twitter-scraper](https://github.com/n0madic/twitter-scraper) **star:750** Scrape the Twitter Frontend API without authentication and limits. [![godoc][D]](https://godoc.org/github.com/n0madic/twitter-scraper)
- [paypal](https://github.com/logpacker/PayPal-Go-SDK) **star:610** Wrapper for PayPal payment API. [![godoc][D]](https://godoc.org/github.com/logpacker/PayPal-Go-SDK)
- [geo-golang](https://github.com/codingsince1985/geo-golang) **star:483** Go Library to access [Google Maps](https://developers.google.com/maps/documentation/geocoding/intro), [MapQuest](https://developer.mapquest.com/documentation/geocoding-api/), [Nominatim](https://developer.mapquest.com/documentation/open/nominatim-search), [OpenCage](https://opencagedata.com/api), [Bing](https://msdn.microsoft.com/en-us/library/ff701715.aspx), [Mapbox](https://www.mapbox.com/developers/api/geocoding/), and [OpenStreetMap](https://wiki.openstreetmap.org/wiki/Nominatim) geocoding / reverse geocoding APIs. [![godoc][D]](https://godoc.org/github.com/codingsince1985/geo-golang)
- [lark](https://github.com/chyroc/lark) **star:350** [Feishu](https://open.feishu.cn/)/[Lark](https://open.larksuite.com/) Open API Go SDK, Support ALL Open API and Event Callback. [![There was an update last month][G]](https://github.com/chyroc/lark) [![godoc][D]](https://godoc.org/github.com/chyroc/lark) [![Contains Chinese documents][CN]](https://github.com/chyroc/lark)
- [openaigo](https://github.com/otiai10/openaigo) **star:277** OpenAI GPT3/GPT3.5 ChatGPT API client library for Go. [![godoc][D]](https://godoc.org/github.com/otiai10/openaigo)
- [ethrpc](https://github.com/onrik/ethrpc) **star:260** Go bindings for Ethereum JSON RPC API. [![godoc][D]](https://godoc.org/github.com/onrik/ethrpc)
- [go-marathon](https://github.com/gambol99/go-marathon) **star:200** Go library for interacting with Mesosphere's Marathon PAAS. [![It hasn't been updated in recent three years][Y]](https://github.com/gambol99/go-marathon) [![godoc][D]](https://godoc.org/github.com/gambol99/go-marathon)
- [go-lark](https://github.com/go-lark/lark) **star:166** An easy-to-use unofficial SDK for [Feishu](https://open.feishu.cn/) and [Lark](https://open.larksuite.com/) Open Platform. [![godoc][D]](https://godoc.org/github.com/go-lark/lark) [![Contains Chinese documents][CN]](https://github.com/go-lark/lark)
- [go-trending](https://github.com/andygrunwald/go-trending) **star:138** Go library for accessing [trending repositories](https://github.com/trending) and [developers](https://github.com/trending/developers) at Github. [![There was an update last month][G]](https://github.com/andygrunwald/go-trending) [![godoc][D]](https://godoc.org/github.com/andygrunwald/go-trending)
- [Medium](https://github.com/Medium/medium-sdk-go) **star:138** Golang SDK for Medium's OAuth2 API. [![It hasn't been updated in recent three years][Y]](https://github.com/Medium/medium-sdk-go) [![godoc][D]](https://godoc.org/github.com/Medium/medium-sdk-go)
- [pushover](https://github.com/gregdel/pushover) **star:137** Go wrapper for the Pushover API. [![godoc][D]](https://godoc.org/github.com/gregdel/pushover)
- [gostorm](https://github.com/jsgilmore/gostorm) **star:130** GoStorm is a Go library that implements the communications protocol required to write Storm spouts and Bolts in Go that communicate with the Storm shells. [![It hasn't been updated in recent three years][Y]](https://github.com/jsgilmore/gostorm) [![godoc][D]](https://godoc.org/github.com/jsgilmore/gostorm)
- [simples3](https://github.com/rhnvrm/simples3) **star:116** Simple no frills AWS S3 Library using REST with V4 Signing written in Go. [![godoc][D]](https://godoc.org/github.com/rhnvrm/simples3)
- [hipchat (xmpp)](https://github.com/daneharrigan/hipchat) **star:110** A golang package to communicate with HipChat over XMPP. [![It hasn't been updated in recent three years][Y]](https://github.com/daneharrigan/hipchat) [![godoc][D]](https://godoc.org/github.com/daneharrigan/hipchat)
- [hipchat](https://github.com/andybons/hipchat) **star:105** This project implements a golang client library for the Hipchat API. [![It hasn't been updated in recent three years][Y]](https://github.com/andybons/hipchat) [![godoc][D]](https://godoc.org/github.com/andybons/hipchat)
- [cachet](https://github.com/andygrunwald/cachet) **star:90** Go client library for [Cachet (open source status page system)](https://cachethq.io/). [![godoc][D]](https://godoc.org/github.com/andygrunwald/cachet)
- [golang-tmdb](https://github.com/cyruzin/golang-tmdb) **star:86** Golang wrapper for The Movie Database API v3. [![There was an update last month][G]](https://github.com/cyruzin/golang-tmdb) [![godoc][D]](https://godoc.org/github.com/cyruzin/golang-tmdb)
- [igdb](https://github.com/Henry-Sarabia/igdb) **star:79** Go client for the [Internet Game Database API](https://api.igdb.com/). [![godoc][D]](https://godoc.org/github.com/Henry-Sarabia/igdb)
- [gogtrends](https://github.com/groovili/gogtrends) **star:74** Google Trends Unofficial API. [![godoc][D]](https://godoc.org/github.com/groovili/gogtrends)
- [google-play-scraper](https://github.com/n0madic/google-play-scraper) **star:74** Get data from Google Play Store. [![godoc][D]](https://godoc.org/github.com/n0madic/google-play-scraper)
- [go-unsplash](https://github.com/hbagdi/go-unsplash) **star:72** Go client library for the [Unsplash.com](https://unsplash.com) API. [![godoc][D]](https://godoc.org/github.com/hbagdi/go-unsplash)
- [go-postman-collection](https://github.com/rbretecher/go-postman-collection) **star:70** Go module to work with [Postman Collections](https://learning.getpostman.com/docs/postman/collections/creating-collections/) (compatible with Insomnia). [![godoc][D]](https://godoc.org/github.com/rbretecher/go-postman-collection)
- [airtable](https://github.com/mehanizm/airtable) **star:65** Go client library for the [Airtable API](https://airtable.com/api). [![godoc][D]](https://godoc.org/github.com/mehanizm/airtable)
- [circleci](https://github.com/jszwedko/go-circleci) **star:65** Go client library for interacting with CircleCI's API. [![There was an update last month][G]](https://github.com/jszwedko/go-circleci) [![godoc][D]](https://godoc.org/github.com/jszwedko/go-circleci)
- [mixpanel](https://github.com/dukex/mixpanel) **star:61** Mixpanel is a library for tracking events and sending Mixpanel profile updates to Mixpanel from your go applications. [![godoc][D]](https://godoc.org/github.com/dukex/mixpanel)
- [ynab](https://github.com/brunomvsouza/ynab.go) **star:60** Go wrapper for the YNAB API. [![godoc][D]](https://godoc.org/github.com/brunomvsouza/ynab.go)
- [amazon-product-advertising-api](https://github.com/ngs/go-amazon-product-advertising-api) **star:57** Go Client Library for [Amazon Product Advertising API](https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html). [![It hasn't been updated in recent three years][Y]](https://github.com/ngs/go-amazon-product-advertising-api) [![godoc][D]](https://godoc.org/github.com/ngs/go-amazon-product-advertising-api)
- [uptimerobot](https://github.com/bitfield/uptimerobot) **star:57** Go wrapper and command-line client for the Uptime Robot v2 API. [![godoc][D]](https://godoc.org/github.com/bitfield/uptimerobot)
- [clarifai](https://github.com/samuelcouch/clarifai) **star:55** Go client library for interfacing with the Clarifai API. [![It hasn't been updated in recent three years][Y]](https://github.com/samuelcouch/clarifai) [![godoc][D]](https://godoc.org/github.com/samuelcouch/clarifai)
- [fcm](https://github.com/maddevsio/fcm) **star:51** Go library for Firebase Cloud Messaging. [![It hasn't been updated in recent three years][Y]](https://github.com/maddevsio/fcm) [![godoc][D]](https://godoc.org/github.com/maddevsio/fcm)
- [go-redoc](https://github.com/mvrilo/go-redoc) **star:51** Embedded OpenAPI/Swagger documentation ui for Go using [ReDoc](https://redocly.com/). [![godoc][D]](https://godoc.org/github.com/mvrilo/go-redoc)
- [go-xkcd](https://github.com/nishanths/go-xkcd) **star:51** Go client for the xkcd API. [![godoc][D]](https://godoc.org/github.com/nishanths/go-xkcd)
- [spotify](https://github.com/rapito/go-spotify) **star:48** Go Library to access Spotify WEB API. [![godoc][D]](https://godoc.org/github.com/rapito/go-spotify)
- [swag](https://github.com/zc2638/swag) **star:41** No comments, simple go wrapper to create swagger 2.0 compatible APIs. Support most routing frameworks, such as built-in, gin, chi, mux, echo, httprouter, fasthttp and more. [![godoc][D]](https://godoc.org/github.com/zc2638/swag) [![Contains Chinese documents][CN]](https://github.com/zc2638/swag)
- [golyrics](https://github.com/mamal72/golyrics) **star:40** Golyrics is a Go library to fetch music lyrics data from the Wikia website. [![It hasn't been updated in recent three years][Y]](https://github.com/mamal72/golyrics) [![godoc][D]](https://godoc.org/github.com/mamal72/golyrics)
- [go-myanimelist](https://github.com/nstratos/go-myanimelist) **star:36** Go client library for accessing the [MyAnimeList API](https://myanimelist.net/apiconfig/references/api/v2). [![godoc][D]](https://godoc.org/github.com/nstratos/go-myanimelist)
- [lastpass-go](https://github.com/ansd/lastpass-go) **star:33** Go client library for the [LastPass](https://www.lastpass.com/) API. [![godoc][D]](https://godoc.org/github.com/ansd/lastpass-go)
- [translate](https://github.com/poorny/translate) **star:33** Go online translation package. [![It hasn't been updated in recent three years][Y]](https://github.com/poorny/translate) [![godoc][D]](https://godoc.org/github.com/poorny/translate) [![Archived][Archived]](https://github.com/poorny/translate)
- [gami](https://github.com/bit4bit/gami) **star:32** Go library for Asterisk Manager Interface. [![It hasn't been updated in recent three years][Y]](https://github.com/bit4bit/gami) [![godoc][D]](https://godoc.org/github.com/bit4bit/gami) [![Archived][Archived]](https://github.com/bit4bit/gami)
- [gcm](https://github.com/Aorioli/gcm) **star:31** Go library for Google Cloud Messaging. [![It hasn't been updated in recent three years][Y]](https://github.com/Aorioli/gcm) [![godoc][D]](https://godoc.org/github.com/Aorioli/gcm)
- [steam](https://github.com/sostronk/go-steam) **star:30** Go Library to interact with Steam game servers. [![godoc][D]](https://godoc.org/github.com/sostronk/go-steam)
- [GoFreeDB](https://github.com/FreeLeh/GoFreeDB) **star:28** Golang library providing common and simple database abstractions on top of Google Sheets. [![godoc][D]](https://godoc.org/github.com/FreeLeh/GoFreeDB)
- [go-imgur](https://github.com/koffeinsource/go-imgur) **star:25** Go client library for [imgur](https://imgur.com) [![godoc][D]](https://godoc.org/github.com/koffeinsource/go-imgur)
- [shopify](https://github.com/rapito/go-shopify) **star:25** Go Library to make CRUD request to the Shopify API. [![godoc][D]](https://godoc.org/github.com/rapito/go-shopify)
- [device-check-go](https://github.com/rinchsan/device-check-go) **star:22** Go client library for interacting with [iOS DeviceCheck API](https://developer.apple.com/documentation/devicecheck) v1. [![godoc][D]](https://godoc.org/github.com/rinchsan/device-check-go)
- [jokeapi-go](https://github.com/icelain/jokeapi) **star:22** Go client for [JokeAPI](https://sv443.net/jokeapi/v2/). [![godoc][D]](https://godoc.org/github.com/icelain/jokeapi)
- [coinpaprika-go](https://github.com/coinpaprika/coinpaprika-api-go-client) **star:21** Go client library for interacting with Coinpaprika's API. [![godoc][D]](https://godoc.org/github.com/coinpaprika/coinpaprika-api-go-client)
- [brewerydb](https://github.com/naegelejd/brewerydb) **star:19** Go library for accessing the BreweryDB API. [![It hasn't been updated in recent three years][Y]](https://github.com/naegelejd/brewerydb) [![godoc][D]](https://godoc.org/github.com/naegelejd/brewerydb)
- [go-aws-news](https://github.com/circa10a/go-aws-news) **star:19** Go application and library to fetch what's new from AWS. [![godoc][D]](https://godoc.org/github.com/circa10a/go-aws-news)
- [textbelt](https://github.com/dietsche/textbelt) **star:19** Go client for the textbelt.com txt messaging API. [![It hasn't been updated in recent three years][Y]](https://github.com/dietsche/textbelt) [![godoc][D]](https://godoc.org/github.com/dietsche/textbelt)
- [codeship-go](https://github.com/codeship/codeship-go) **star:18** Go client library for interacting with Codeship's API v2. [![It hasn't been updated in recent three years][Y]](https://github.com/codeship/codeship-go) [![godoc][D]](https://godoc.org/github.com/codeship/codeship-go)
- [go-hacknews](https://github.com/PaulRosset/go-hacknews) **star:16** Tiny Go client for HackerNews API. [![It hasn't been updated in recent three years][Y]](https://github.com/PaulRosset/go-hacknews) [![godoc][D]](https://godoc.org/github.com/PaulRosset/go-hacknews)
- [gopaapi5](https://github.com/utekaravinash/gopaapi5) **star:15** Go Client Library for [Amazon Product Advertising API 5.0](https://webservices.amazon.com/paapi5/documentation/). [![It hasn't been updated in recent three years][Y]](https://github.com/utekaravinash/gopaapi5) [![godoc][D]](https://godoc.org/github.com/utekaravinash/gopaapi5)
- [goami2](https://github.com/staskobzar/goami2) **star:14** AMI v2 library for Asterisk PBX. [![godoc][D]](https://godoc.org/github.com/staskobzar/goami2)
- [google-analytics](https://github.com/chonthu/go-google-analytics) **star:14** Simple wrapper for easy google analytics reporting. [![It hasn't been updated in recent three years][Y]](https://github.com/chonthu/go-google-analytics) [![godoc][D]](https://godoc.org/github.com/chonthu/go-google-analytics)
- [bqwriter](https://github.com/OTA-Insight/bqwriter) **star:13** High Level Go Library to write data into [Google BigQuery](https://cloud.google.com/bigquery) at a high throughout. [![godoc][D]](https://godoc.org/github.com/OTA-Insight/bqwriter)
- [go-openproject](https://github.com/manuelbcd/go-openproject) **star:13** Go client library for interacting with [OpenProject](https://docs.openproject.org/api/) API. [![godoc][D]](https://godoc.org/github.com/manuelbcd/go-openproject)
- [go-here](https://github.com/abdullahselek/go-here) **star:12** Go client library around the HERE location based APIs. [![It hasn't been updated in recent three years][Y]](https://github.com/abdullahselek/go-here) [![godoc][D]](https://godoc.org/github.com/abdullahselek/go-here)
- [go-sophos](https://github.com/esurdam/go-sophos) **star:12** Go client library for the [Sophos UTM REST API](https://www.sophos.com/en-us/medialibrary/PDFs/documentation/UTMonAWS/Sophos-UTM-RESTful-API.pdf?la=en) with zero dependencies. [![godoc][D]](https://godoc.org/github.com/esurdam/go-sophos)
- [gomalshare](https://github.com/MonaxGT/gomalshare) **star:12** Go library MalShare API [malshare.com](https://www.malshare.com/) [![It hasn't been updated in recent three years][Y]](https://github.com/MonaxGT/gomalshare) [![godoc][D]](https://godoc.org/github.com/MonaxGT/gomalshare)
- [smite](https://github.com/sergiotapia/smitego) **star:11** Go package to wraps access to the Smite game API. [![It hasn't been updated in recent three years][Y]](https://github.com/sergiotapia/smitego) [![godoc][D]](https://godoc.org/github.com/sergiotapia/smitego)
- [libgoffi](https://github.com/clevabit/libgoffi) **star:9** Library adapter toolbox for native [libffi](https://sourceware.org/libffi/) integration [![It hasn't been updated in recent three years][Y]](https://github.com/clevabit/libgoffi) [![godoc][D]](https://godoc.org/github.com/clevabit/libgoffi)
- [rawg-sdk-go](https://github.com/dimuska139/rawg-sdk-go) **star:9** Go library for the [RAWG Video Games Database](https://rawg.io/) API [![godoc][D]](https://godoc.org/github.com/dimuska139/rawg-sdk-go)
- [rrdaclient](https://github.com/Omie/rrdaclient) **star:9** Go Library to access statdns.com API, which is in turn RRDA API. DNS Queries over HTTP. [![It hasn't been updated in recent three years][Y]](https://github.com/Omie/rrdaclient) [![godoc][D]](https://godoc.org/github.com/Omie/rrdaclient) [![Archived][Archived]](https://github.com/Omie/rrdaclient)
- [tumblr](https://github.com/mattcunningham/gumblr) **star:9** Go wrapper for the Tumblr v2 API. [![It hasn't been updated in recent three years][Y]](https://github.com/mattcunningham/gumblr) [![godoc][D]](https://godoc.org/github.com/mattcunningham/gumblr)
- [go-chronos](https://github.com/axelspringer/go-chronos) **star:8** Go library for interacting with the [Chronos](https://mesos.github.io/chronos/) Job Scheduler [![It hasn't been updated in recent three years][Y]](https://github.com/axelspringer/go-chronos) [![godoc][D]](https://godoc.org/github.com/axelspringer/go-chronos)
- [go-hibp](https://github.com/wneessen/go-hibp) **star:8** Simple Go binding to the "Have I Been Pwned" APIs. [![godoc][D]](https://godoc.org/github.com/wneessen/go-hibp)
- [go-sptrans](https://github.com/sergioaugrod/go-sptrans) **star:8** Go client library for the SPTrans Olho Vivo API. [![It hasn't been updated in recent three years][Y]](https://github.com/sergioaugrod/go-sptrans) [![godoc][D]](https://godoc.org/github.com/sergioaugrod/go-sptrans)
- [google-email-audit-api](https://github.com/ngs/go-google-email-audit-api) **star:8** Go client library for [Google G Suite Email Audit API](https://developers.google.com/admin-sdk/email-audit/). [![It hasn't been updated in recent three years][Y]](https://github.com/ngs/go-google-email-audit-api) [![godoc][D]](https://godoc.org/github.com/ngs/go-google-email-audit-api) [![Archived][Archived]](https://github.com/ngs/go-google-email-audit-api)
- [newsapi-go](https://github.com/jellydator/newsapi-go) **star:6** Go client for [NewsAPI](https://newsapi.org/). [![godoc][D]](https://godoc.org/github.com/jellydator/newsapi-go)
- [go-restcountries](https://github.com/chriscross0/go-restcountries) **star:4** Go library for the [REST Countries API](https://countrylayer.com/). [![godoc][D]](https://godoc.org/github.com/chriscross0/go-restcountries)
- [dusupay-sdk-go](https://github.com/Kachit/dusupay-sdk-go) **star:3** Unofficial Dusupay payment gateway API Client for Go [![godoc][D]](https://godoc.org/github.com/Kachit/dusupay-sdk-go)
- [fasapay-sdk-go](https://github.com/Kachit/fasapay-sdk-go) **star:2** Unofficial Fasapay payment gateway XML API Client for Golang. [![godoc][D]](https://godoc.org/github.com/Kachit/fasapay-sdk-go)
- [playlyfe](https://github.com/playlyfe/playlyfe-go-sdk) **star:2** The Playlyfe Rest API Go SDK. [![It hasn't been updated in recent three years][Y]](https://github.com/playlyfe/playlyfe-go-sdk) [![godoc][D]](https://godoc.org/github.com/playlyfe/playlyfe-go-sdk)
- [TripAdvisor](https://github.com/mrbenosborne/tripadvisor-golang) **star:2** Go wrapper for the TripAdvisor API. [![It hasn't been updated in recent three years][Y]](https://github.com/mrbenosborne/tripadvisor-golang) [![godoc][D]](https://godoc.org/github.com/mrbenosborne/tripadvisor-golang)
- [vl-go](https://github.com/verifid/vl-go) **star:2** Go client library around the VerifID identity verification layer API. [![godoc][D]](https://godoc.org/github.com/verifid/vl-go)
- [fzf](https://github.com/junegunn/fzf) **star:54997** Command-line fuzzy finder written in Go. [![There was an update last month][G]](https://github.com/junegunn/fzf) [![godoc][D]](https://godoc.org/github.com/junegunn/fzf)
- [dive](https://github.com/wagoodman/dive) **star:39067** A tool for exploring each layer in a Docker image. [![There was an update last month][G]](https://github.com/wagoodman/dive) [![godoc][D]](https://godoc.org/github.com/wagoodman/dive)
- [hub](https://github.com/github/hub) **star:22551** wrap git commands with additional functionality to interact with github from the terminal. [![There was an update last month][G]](https://github.com/github/hub) [![godoc][D]](https://godoc.org/github.com/github/hub)
- [sqlx](https://github.com/jmoiron/sqlx) **star:14461** provides a set of extensions on top of the excellent built-in database/sql package. [![godoc][D]](https://godoc.org/github.com/jmoiron/sqlx)
- [lo](https://github.com/samber/lo) **star:13611** A Lodash like Go library based on Go 1.18+ Generics (map, filter, contains, find...) [![godoc][D]](https://godoc.org/github.com/samber/lo)
- [air](https://github.com/cosmtrek/air) **star:12355** Air - Live reload for Go apps. [![There was an update last month][G]](https://github.com/cosmtrek/air) [![godoc][D]](https://godoc.org/github.com/cosmtrek/air) [![Contains Chinese documents][CN]](https://github.com/cosmtrek/air)
- [goreleaser](https://github.com/goreleaser/goreleaser) **star:12242** Deliver Go binaries as fast and easily as possible. [![There was an update last month][G]](https://github.com/goreleaser/goreleaser) [![godoc][D]](https://godoc.org/github.com/goreleaser/goreleaser)
- [wuzz](https://github.com/asciimoo/wuzz) **star:10384** Interactive cli tool for HTTP inspection. [![godoc][D]](https://godoc.org/github.com/asciimoo/wuzz)
- [usql](https://github.com/knq/usql) **star:8270** usql is a universal command-line interface for SQL databases. [![There was an update last month][G]](https://github.com/knq/usql) [![godoc][D]](https://godoc.org/github.com/knq/usql)
- [go-funk](https://github.com/thoas/go-funk) **star:4434** Modern Go utility library which provides helpers (map, find, contains, filter, chunk, reverse, ...). [![godoc][D]](https://godoc.org/github.com/thoas/go-funk)
- [godropbox](https://github.com/dropbox/godropbox) **star:4152** Common libraries for writing Go services/applications from Dropbox. [![godoc][D]](https://godoc.org/github.com/dropbox/godropbox)
- [minify](https://github.com/tdewolff/minify) **star:3460** Fast minifiers for HTML, CSS, JS, XML, JSON and SVG file formats. [![There was an update last month][G]](https://github.com/tdewolff/minify) [![godoc][D]](https://godoc.org/github.com/tdewolff/minify)
- [panicparse](https://github.com/maruel/panicparse) **star:3454** Groups similar goroutines and colorizes stack dump. [![godoc][D]](https://godoc.org/github.com/maruel/panicparse)
- [lancet](https://github.com/duke-git/lancet) **star:3094** A comprehensive, efficient, and reusable util function library of go. [![godoc][D]](https://godoc.org/github.com/duke-git/lancet) [![Contains Chinese documents][CN]](https://github.com/duke-git/lancet)
- [goreporter](https://github.com/wgliang/goreporter) **star:3088** Golang tool that does static analysis, unit testing, code review and generate code quality report. [![It hasn't been updated in recent three years][Y]](https://github.com/wgliang/goreporter) [![godoc][D]](https://godoc.org/github.com/wgliang/goreporter)
- [mergo](https://github.com/imdario/mergo) **star:2584** Helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. [![godoc][D]](https://godoc.org/github.com/imdario/mergo)
- [mc](https://github.com/minio/mc) **star:2570** Minio Client provides minimal tools to work with Amazon S3 compatible cloud storage and filesystems. [![There was an update last month][G]](https://github.com/minio/mc) [![godoc][D]](https://godoc.org/github.com/minio/mc)
- [create-go-app](https://github.com/create-go-app/cli) **star:2212** A powerful CLI for create a new production-ready project with backend (Golang), frontend (JavaScript, TypeScript) & deploy automation (Ansible, Docker) by running one command. [![There was an update last month][G]](https://github.com/create-go-app/cli) [![godoc][D]](https://godoc.org/github.com/create-go-app/cli)
- [Storm](https://github.com/asdine/storm) **star:2006** Simple and powerful toolkit for BoltDB. [![godoc][D]](https://godoc.org/github.com/asdine/storm)
- [retry-go](https://github.com/avast/retry-go) **star:1993** Simple library for retry mechanism. [![godoc][D]](https://godoc.org/github.com/avast/retry-go)
- [EaseProbe](https://github.com/megaease/easeprobe) **star:1917** A simple, standalone, and lightWeight tool that can do health/status checking daemon, support HTTP/TCP/SSH/Shell/Client/... probes, and Slack/Discord/Telegram/SMS... notification. [![godoc][D]](https://godoc.org/github.com/megaease/easeprobe)
- [filetype](https://github.com/h2non/filetype) **star:1915** Small package to infer the file type checking the magic numbers signature. [![There was an update last month][G]](https://github.com/h2non/filetype) [![godoc][D]](https://godoc.org/github.com/h2non/filetype)
- [jump](https://github.com/gsamokovarov/jump) **star:1691** Jump helps you navigate faster by learning your habits. [![godoc][D]](https://godoc.org/github.com/gsamokovarov/jump)
- [boilr](https://github.com/tmrts/boilr) **star:1657** Blazingly fast CLI tool for creating projects from boilerplate templates. [![godoc][D]](https://godoc.org/github.com/tmrts/boilr)
- [gitbatch](https://github.com/isacikgoz/gitbatch) **star:1513** manage your git repositories in one place. [![godoc][D]](https://godoc.org/github.com/isacikgoz/gitbatch)
- [mimetype](https://github.com/gabriel-vasile/mimetype) **star:1254** Package for MIME type detection based on magic numbers. [![There was an update last month][G]](https://github.com/gabriel-vasile/mimetype) [![godoc][D]](https://godoc.org/github.com/gabriel-vasile/mimetype)
- [circuitbreaker](https://github.com/rubyist/circuitbreaker) **star:1086** Circuit Breakers in Go. [![godoc][D]](https://godoc.org/github.com/rubyist/circuitbreaker)
- [scany](https://github.com/georgysavva/scany) **star:1057** Library for scanning data from a database into Go structs and more. [![godoc][D]](https://godoc.org/github.com/georgysavva/scany)
- [hostctl](https://github.com/guumaster/hostctl) **star:949** A CLI tool to manage /etc/hosts with easy commands. [![godoc][D]](https://godoc.org/github.com/guumaster/hostctl)
- [git-time-metric](https://github.com/git-time-metric/gtm) **star:948** Simple, seamless, lightweight time tracking for Git. [![godoc][D]](https://godoc.org/github.com/git-time-metric/gtm)
- [circuit](https://github.com/cep21/circuit) **star:717** An efficient and feature complete Hystrix like Go implementation of the circuit breaker pattern. [![godoc][D]](https://godoc.org/github.com/cep21/circuit)
- [upterm](https://github.com/owenthereal/upterm) **star:681** A tool for developers to share terminal/tmux sessions securely over the web. It’s perfect for remote pair programming, accessing computers behind NATs/firewalls, remote debugging, and more. [![There was an update last month][G]](https://github.com/owenthereal/upterm) [![godoc][D]](https://godoc.org/github.com/owenthereal/upterm)
- [delve](https://github.com/derekparker/delve) **star:604** Go debugger. [![There was an update last month][G]](https://github.com/derekparker/delve) [![godoc][D]](https://godoc.org/github.com/derekparker/delve)
- [ergo](https://github.com/cristianoliveira/ergo) **star:588** The management of multiple local services running over different ports made easy. [![godoc][D]](https://godoc.org/github.com/cristianoliveira/ergo)
- [htcat](https://github.com/htcat/htcat) **star:553** Parallel and Pipelined HTTP GET Utility. [![It hasn't been updated in recent three years][Y]](https://github.com/htcat/htcat) [![godoc][D]](https://godoc.org/github.com/htcat/htcat)
- [clockwork](https://github.com/jonboulle/clockwork) **star:528** A simple fake clock for golang. [![godoc][D]](https://godoc.org/github.com/jonboulle/clockwork)
- [changie](https://github.com/miniscruff/changie) **star:520** Automated changelog tool for preparing releases with lots of customization options. [![There was an update last month][G]](https://github.com/miniscruff/changie) [![godoc][D]](https://godoc.org/github.com/miniscruff/changie)
- [koazee](https://github.com/wesovilabs/koazee) **star:519** Library inspired in Lazy evaluation and functional programming that takes the hassle out of working with arrays. [![godoc][D]](https://godoc.org/github.com/wesovilabs/koazee)
- [godaemon](https://github.com/VividCortex/godaemon) **star:492** Utility to write daemons. [![godoc][D]](https://godoc.org/github.com/VividCortex/godaemon)
- [scan](https://github.com/blockloop/scan) **star:459** Scan golang `sql.Rows` directly to structs, slices, or primitive types. [![godoc][D]](https://godoc.org/github.com/blockloop/scan)
- [clipboard](https://github.com/golang-design/clipboard) **star:457** 📋 cross-platform clipboard package in Go. [![godoc][D]](https://godoc.org/github.com/golang-design/clipboard)
- [gubrak](https://github.com/novalagung/gubrak) **star:453** Golang utility library with syntactic sugar. It's like lodash, but for golang. [![godoc][D]](https://godoc.org/github.com/novalagung/gubrak)
- [gopencils](https://github.com/bndr/gopencils) **star:449** Small and simple package to easily consume REST APIs. [![It hasn't been updated in recent three years][Y]](https://github.com/bndr/gopencils) [![godoc][D]](https://godoc.org/github.com/bndr/gopencils)
- [remote-touchpad](https://github.com/Unrud/remote-touchpad) **star:429** Control mouse and keyboard from a smartphone. [![godoc][D]](https://godoc.org/github.com/Unrud/remote-touchpad)
- [request](https://github.com/mozillazg/request) **star:427** Go HTTP Requests for Humans™. [![It hasn't been updated in recent three years][Y]](https://github.com/mozillazg/request) [![godoc][D]](https://godoc.org/github.com/mozillazg/request)
- [Deepcopier](https://github.com/ulule/deepcopier) **star:423** Simple struct copying for Go. [![It hasn't been updated in recent three years][Y]](https://github.com/ulule/deepcopier) [![godoc][D]](https://godoc.org/github.com/ulule/deepcopier)
- [mani](https://github.com/alajmo/mani) **star:391** CLI tool to help you manage multiple repositories. [![godoc][D]](https://godoc.org/github.com/alajmo/mani)
- [retry](https://github.com/kamilsk/retry) **star:334** The most advanced functional mechanism to perform actions repetitively until successful. [![godoc][D]](https://godoc.org/github.com/kamilsk/retry)
- [serve](https://github.com/syntaqx/serve) **star:311** A static http server anywhere you need. [![godoc][D]](https://godoc.org/github.com/syntaqx/serve)
- [grofer](https://github.com/pesos/grofer) **star:303** A system and resource monitoring tool written in Golang! [![godoc][D]](https://godoc.org/github.com/pesos/grofer)
- [countries](https://github.com/biter777/countries) **star:295** Full implementation of ISO-3166-1, ISO-4217, ITU-T E.164, Unicode CLDR and IANA ccTLD standards. [![There was an update last month][G]](https://github.com/biter777/countries) [![godoc][D]](https://godoc.org/github.com/biter777/countries)
- [gotenv](https://github.com/subosito/gotenv) **star:273** Load environment variables from `.env` or any `io.Reader` in Go. [![godoc][D]](https://godoc.org/github.com/subosito/gotenv)
- [gohper](https://github.com/cosiner/gohper) **star:256** Various tools/modules help for development. [![It hasn't been updated in recent three years][Y]](https://github.com/cosiner/gohper) [![godoc][D]](https://godoc.org/github.com/cosiner/gohper) [![Archived][Archived]](https://github.com/cosiner/gohper)
- [wifiqr](https://github.com/reugn/wifiqr) **star:241** Wi-Fi QR Code Generator. [![godoc][D]](https://godoc.org/github.com/reugn/wifiqr)
- [rospo](https://github.com/ferama/rospo) **star:238** Simple and reliable ssh tunnels with embedded ssh server in Golang. [![godoc][D]](https://godoc.org/github.com/ferama/rospo)
- [go-trigger](https://github.com/sadlil/go-trigger) **star:236** Go-lang global event triggerer, Register Events with an id and trigger the event from anywhere from your project. [![It hasn't been updated in recent three years][Y]](https://github.com/sadlil/go-trigger) [![godoc][D]](https://godoc.org/github.com/sadlil/go-trigger)
- [limiters](https://github.com/mennanov/limiters) **star:228** Rate limiters for distributed applications in Golang with configurable back-ends and distributed locks. [![There was an update last month][G]](https://github.com/mennanov/limiters) [![godoc][D]](https://godoc.org/github.com/mennanov/limiters)
- [go-sitemap-generator](https://github.com/ikeikeikeike/go-sitemap-generator) **star:206** XML Sitemap generator written in Go. [![godoc][D]](https://godoc.org/github.com/ikeikeikeike/go-sitemap-generator)
- [Death](https://github.com/vrecan/death) **star:190** Managing go application shutdown with signals. [![godoc][D]](https://godoc.org/github.com/vrecan/death)
- [go-bind-plugin](https://github.com/wendigo/go-bind-plugin) **star:184** go:generate tool for wrapping symbols exported by golang plugins (1.8 only). [![It hasn't been updated in recent three years][Y]](https://github.com/wendigo/go-bind-plugin) [![godoc][D]](https://godoc.org/github.com/wendigo/go-bind-plugin)
- [rerun](https://github.com/ivpusic/rerun) **star:167** Recompiling and rerunning go apps when source changes. [![It hasn't been updated in recent three years][Y]](https://github.com/ivpusic/rerun) [![godoc][D]](https://godoc.org/github.com/ivpusic/rerun)
- [moldova](https://github.com/StabbyCutyou/moldova) **star:166** Utility for generating random data based on an input template. [![It hasn't been updated in recent three years][Y]](https://github.com/StabbyCutyou/moldova) [![godoc][D]](https://godoc.org/github.com/StabbyCutyou/moldova)
- [apm](https://github.com/topfreegames/apm) **star:164** Process manager for Golang applications with an HTTP API. [![It hasn't been updated in recent three years][Y]](https://github.com/topfreegames/apm) [![godoc][D]](https://godoc.org/github.com/topfreegames/apm)
- [chyle](https://github.com/antham/chyle) **star:153** Changelog generator using a git repository with multiple configuration possibilities. [![godoc][D]](https://godoc.org/github.com/antham/chyle)
- [go-bsdiff](https://github.com/gabstv/go-bsdiff) **star:148** Pure Go bsdiff and bspatch libraries and CLI tools. [![It hasn't been updated in recent three years][Y]](https://github.com/gabstv/go-bsdiff) [![godoc][D]](https://godoc.org/github.com/gabstv/go-bsdiff)
- [cryptgo](https://github.com/Gituser143/cryptgo) **star:137** Crytpgo is a TUI based application written purely in Go to monitor and observe cryptocurrency prices in real time! [![godoc][D]](https://godoc.org/github.com/Gituser143/cryptgo)
- [nostromo](https://github.com/pokanop/nostromo) **star:137** CLI for building powerful aliases. [![godoc][D]](https://godoc.org/github.com/pokanop/nostromo)
- [cmd](https://github.com/SimonBaeumer/cmd) **star:136** Library for executing shell commands on osx, windows and linux. [![godoc][D]](https://godoc.org/github.com/SimonBaeumer/cmd)
- [goval](https://github.com/maja42/goval) **star:135** Evaluate arbitrary expressions in Go. [![godoc][D]](https://godoc.org/github.com/maja42/goval)
- [filter](https://github.com/gookit/filter) **star:133** provide filtering, sanitizing, and conversion of Go data. [![godoc][D]](https://godoc.org/github.com/gookit/filter)
- [onecache](https://github.com/adelowo/onecache) **star:133** Caching library with support for multiple backend stores (Redis, Memcached, filesystem etc). [![It hasn't been updated in recent three years][Y]](https://github.com/adelowo/onecache) [![godoc][D]](https://godoc.org/github.com/adelowo/onecache)
- [lrserver](https://github.com/jaschaephraim/lrserver) **star:124** LiveReload server for Go. [![godoc][D]](https://godoc.org/github.com/jaschaephraim/lrserver)
- [mongo-go-pagination](https://github.com/gobeam/mongo-go-pagination) **star:124** Mongodb Pagination for official mongodb/mongo-go-driver package which supports both normal queries and Aggregation pipelines. [![godoc][D]](https://godoc.org/github.com/gobeam/mongo-go-pagination)
- [goseaweedfs](https://github.com/linxGnu/goseaweedfs) **star:108** SeaweedFS client library with almost full features. [![godoc][D]](https://godoc.org/github.com/linxGnu/goseaweedfs)
- [go-lock](https://github.com/viney-shih/go-lock) **star:102** go-lock is a lock library implementing read-write mutex and read-write trylock without starvation. [![godoc][D]](https://godoc.org/github.com/viney-shih/go-lock)
- [mssqlx](https://github.com/linxGnu/mssqlx) **star:101** Database client library, proxy for any master slave, master master structures. Lightweight and auto balancing in mind. [![godoc][D]](https://godoc.org/github.com/linxGnu/mssqlx)
- [xferspdy](https://github.com/monmohan/xferspdy) **star:99** Xferspdy provides binary diff and patch library in golang. [![godoc][D]](https://godoc.org/github.com/monmohan/xferspdy)
- [go-health](https://github.com/Talento90/go-health) **star:94** Health package simplifies the way you add health check to your services. [![godoc][D]](https://godoc.org/github.com/Talento90/go-health)
- [mimemagic](https://github.com/zRedShift/mimemagic) **star:92** Pure Go ultra performant MIME sniffing library/utility. [![godoc][D]](https://godoc.org/github.com/zRedShift/mimemagic)
- [countries](https://github.com/pioz/countries) **star:83** All you need when you are working with countries in Go. [![godoc][D]](https://godoc.org/github.com/pioz/countries)
- [pgo](https://github.com/arthurkushman/pgo) **star:83** Convenient functions for PHP community. [![godoc][D]](https://godoc.org/github.com/arthurkushman/pgo)
- [repeat](https://github.com/ssgreg/repeat) **star:82** Go implementation of different backoff strategies useful for retrying operations and heartbeating. [![It hasn't been updated in recent three years][Y]](https://github.com/ssgreg/repeat) [![godoc][D]](https://godoc.org/github.com/ssgreg/repeat)
- [pm](https://github.com/VividCortex/pm) **star:79** Process (i.e. goroutine) manager with an HTTP API. [![godoc][D]](https://godoc.org/github.com/VividCortex/pm)
- [handy](https://github.com/miguelpragier/handy) **star:75** Many utilities and helpers like string handlers/formatters and validators. [![It hasn't been updated in recent three years][Y]](https://github.com/miguelpragier/handy) [![godoc][D]](https://godoc.org/github.com/miguelpragier/handy)
- [netbug](https://github.com/e-dard/netbug) **star:72** Easy remote profiling of your services. [![It hasn't been updated in recent three years][Y]](https://github.com/e-dard/netbug) [![godoc][D]](https://godoc.org/github.com/e-dard/netbug)
- [UNIS](https://github.com/esemplastic/unis) **star:70** Common Architecture™ for String Utilities in Go. [![It hasn't been updated in recent three years][Y]](https://github.com/esemplastic/unis) [![godoc][D]](https://godoc.org/github.com/esemplastic/unis)
- [goreadability](https://github.com/philipjkim/goreadability) **star:68** Webpage summary extractor using Facebook Open Graph and arc90's readability. [![It hasn't been updated in recent three years][Y]](https://github.com/philipjkim/goreadability) [![godoc][D]](https://godoc.org/github.com/philipjkim/goreadability)
- [minquery](https://github.com/icza/minquery) **star:61** MongoDB / mgo.v2 query that supports efficient pagination (cursors to continue listing documents where we left off). [![godoc][D]](https://godoc.org/github.com/icza/minquery)
- [go-astitodo](https://github.com/asticode/go-astitodo) **star:60** Parse TODOs in your GO code. [![godoc][D]](https://godoc.org/github.com/asticode/go-astitodo)
- [golog](https://github.com/mlimaloureiro/golog) **star:60** Easy and lightweight CLI tool to time track your tasks. [![It hasn't been updated in recent three years][Y]](https://github.com/mlimaloureiro/golog) [![godoc][D]](https://godoc.org/github.com/mlimaloureiro/golog)
- [dbt](https://github.com/nikogura/dbt) **star:58** A framework for running self-updating signed binaries from a central, trusted repository. [![godoc][D]](https://godoc.org/github.com/nikogura/dbt)
- [beyond](https://github.com/wesovilabs/beyond) **star:55** The Go tool that will drive you to the AOP world! [![godoc][D]](https://godoc.org/github.com/wesovilabs/beyond)
- [backscanner](https://github.com/icza/backscanner) **star:54** A scanner similar to bufio.Scanner, but it reads and returns lines in reverse order, starting at a given position and going backward. [![godoc][D]](https://godoc.org/github.com/icza/backscanner)
- [scan](https://github.com/wroge/scan) **star:54** Scan sql rows into any type powered by generics. [![godoc][D]](https://godoc.org/github.com/wroge/scan)
- [shutdown](https://github.com/ztrue/shutdown) **star:52** App shutdown hooks for `os.Signal` handling. [![godoc][D]](https://godoc.org/github.com/ztrue/shutdown)
- [golarm](https://github.com/msempere/golarm) **star:51** Fire alarms with system events. [![It hasn't been updated in recent three years][Y]](https://github.com/msempere/golarm) [![godoc][D]](https://godoc.org/github.com/msempere/golarm)
- [slice](https://github.com/psampaz/slice) **star:51** Type-safe functions for common Go slice operations. [![It hasn't been updated in recent three years][Y]](https://github.com/psampaz/slice) [![godoc][D]](https://godoc.org/github.com/psampaz/slice)
- [copy-pasta](https://github.com/jutkko/copy-pasta) **star:50** Universal multi-workstation clipboard that uses S3 like backend for the storage. [![It hasn't been updated in recent three years][Y]](https://github.com/jutkko/copy-pasta) [![godoc][D]](https://godoc.org/github.com/jutkko/copy-pasta)
- [retry-go](https://github.com/rafaeljesus/retry-go) **star:48** Retrying made simple and easy for golang. [![It hasn't been updated in recent three years][Y]](https://github.com/rafaeljesus/retry-go) [![godoc][D]](https://godoc.org/github.com/rafaeljesus/retry-go)
- [intrinsic](https://github.com/mengzhuo/intrinsic) **star:46** Use x86 SIMD without writing any assembly code. [![It hasn't been updated in recent three years][Y]](https://github.com/mengzhuo/intrinsic) [![godoc][D]](https://godoc.org/github.com/mengzhuo/intrinsic) [![Archived][Archived]](https://github.com/mengzhuo/intrinsic)
- [go-httpheader](https://github.com/mozillazg/go-httpheader) **star:45** Go library for encoding structs into Header fields. [![godoc][D]](https://godoc.org/github.com/mozillazg/go-httpheader)
- [set](https://github.com/nofeaturesonlybugs/set) **star:45** Performant and flexible struct mapping and loose type conversion. [![godoc][D]](https://godoc.org/github.com/nofeaturesonlybugs/set)
- [slicer](https://github.com/leaanthony/slicer) **star:43** Makes working with slices easier. [![godoc][D]](https://godoc.org/github.com/leaanthony/slicer)
- [gpath](https://github.com/tenntenn/gpath) **star:40** Library to simplify access struct fields with Go's expression in reflection. [![It hasn't been updated in recent three years][Y]](https://github.com/tenntenn/gpath) [![godoc][D]](https://godoc.org/github.com/tenntenn/gpath)
- [cvt](https://github.com/shockerli/cvt) **star:39** Easy and safe convert any value to another type. [![godoc][D]](https://godoc.org/github.com/shockerli/cvt) [![Contains Chinese documents][CN]](https://github.com/shockerli/cvt)
- [pointer](https://github.com/xorcare/pointer) **star:39** Package pointer contains helper routines for simplifying the creation of optional fields of basic type. [![godoc][D]](https://godoc.org/github.com/xorcare/pointer)
- [copy](https://github.com/gotidy/copy) **star:37** Package for fast copying structs of different types. [![godoc][D]](https://godoc.org/github.com/gotidy/copy)
- [evaluator](https://github.com/nullne/evaluator) **star:37** Evaluate an expression dynamically based on s-expression. It's simple and easy to extend. [![godoc][D]](https://godoc.org/github.com/nullne/evaluator)
- [ghokin](https://github.com/antham/ghokin) **star:37** Parallelized formatter with no external dependencies for gherkin (cucumber, behat...). [![godoc][D]](https://godoc.org/github.com/antham/ghokin)
- [myhttp](https://github.com/inancgumus/myhttp) **star:35** Simple API to make HTTP GET requests with timeout support. [![It hasn't been updated in recent three years][Y]](https://github.com/inancgumus/myhttp) [![godoc][D]](https://godoc.org/github.com/inancgumus/myhttp) [![Archived][Archived]](https://github.com/inancgumus/myhttp)
- [rclient](https://github.com/zpatrick/rclient) **star:35** Readable, flexible, simple-to-use client for REST APIs. [![It hasn't been updated in recent three years][Y]](https://github.com/zpatrick/rclient) [![godoc][D]](https://godoc.org/github.com/zpatrick/rclient)
- [tome](https://github.com/cyruzin/tome) **star:35** Tome was designed to paginate simple RESTful APIs. [![godoc][D]](https://godoc.org/github.com/cyruzin/tome)
- [throttle](https://github.com/yudppp/throttle) **star:33** Throttle is an object that will perform exactly one action per duration. [![godoc][D]](https://godoc.org/github.com/yudppp/throttle)
- [generate](https://github.com/go-playground/generate) **star:30** runs go generate recursively on a specified path or environment variable and can filter by regex. [![It hasn't been updated in recent three years][Y]](https://github.com/go-playground/generate) [![godoc][D]](https://godoc.org/github.com/go-playground/generate)
- [mimesniffer](https://github.com/aofei/mimesniffer) **star:29** A MIME type sniffer for Go. [![godoc][D]](https://godoc.org/github.com/aofei/mimesniffer)
- [goplaceholder](https://github.com/michiwend/goplaceholder) **star:27** a small golang lib to generate placeholder images. [![It hasn't been updated in recent three years][Y]](https://github.com/michiwend/goplaceholder) [![godoc][D]](https://godoc.org/github.com/michiwend/goplaceholder)
- [ugo](https://github.com/alxrm/ugo) **star:27** ugo is slice toolbox with concise syntax for Go. [![It hasn't been updated in recent three years][Y]](https://github.com/alxrm/ugo) [![godoc][D]](https://godoc.org/github.com/alxrm/ugo) [![Archived][Archived]](https://github.com/alxrm/ugo)
- [watchhttp](https://github.com/nikolaydubina/watchhttp) **star:26** Run command periodically and expose latest STDOUT or its rich delta as HTTP endpoint. [![godoc][D]](https://godoc.org/github.com/nikolaydubina/watchhttp)
- [gofn](https://github.com/tiendc/gofn) **star:25** High performance utility functions written using Generics for Go 1.18+. [![godoc][D]](https://godoc.org/github.com/tiendc/gofn)
- [ctxutil](https://github.com/posener/ctxutil) **star:23** A collection of utility functions for contexts. [![It hasn't been updated in recent three years][Y]](https://github.com/posener/ctxutil) [![godoc][D]](https://godoc.org/github.com/posener/ctxutil)
- [ptr](https://github.com/gotidy/ptr) **star:23** Package that provide functions for simplified creation of pointers from constants of basic types. [![godoc][D]](https://godoc.org/github.com/gotidy/ptr)
- [structs](https://github.com/PumpkinSeed/structs) **star:22** Implement simple functions to manipulate structs. [![It hasn't been updated in recent three years][Y]](https://github.com/PumpkinSeed/structs) [![godoc][D]](https://godoc.org/github.com/PumpkinSeed/structs)
- [go-convert](https://github.com/Eun/go-convert) **star:21** Package go-convert enables you to convert a value into another type. [![godoc][D]](https://godoc.org/github.com/Eun/go-convert)
- [jsend](https://github.com/clevergo/jsend) **star:20** JSend's implementation written in Go. [![godoc][D]](https://godoc.org/github.com/clevergo/jsend)
- [just](https://github.com/kazhuravlev/just) **star:19** Just a collection of useful functions for working with generic data structures. [![godoc][D]](https://godoc.org/github.com/kazhuravlev/just)
- [contextplus](https://github.com/contextplus/contextplus) **star:17** Package contextplus provide more easy to use functions for contexts. [![godoc][D]](https://godoc.org/github.com/contextplus/contextplus)
- [dlog](https://github.com/kirillDanshin/dlog) **star:17** Compile-time controlled logger to make your release smaller without removing debug calls. [![It hasn't been updated in recent three years][Y]](https://github.com/kirillDanshin/dlog) [![godoc][D]](https://godoc.org/github.com/kirillDanshin/dlog)
- [filler](https://github.com/yaronsumel/filler) **star:17** small utility to fill structs using "fill" tag. [![It hasn't been updated in recent three years][Y]](https://github.com/yaronsumel/filler) [![godoc][D]](https://godoc.org/github.com/yaronsumel/filler)
- [go-type](https://github.com/mikekonan/go-types) **star:17** Library providing Go types for store/validation and transfer of ISO-4217, ISO-3166, and other types. [![godoc][D]](https://godoc.org/github.com/mikekonan/go-types)
- [go-problemdetails](https://github.com/mvmaasakkers/go-problemdetails) **star:16** Go package for working with Problem Details. [![It hasn't been updated in recent three years][Y]](https://github.com/mvmaasakkers/go-problemdetails) [![godoc][D]](https://godoc.org/github.com/mvmaasakkers/go-problemdetails)
- [okrun](https://github.com/xta/okrun) **star:16** go run error steamroller. [![It hasn't been updated in recent three years][Y]](https://github.com/xta/okrun) [![godoc][D]](https://godoc.org/github.com/xta/okrun)
- [rest-go](https://github.com/edermanoel94/rest-go) **star:16** A package that provide many helpful methods for working with rest api. [![It hasn't been updated in recent three years][Y]](https://github.com/edermanoel94/rest-go) [![godoc][D]](https://godoc.org/github.com/edermanoel94/rest-go)
- [command](https://github.com/txgruppi/command) **star:14** Command pattern for Go with thread safe serial and parallel dispatcher. [![It hasn't been updated in recent three years][Y]](https://github.com/txgruppi/command) [![godoc][D]](https://godoc.org/github.com/txgruppi/command)
- [go-actuator](https://github.com/sinhashubham95/go-actuator) **star:14** Production ready features for Go based web frameworks. [![godoc][D]](https://godoc.org/github.com/sinhashubham95/go-actuator)
- [go-clip](https://github.com/prashantgupta24/go-clip) **star:12** A minimalistic clipboard manager for Mac. [![godoc][D]](https://godoc.org/github.com/prashantgupta24/go-clip)
- [blank](https://github.com/Henry-Sarabia/blank) **star:11** Verify or remove blanks and whitespace from strings. [![It hasn't been updated in recent three years][Y]](https://github.com/Henry-Sarabia/blank) [![godoc][D]](https://godoc.org/github.com/Henry-Sarabia/blank)
- [retry](https://github.com/shafreeck/retry) **star:11** A pretty simple library to ensure your work to be done. [![It hasn't been updated in recent three years][Y]](https://github.com/shafreeck/retry) [![godoc][D]](https://godoc.org/github.com/shafreeck/retry)
- [bleep](https://github.com/sinhashubham95/bleep) **star:10** Perform any number of actions on any set of OS signals in Go. [![godoc][D]](https://godoc.org/github.com/sinhashubham95/bleep)
- [sliceconv](https://github.com/Henry-Sarabia/sliceconv) **star:8** Slice conversion between primitive types. [![It hasn't been updated in recent three years][Y]](https://github.com/Henry-Sarabia/sliceconv) [![godoc][D]](https://godoc.org/github.com/Henry-Sarabia/sliceconv)
- [go-pkg](https://github.com/chenquan/go-pkg) **star:6** A go toolkit. [![godoc][D]](https://godoc.org/github.com/chenquan/go-pkg) [![Contains Chinese documents][CN]](https://github.com/chenquan/go-pkg)
- [go-qr](https://github.com/piglig/go-qr) **star:6** A native, high-quality and minimalistic QR code generator. [![godoc][D]](https://godoc.org/github.com/piglig/go-qr)
- [goctx](https://github.com/zerosnake0/goctx) **star:6** Get your context value with high performance. [![godoc][D]](https://godoc.org/github.com/zerosnake0/goctx)
- [lets-go](https://github.com/aplescia-chwy/lets-go) **star:6** Go module that provides common utilities for Cloud Native REST API development. Also contains AWS Specific utilities. [![godoc][D]](https://godoc.org/github.com/aplescia-chwy/lets-go)
- [olaf](https://github.com/btnguyen2k/olaf) **star:6** Twitter Snowflake implemented in Go. [![It hasn't been updated in recent three years][Y]](https://github.com/btnguyen2k/olaf) [![godoc][D]](https://godoc.org/github.com/btnguyen2k/olaf)
- [reflectutils](https://github.com/muir/reflectutils) **star:6** Helpers for working with reflection: struct tag parsing; recursive walking; fill value from string. [![godoc][D]](https://godoc.org/github.com/muir/reflectutils)
- [tik](https://github.com/andy2046/tik) **star:5** Simple and easy timing wheel package for Go. [![It hasn't been updated in recent three years][Y]](https://github.com/andy2046/tik) [![godoc][D]](https://godoc.org/github.com/andy2046/tik)
- [objwalker](https://github.com/rekby/objwalker) **star:2** Walk by go objects with reflection. [![godoc][D]](https://godoc.org/github.com/rekby/objwalker)
- [uuid](https://github.com/google/uuid) **star:4657** Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services. [![There was an update last month][G]](https://github.com/google/uuid) [![godoc][D]](https://godoc.org/github.com/google/uuid)
- [ulid](https://github.com/oklog/ulid) **star:3781** Go implementation of ULID (Universally Unique Lexicographically Sortable Identifier). [![godoc][D]](https://godoc.org/github.com/oklog/ulid)
- [xid](https://github.com/rs/xid) **star:3539** Xid is a globally unique id generator library, ready to be safely used directly in your server code. [![godoc][D]](https://godoc.org/github.com/rs/xid)
- [uuid](https://github.com/gofrs/uuid) **star:1441** Implementation of Universally Unique Identifier (UUID). Supports both creation and parsing of UUIDs. Actively maintained fork of satori uuid. [![godoc][D]](https://godoc.org/github.com/gofrs/uuid)
- [wuid](https://github.com/edwingeng/wuid) **star:501** An extremely fast globally unique number generator. [![godoc][D]](https://godoc.org/github.com/edwingeng/wuid)
- [sno](https://github.com/muyo/sno) **star:87** Compact, sortable and fast unique IDs with embedded metadata. [![godoc][D]](https://godoc.org/github.com/muyo/sno)
- [nanoid](https://github.com/aidarkhanov/nanoid) **star:58** A tiny and efficient Go unique string ID generator. [![godoc][D]](https://godoc.org/github.com/aidarkhanov/nanoid) [![Archived][Archived]](https://github.com/aidarkhanov/nanoid)
- [goid](https://github.com/jakehl/goid) **star:38** Generate and Parse RFC4122 compliant V4 UUIDs. [![It hasn't been updated in recent three years][Y]](https://github.com/jakehl/goid) [![godoc][D]](https://godoc.org/github.com/jakehl/goid)
- [gouid](https://github.com/twharmon/gouid) **star:21** Generate cryptographically secure random string IDs with just one allocation. [![godoc][D]](https://godoc.org/github.com/twharmon/gouid)
- [uuid](https://github.com/agext/uuid) **star:16** Generate, encode, and decode UUIDs v1 with fast or cryptographic-quality random node identifier. [![It hasn't been updated in recent three years][Y]](https://github.com/agext/uuid) [![godoc][D]](https://godoc.org/github.com/agext/uuid)
- [validator](https://github.com/go-playground/validator) **star:14241** Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving. [![There was an update last month][G]](https://github.com/go-playground/validator) [![godoc][D]](https://godoc.org/github.com/go-playground/validator)
- [govalidator](https://github.com/asaskevich/govalidator) **star:5815** Validators and sanitizers for strings, numerics, slices and structs. [![godoc][D]](https://godoc.org/github.com/asaskevich/govalidator)
- [ozzo-validation](https://github.com/go-ozzo/ozzo-validation) **star:3380** Supports validation of various data types (structs, strings, maps, slices, etc.) with configurable and extensible validation rules specified in usual code constructs instead of struct tags. [![godoc][D]](https://godoc.org/github.com/go-ozzo/ozzo-validation)
- [govalidator](https://github.com/thedevsaddam/govalidator) **star:1247** Validate Golang request data with simple rules. Highly inspired by Laravel's request validation. [![godoc][D]](https://godoc.org/github.com/thedevsaddam/govalidator)
- [validate](https://github.com/gookit/validate) **star:953** Go package for data validation and filtering. support validate Map, Struct, Request(Form, JSON, url.Values, Uploaded Files) data and more features. [![godoc][D]](https://godoc.org/github.com/gookit/validate) [![Contains Chinese documents][CN]](https://github.com/gookit/validate)
- [jio](https://github.com/faceair/jio) **star:91** jio is a json schema validator similar to [joi](https://github.com/hapijs/joi). [![It hasn't been updated in recent three years][Y]](https://github.com/faceair/jio) [![godoc][D]](https://godoc.org/github.com/faceair/jio) [![Contains Chinese documents][CN]](https://github.com/faceair/jio)
- [validate](https://github.com/gobuffalo/validate) **star:91** This package provides a framework for writing validations for Go applications. [![godoc][D]](https://godoc.org/github.com/gobuffalo/validate)
- [gody](https://github.com/guiferpa/gody) **star:65** :balloon: A lightweight struct validator for Go. [![godoc][D]](https://godoc.org/github.com/guiferpa/gody)
- [govalid](https://github.com/twharmon/govalid) **star:35** Fast, tag-based validation for structs. [![godoc][D]](https://godoc.org/github.com/twharmon/govalid)
- [Validator](https://github.com/go-the-way/validator) **star:7** A lightweight model validator written in Go.Contains VFs:Min, Max, MinLength, MaxLength, Length, Enum, Regex. [![godoc][D]](https://godoc.org/github.com/go-the-way/validator)
- [go-git](https://github.com/go-git/go-git) **star:5025** highly extensible Git implementation in pure Go. [![There was an update last month][G]](https://github.com/go-git/go-git) [![godoc][D]](https://godoc.org/github.com/go-git/go-git)
- [hercules](https://github.com/src-d/hercules) **star:1952** gaining advanced insights from Git repository history. [![godoc][D]](https://godoc.org/github.com/src-d/hercules)
- [gh](https://github.com/rjeczalik/gh) **star:82** Scriptable server and net/http middleware for GitHub Webhooks. [![It hasn't been updated in recent three years][Y]](https://github.com/rjeczalik/gh) [![godoc][D]](https://godoc.org/github.com/rjeczalik/gh)
- [githooks](https://github.com/gabyx/githooks) **star:80** Per-repo and shared Git hooks with version control and auto update. [![godoc][D]](https://godoc.org/github.com/gabyx/githooks)
- [froggit-go](https://github.com/jfrog/froggit-go) **star:41** Froggit-Go is a Go library, allowing to perform actions on VCS providers. [![There was an update last month][G]](https://github.com/jfrog/froggit-go) [![godoc][D]](https://godoc.org/github.com/jfrog/froggit-go)
- [hgo](https://github.com/beyang/hgo) **star:17** Hgo is a collection of Go packages providing read-access to local Mercurial repositories. [![It hasn't been updated in recent three years][Y]](https://github.com/beyang/hgo) [![godoc][D]](https://godoc.org/github.com/beyang/hgo)
- [goav](https://github.com/giorgisio/goav) **star:2023** Comprehensive Go bindings for FFmpeg. [![godoc][D]](https://godoc.org/github.com/giorgisio/goav)
- [m3u8](https://github.com/grafov/m3u8) **star:1085** Parser and generator library of M3U8 playlists for Apple HLS. [![godoc][D]](https://godoc.org/github.com/grafov/m3u8)
- [go-astisub](https://github.com/asticode/go-astisub) **star:513** Manipulate subtitles in GO (.srt, .stl, .ttml, .webvtt, .ssa/.ass, teletext, .smi, etc.). [![There was an update last month][G]](https://github.com/asticode/go-astisub) [![godoc][D]](https://godoc.org/github.com/asticode/go-astisub)
- [go-astits](https://github.com/asticode/go-astits) **star:507** Parse and demux MPEG Transport Streams (.ts) natively in GO. [![There was an update last month][G]](https://github.com/asticode/go-astits) [![godoc][D]](https://godoc.org/github.com/asticode/go-astits)
- [gortsplib](https://github.com/aler9/gortsplib) **star:498** Pure Go RTSP server and client library. [![There was an update last month][G]](https://github.com/aler9/gortsplib) [![godoc][D]](https://godoc.org/github.com/aler9/gortsplib)
- [libvlc-go](https://github.com/adrg/libvlc-go) **star:374** Go bindings for libvlc 2.X/3.X/4.X (used by the VLC media player). [![godoc][D]](https://godoc.org/github.com/adrg/libvlc-go)
- [v4l](https://github.com/korandiz/v4l) **star:77** Video capture library for Linux, written in Go. [![godoc][D]](https://godoc.org/github.com/korandiz/v4l)
- [libgosubs](https://github.com/wargarblgarbl/libgosubs) **star:24** Subtitle format support for go. Supports .srt, .ttml, and .ass. [![It hasn't been updated in recent three years][Y]](https://github.com/wargarblgarbl/libgosubs) [![godoc][D]](https://godoc.org/github.com/wargarblgarbl/libgosubs)
- [go-m3u8](https://github.com/etherlabsio/go-m3u8) **star:21** Parser and generator library for Apple m3u8 playlists. Actively maintained version of quangngotan95/go-m3u8 with improvements and latest HLS playlist parsing compatibility. [![godoc][D]](https://godoc.org/github.com/etherlabsio/go-m3u8)
- [go-mpd](https://github.com/unki2aut/go-mpd) **star:18** Parser and generator library for MPEG-DASH manifest files. [![It hasn't been updated in recent three years][Y]](https://github.com/unki2aut/go-mpd) [![godoc][D]](https://godoc.org/github.com/unki2aut/go-mpd)
- [Gin](https://github.com/gin-gonic/gin) **star:72210** Gin is a web framework written in Go! It features a martini-like API with much better performance, up to 40 times faster. If you need performance and good productivity. [![godoc][D]](https://godoc.org/github.com/gin-gonic/gin)
- [Beego](https://github.com/beego/beego) **star:30286** beego is an open-source, high-performance web framework for the Go programming language. [![There was an update last month][G]](https://github.com/beego/beego) [![godoc][D]](https://godoc.org/github.com/beego/beego)
- [Buffalo](https://gobuffalo.io) Bringing the productivity of Rails to Go!
- [Confetti Framework](https://confetti-framework.github.io/docs/) Confetti is a Go web application framework with an expressive, elegant syntax. Confetti combines the elegance of Laravel and the simplicity of Go.
- [Fiber](https://github.com/gofiber/fiber) **star:28942** An Express.js inspired web framework build on Fasthttp. [![There was an update last month][G]](https://github.com/gofiber/fiber) [![godoc][D]](https://godoc.org/github.com/gofiber/fiber)
- [Echo](https://github.com/labstack/echo) **star:26913** High performance, minimalist Go web framework. [![There was an update last month][G]](https://github.com/labstack/echo) [![godoc][D]](https://godoc.org/github.com/labstack/echo)
- [Revel](https://github.com/revel/revel) **star:12983** High-productivity web framework for the Go language. [![There was an update last month][G]](https://github.com/revel/revel) [![godoc][D]](https://godoc.org/github.com/revel/revel)
- [GoFrame](https://github.com/gogf/gf) **star:10158** GoFrame is a modular, full-featured and production-ready application development framework of golang. [![There was an update last month][G]](https://github.com/gogf/gf) [![godoc][D]](https://godoc.org/github.com/gogf/gf)
- [Goa](https://github.com/goadesign/goa) **star:5316** Goa provides a holistic approach for developing remote APIs and microservices in Go. [![There was an update last month][G]](https://github.com/goadesign/goa) [![godoc][D]](https://godoc.org/github.com/goadesign/goa)
- [Hertz](https://github.com/cloudwego/hertz) **star:4271** A high-performance and strong-extensibility Go HTTP framework that helps developers build microservices. [![There was an update last month][G]](https://github.com/cloudwego/hertz) [![godoc][D]](https://godoc.org/github.com/cloudwego/hertz) [![Contains Chinese documents][CN]](https://github.com/cloudwego/hertz)
- [Gizmo](https://github.com/NYTimes/gizmo) **star:3736** Microservice toolkit used by the New York Times. [![godoc][D]](https://godoc.org/github.com/NYTimes/gizmo)
- [go-json-rest](https://github.com/ant0ine/go-json-rest) **star:3510** Quick and easy way to setup a RESTful JSON API. [![godoc][D]](https://godoc.org/github.com/ant0ine/go-json-rest)
- [Macaron](https://github.com/go-macaron/macaron) **star:3430** Macaron is a high productive and modular design web framework in Go. [![godoc][D]](https://godoc.org/github.com/go-macaron/macaron)
- [utron](https://github.com/gernest/utron) **star:2223** Lightweight MVC framework for Go(Golang). [![It hasn't been updated in recent three years][Y]](https://github.com/gernest/utron) [![godoc][D]](https://godoc.org/github.com/gernest/utron) [![Archived][Archived]](https://github.com/gernest/utron)
- [Goyave](https://github.com/go-goyave/goyave) **star:1381** Feature-complete REST API framework aimed at clean code and fast development, with powerful built-in functionalities. [![godoc][D]](https://godoc.org/github.com/go-goyave/goyave)
- [REST Layer](https://github.com/rs/rest-layer) **star:1231** Framework to build REST/GraphQL API on top of databases with mostly configuration over code. [![godoc][D]](https://godoc.org/github.com/rs/rest-layer)
- [Atreugo](https://github.com/savsgio/atreugo) **star:1129** High performance and extensible micro web framework with zero memory allocations in hot paths. [![godoc][D]](https://godoc.org/github.com/savsgio/atreugo)
- [tigertonic](https://github.com/rcrowley/go-tigertonic) **star:996** Go framework for building JSON web services inspired by Dropwizard. [![It hasn't been updated in recent three years][Y]](https://github.com/rcrowley/go-tigertonic) [![godoc][D]](https://godoc.org/github.com/rcrowley/go-tigertonic)
- [tango](https://github.com/lunny/tango) **star:834** Micro & pluggable web framework for Go. [![It hasn't been updated in recent three years][Y]](https://github.com/lunny/tango) [![godoc][D]](https://godoc.org/github.com/lunny/tango) [![Contains Chinese documents][CN]](https://github.com/lunny/tango) [![Archived][Archived]](https://github.com/lunny/tango)
- [Gearbox](https://github.com/abahmed/gearbox) **star:727** A web framework written in Go with a focus on high performance and memory optimization. [![godoc][D]](https://godoc.org/github.com/abahmed/gearbox)
- [Aero](https://github.com/aerogo/aero) **star:544** High-performance web framework for Go, reaches top scores in Lighthouse. [![godoc][D]](https://godoc.org/github.com/aerogo/aero)
- [gongular](https://github.com/mustafaakin/gongular) **star:501** Fast Go web framework with input mapping/validation and (DI) Dependency Injection. [![It hasn't been updated in recent three years][Y]](https://github.com/mustafaakin/gongular) [![godoc][D]](https://godoc.org/github.com/mustafaakin/gongular)
- [Flamingo Commerce](https://github.com/i-love-flamingo/flamingo-commerce) **star:451** Providing e-commerce features using clean architecture like DDD and ports and adapters, that you can use to build flexible e-commerce applications. [![There was an update last month][G]](https://github.com/i-love-flamingo/flamingo-commerce) [![godoc][D]](https://godoc.org/github.com/i-love-flamingo/flamingo-commerce)
- [rk-boot](https://github.com/rookie-ninja/rk-boot) **star:449** A bootstrapper library for building enterprise go microservice with Gin and gRPC quickly and easily. [![There was an update last month][G]](https://github.com/rookie-ninja/rk-boot) [![godoc][D]](https://godoc.org/github.com/rookie-ninja/rk-boot)
- [neo](https://github.com/ivpusic/neo) **star:418** Neo is minimal and fast Go Web Framework with extremely simple API. [![godoc][D]](https://godoc.org/github.com/ivpusic/neo)
- [Flamingo](https://github.com/i-love-flamingo/flamingo) **star:406** Framework for pluggable web projects. Including a concept for modules and offering features for DI, Configareas, i18n, template engines, graphql, observability, security, events, routing & reverse routing etc. [![There was an update last month][G]](https://github.com/i-love-flamingo/flamingo) [![godoc][D]](https://godoc.org/github.com/i-love-flamingo/flamingo)
- [mango](https://github.com/paulbellamy/mango) **star:372** Mango is a modular web-application framework for Go, inspired by Rack, and PEP333. [![It hasn't been updated in recent three years][Y]](https://github.com/paulbellamy/mango) [![godoc][D]](https://godoc.org/github.com/paulbellamy/mango)
- [Gondola](https://github.com/rainycape/gondola) **star:311** The web framework for writing faster sites, faster. [![It hasn't been updated in recent three years][Y]](https://github.com/rainycape/gondola) [![godoc][D]](https://godoc.org/github.com/rainycape/gondola)
- [uAdmin](https://github.com/uadmin/uadmin) **star:302** Fully featured web framework for Golang, inspired by Django. [![godoc][D]](https://godoc.org/github.com/uadmin/uadmin)
- [WebGo](https://github.com/bnkamalesh/webgo) **star:289** A micro-framework to build web apps; with handler chaining, middleware and context injection. With standard library compliant HTTP handlers(i.e. http.HandlerFunc). [![godoc][D]](https://godoc.org/github.com/bnkamalesh/webgo)
- [Golf](https://github.com/dinever/golf) **star:267** Golf is a fast, simple and lightweight micro-web framework for Go. It comes with powerful features and has no dependencies other than the Go Standard Library. [![godoc][D]](https://godoc.org/github.com/dinever/golf)
- [hiboot](https://github.com/hidevopsio/hiboot) **star:179** hiboot is a high performance web application framework with auto configuration and dependency injection support. [![godoc][D]](https://godoc.org/github.com/hidevopsio/hiboot) [![Contains Chinese documents][CN]](https://github.com/hidevopsio/hiboot)
- [appy](https://github.com/appist/appy) **star:130** An opinionated productive web framework that helps scaling business easier. [![godoc][D]](https://godoc.org/github.com/appist/appy)
- [go-rest](https://github.com/ungerik/go-rest) **star:127** Small and evil REST framework for Go. [![It hasn't been updated in recent three years][Y]](https://github.com/ungerik/go-rest) [![godoc][D]](https://godoc.org/github.com/ungerik/go-rest)
- [patron](https://github.com/beatlabs/patron) **star:124** Patron is a microservice framework following best cloud practices with a focus on productivity. [![There was an update last month][G]](https://github.com/beatlabs/patron) [![godoc][D]](https://godoc.org/github.com/beatlabs/patron)
- [Pnutmux](https://gitlab.com/fruitygo/pnutmux) Pnutmux is a powerful Go web framework that uses regex for matching and handling HTTP requests. It offers features such as CORS handling, structured logging, URL parameters extraction, middlewares, and concurrency limiting.
- [Microservice](https://github.com/claygod/microservice) **star:113** The framework for the creation of microservices, written in Golang. [![godoc][D]](https://godoc.org/github.com/claygod/microservice)
- [rux](https://github.com/gookit/rux) **star:93** Simple and fast web framework for build golang HTTP applications. [![godoc][D]](https://godoc.org/github.com/gookit/rux) [![Contains Chinese documents][CN]](https://github.com/gookit/rux)
- [vox](https://github.com/aisk/vox) **star:80** A golang web framework for humans, inspired by Koa heavily. [![godoc][D]](https://godoc.org/github.com/aisk/vox)
- [Golax](https://github.com/fulldump/golax) **star:75** A non Sinatra fast HTTP framework with support for Google custom methods, deep interceptors, recursion and more. [![godoc][D]](https://godoc.org/github.com/fulldump/golax)
- [YARF](https://github.com/yarf-framework/yarf) **star:67** Fast micro-framework designed to build REST APIs and web services in a fast and simple way. [![It hasn't been updated in recent three years][Y]](https://github.com/yarf-framework/yarf) [![godoc][D]](https://godoc.org/github.com/yarf-framework/yarf)
- [Fireball](https://github.com/zpatrick/fireball) **star:59** More "natural" feeling web framework. [![It hasn't been updated in recent three years][Y]](https://github.com/zpatrick/fireball) [![godoc][D]](https://godoc.org/github.com/zpatrick/fireball)
- [goa](https://github.com/goa-go/goa) **star:49** goa is just like koajs for golang, it is a flexible, light, high-performance and extensible web framework based on middleware. [![It hasn't been updated in recent three years][Y]](https://github.com/goa-go/goa) [![godoc][D]](https://godoc.org/github.com/goa-go/goa)
- [GoTuna](https://github.com/gotuna/gotuna) **star:44** Minimalistic web framework for Go with mux router, middlewares, sessions, templates, embedded views and static files. [![godoc][D]](https://godoc.org/github.com/gotuna/gotuna)
- [Pulse](https://github.com/gopulse/pulse) **star:37** Pulse is an HTTP web framework written in Go (Golang) [![godoc][D]](https://godoc.org/github.com/gopulse/pulse)
- [goweb](https://github.com/twharmon/goweb) **star:35** Web framework with routing, websockets, logging, middleware, static file server (optional gzip), and automatic TLS. [![godoc][D]](https://godoc.org/github.com/twharmon/goweb)
- [Resoursea](https://github.com/resoursea/api) **star:33** REST framework for quickly writing resource based services. [![It hasn't been updated in recent three years][Y]](https://github.com/resoursea/api) [![godoc][D]](https://godoc.org/github.com/resoursea/api)
- [rex](https://github.com/goanywhere/rex) **star:33** Rex is a library for modular development built upon gorilla/mux, fully compatible with `net/http`. [![It hasn't been updated in recent three years][Y]](https://github.com/goanywhere/rex) [![godoc][D]](https://godoc.org/github.com/goanywhere/rex)
- [Don](https://github.com/abemedia/go-don) **star:31** A highly performant and simple to use API framework. [![There was an update last month][G]](https://github.com/abemedia/go-don) [![godoc][D]](https://godoc.org/github.com/abemedia/go-don)
- [Banjo](https://github.com/nsheremet/banjo) **star:21** Very simple and fast web framework for Go. [![It hasn't been updated in recent three years][Y]](https://github.com/nsheremet/banjo) [![godoc][D]](https://godoc.org/github.com/nsheremet/banjo)
- [golamb](https://github.com/twharmon/golamb) **star:6** Golamb makes it easier to write API endpoints for use with AWS Lambda and API Gateway. [![godoc][D]](https://godoc.org/github.com/twharmon/golamb)
- [anoweb](https://github.com/go-the-way/anoweb) **star:5** The lightweight and powerful web framework using the new way for Go.Another go the way. [![godoc][D]](https://godoc.org/github.com/go-the-way/anoweb)
- [ln-paywall](https://github.com/philippgille/ln-paywall) **star:137** Go middleware for monetizing APIs on a per-request basis with the Lightning Network (Bitcoin). [![It hasn't been updated in recent three years][Y]](https://github.com/philippgille/ln-paywall) [![godoc][D]](https://godoc.org/github.com/philippgille/ln-paywall)
- [rk-grpc](https://github.com/rookie-ninja/rk-grpc) **star:67** Middleware for gRPC with logging, metrics, auth, tracing etc. [![There was an update last month][G]](https://github.com/rookie-ninja/rk-grpc) [![godoc][D]](https://godoc.org/github.com/rookie-ninja/rk-grpc)
- [rk-gin](https://github.com/rookie-ninja/rk-gin) **star:40** Middleware for Gin framework with logging, metrics, auth, tracing etc. [![There was an update last month][G]](https://github.com/rookie-ninja/rk-gin) [![godoc][D]](https://godoc.org/github.com/rookie-ninja/rk-gin)
- [formjson](https://github.com/rs/formjson) **star:38** Transparently handle JSON input as a standard form POST. [![It hasn't been updated in recent three years][Y]](https://github.com/rs/formjson) [![godoc][D]](https://godoc.org/github.com/rs/formjson)
- [client-timing](https://github.com/posener/client-timing) **star:24** An HTTP client for Server-Timing header. [![It hasn't been updated in recent three years][Y]](https://github.com/posener/client-timing) [![godoc][D]](https://godoc.org/github.com/posener/client-timing)
- [echo-middleware](https://github.com/faabiosr/echo-middleware) **star:13** Middleware for Echo framework with logging and metrics. [![godoc][D]](https://godoc.org/github.com/faabiosr/echo-middleware)
- [negroni](https://github.com/urfave/negroni) **star:7366** Idiomatic HTTP middleware for Golang. [![godoc][D]](https://godoc.org/github.com/urfave/negroni) [![Contains Chinese documents][CN]](https://github.com/urfave/negroni)
- [alice](https://github.com/justinas/alice) **star:2873** Painless middleware chaining for Go. [![godoc][D]](https://godoc.org/github.com/justinas/alice)
- [render](https://github.com/unrolled/render) **star:1845** Go package for easily rendering JSON, XML, and HTML template responses. [![godoc][D]](https://godoc.org/github.com/unrolled/render)
- [stats](https://github.com/thoas/stats) **star:593** Go middleware that stores various information about your web application. [![godoc][D]](https://godoc.org/github.com/thoas/stats)
- [interpose](https://github.com/carbocation/interpose) **star:293** Minimalist net/http middleware for golang. [![It hasn't been updated in recent three years][Y]](https://github.com/carbocation/interpose) [![godoc][D]](https://godoc.org/github.com/carbocation/interpose)
- [muxchain](https://github.com/stephens2424/muxchain) **star:208** Lightweight middleware for net/http. [![It hasn't been updated in recent three years][Y]](https://github.com/stephens2424/muxchain) [![godoc][D]](https://godoc.org/github.com/stephens2424/muxchain)
- [rye](https://github.com/InVisionApp/rye) **star:102** Tiny Go middleware library (with canned Middlewares) that supports JWT, CORS, Statsd, and Go 1.7 context. [![godoc][D]](https://godoc.org/github.com/InVisionApp/rye)
- [gores](https://github.com/alioygur/gores) **star:100** Go package that handles HTML, JSON, XML and etc. responses. Useful for RESTful APIs. [![godoc][D]](https://godoc.org/github.com/alioygur/gores)
- [mediary](https://github.com/HereMobilityDevelopers/mediary) **star:88** add interceptors to `http.Client` to allow dumping/shaping/tracing/... of requests/responses. [![It hasn't been updated in recent three years][Y]](https://github.com/HereMobilityDevelopers/mediary) [![godoc][D]](https://godoc.org/github.com/HereMobilityDevelopers/mediary)
- [chain](https://github.com/codemodus/chain) **star:63** Handler wrapper chaining with scoped data (net/context-based "middleware"). [![It hasn't been updated in recent three years][Y]](https://github.com/codemodus/chain) [![godoc][D]](https://godoc.org/github.com/codemodus/chain)
- [catena](https://github.com/codemodus/catena) **star:9** http.Handler wrapper catenation (same API as "chain"). [![It hasn't been updated in recent three years][Y]](https://github.com/codemodus/catena) [![godoc][D]](https://godoc.org/github.com/codemodus/catena)
- [mux](https://github.com/gorilla/mux) **star:19356** Powerful URL router and dispatcher for golang. [![godoc][D]](https://godoc.org/github.com/gorilla/mux)
- [httprouter](https://github.com/julienschmidt/httprouter) **star:15870** High performance router. Use this and the standard http handlers to form a very high performance web framework. [![godoc][D]](https://godoc.org/github.com/julienschmidt/httprouter)
- [chi](https://github.com/go-chi/chi) **star:15667** Small, fast and expressive HTTP router built on net/context. [![There was an update last month][G]](https://github.com/go-chi/chi) [![godoc][D]](https://godoc.org/github.com/go-chi/chi)
- [gocraft/web](https://github.com/gocraft/web) **star:1504** Mux and middleware package in Go. [![It hasn't been updated in recent three years][Y]](https://github.com/gocraft/web) [![godoc][D]](https://godoc.org/github.com/gocraft/web)
- [Bone](https://github.com/go-zoo/bone) **star:1292** Lightning Fast HTTP Multiplexer. [![It hasn't been updated in recent three years][Y]](https://github.com/go-zoo/bone) [![godoc][D]](https://godoc.org/github.com/go-zoo/bone)
- [Goji](https://github.com/goji/goji) **star:948** Goji is a minimalistic and flexible HTTP request multiplexer with support for `net/context`. [![godoc][D]](https://godoc.org/github.com/goji/goji)
- [fasthttprouter](https://github.com/buaazp/fasthttprouter) **star:875** High performance router forked from `httprouter`. The first router fit for `fasthttp`. [![It hasn't been updated in recent three years][Y]](https://github.com/buaazp/fasthttprouter) [![godoc][D]](https://godoc.org/github.com/buaazp/fasthttprouter)
- [xujiajun/gorouter](https://github.com/xujiajun/gorouter) **star:532** A simple and fast HTTP router for Go. [![It hasn't been updated in recent three years][Y]](https://github.com/xujiajun/gorouter) [![godoc][D]](https://godoc.org/github.com/xujiajun/gorouter)
- [ozzo-routing](https://github.com/go-ozzo/ozzo-routing) **star:445** An extremely fast Go (golang) HTTP router that supports regular expression route matching. Comes with full support for building RESTful APIs. [![godoc][D]](https://godoc.org/github.com/go-ozzo/ozzo-routing)
- [lars](https://github.com/go-playground/lars) **star:391** Is a lightweight, fast and extensible zero allocation HTTP router for Go used to create customizable frameworks. [![It hasn't been updated in recent three years][Y]](https://github.com/go-playground/lars) [![godoc][D]](https://godoc.org/github.com/go-playground/lars)
- [vestigo](https://github.com/husobee/vestigo) **star:269** Performant, stand-alone, HTTP compliant URL Router for go web applications. [![It hasn't been updated in recent three years][Y]](https://github.com/husobee/vestigo) [![godoc][D]](https://godoc.org/github.com/husobee/vestigo)
- [gowww/router](https://github.com/gowww/router) **star:200** Lightning fast HTTP router fully compatible with the net/http.Handler interface. [![godoc][D]](https://godoc.org/github.com/gowww/router)
- [GoRouter](https://github.com/vardius/gorouter) **star:150** GoRouter is a Server/API micro framework, HTTP request router, multiplexer, mux that provides request router with middleware supporting `net/context`. [![There was an update last month][G]](https://github.com/vardius/gorouter) [![godoc][D]](https://godoc.org/github.com/vardius/gorouter)
- [pure](https://github.com/go-playground/pure) **star:144** Is a lightweight HTTP router that sticks to the std "net/http" implementation. [![godoc][D]](https://godoc.org/github.com/go-playground/pure)
- [alien](https://github.com/gernest/alien) **star:127** Lightweight and fast http router from outer space. [![godoc][D]](https://godoc.org/github.com/gernest/alien)
- [Bxog](https://github.com/claygod/Bxog) **star:104** Simple and fast HTTP router for Go. It works with routes of varying difficulty, length and nesting. And he knows how to create a URL from the received parameters. [![godoc][D]](https://godoc.org/github.com/claygod/Bxog)
- [xmux](https://github.com/rs/xmux) **star:97** High performance muxer based on `httprouter` with `net/context` support. [![It hasn't been updated in recent three years][Y]](https://github.com/rs/xmux) [![godoc][D]](https://godoc.org/github.com/rs/xmux)
- [goblin](https://github.com/bmf-san/goblin) **star:72** A golang http router based on trie tree. [![godoc][D]](https://godoc.org/github.com/bmf-san/goblin)
- [bellt](https://github.com/GuilhermeCaruso/bellt) **star:54** A simple Go HTTP router. [![godoc][D]](https://godoc.org/github.com/GuilhermeCaruso/bellt)
- [FastRouter](https://github.com/razonyang/fastrouter) **star:22** a fast, flexible HTTP router written in Go. [![It hasn't been updated in recent three years][Y]](https://github.com/razonyang/fastrouter) [![godoc][D]](https://godoc.org/github.com/razonyang/fastrouter)
- [GoLobby/Router](https://github.com/golobby/router) **star:21** GoLobby Router is a lightweight yet powerful HTTP router for the Go programming language. [![godoc][D]](https://godoc.org/github.com/golobby/router)
- [nchi](https://github.com/muir/nchi) **star:13** chi-like router built on httprouter with dependency injection based middleware wrappers [![godoc][D]](https://godoc.org/github.com/muir/nchi)
- [tinygo](https://github.com/tinygo-org/tinygo) **star:13602** Go compiler for small places. Microcontrollers, WebAssembly, and command-line tools. Based on LLVM. [![There was an update last month][G]](https://github.com/tinygo-org/tinygo) [![godoc][D]](https://godoc.org/github.com/tinygo-org/tinygo)
- [dom](https://github.com/dennwc/dom) **star:480** DOM library. [![It hasn't been updated in recent three years][Y]](https://github.com/dennwc/dom) [![godoc][D]](https://godoc.org/github.com/dennwc/dom)
- [go-canvas](https://github.com/markfarnan/go-canvas) **star:215** Library to use HTML5 Canvas, with all drawing within go code. [![godoc][D]](https://godoc.org/github.com/markfarnan/go-canvas)
- [wasmbrowsertest](https://github.com/agnivade/wasmbrowsertest) **star:157** Run Go WASM tests in your browser. [![godoc][D]](https://godoc.org/github.com/agnivade/wasmbrowsertest)
- [webapi](https://github.com/gowebapi/webapi) **star:145** Bindings for DOM and HTML generated from WebIDL. [![godoc][D]](https://godoc.org/github.com/gowebapi/webapi)
- [vert](https://github.com/norunners/vert) **star:91** Interop between Go and JS values. [![godoc][D]](https://godoc.org/github.com/norunners/vert)
- [go-ole](https://github.com/go-ole/go-ole) **star:1033** Win32 OLE implementation for golang. [![There was an update last month][G]](https://github.com/go-ole/go-ole) [![godoc][D]](https://godoc.org/github.com/go-ole/go-ole)
- [d3d9](https://github.com/gonutz/d3d9) **star:149** Go bindings for Direct3D9. [![godoc][D]](https://godoc.org/github.com/gonutz/d3d9)
- [gosddl](https://github.com/MonaxGT/gosddl) **star:10** Converter from SDDL-string to user-friendly JSON. SDDL consist of four part: Owner, Primary Group, DACL, SACL. [![It hasn't been updated in recent three years][Y]](https://github.com/MonaxGT/gosddl) [![godoc][D]](https://godoc.org/github.com/MonaxGT/gosddl)
- [zek](https://github.com/miku/zek) **star:689** Generate a Go struct from XML. [![godoc][D]](https://godoc.org/github.com/miku/zek)
- [xpath](https://github.com/antchfx/xpath) **star:606** XPath package for Go. [![There was an update last month][G]](https://github.com/antchfx/xpath) [![godoc][D]](https://godoc.org/github.com/antchfx/xpath)
- [xquery](https://github.com/antchfx/xquery) **star:156** XQuery lets you extract data from HTML/XML documents using XPath expression. [![It hasn't been updated in recent three years][Y]](https://github.com/antchfx/xquery) [![godoc][D]](https://godoc.org/github.com/antchfx/xquery) [![Archived][Archived]](https://github.com/antchfx/xquery)
- [xml2map](https://github.com/sbabiv/xml2map) **star:56** XML to MAP converter written Golang. [![godoc][D]](https://godoc.org/github.com/sbabiv/xml2map)
- [xmlwriter](https://github.com/shabbyrobe/xmlwriter) **star:23** Procedural XML generation API based on libxml2's xmlwriter module. [![godoc][D]](https://godoc.org/github.com/shabbyrobe/xmlwriter)
- [XML-Comp](https://github.com/xml-comp/xml-comp) **star:20** Simple command line XML comparer that generates diffs of folders, files and tags. [![It hasn't been updated in recent three years][Y]](https://github.com/xml-comp/xml-comp) [![godoc][D]](https://godoc.org/github.com/xml-comp/xml-comp)
- [Cosign](https://github.com/sigstore/cosign) **star:3694** Container Signing, Verification and Storage in an OCI registry. [![There was an update last month][G]](https://github.com/sigstore/cosign) [![godoc][D]](https://godoc.org/github.com/sigstore/cosign)
- [Spire](https://github.com/spiffe/spire) **star:1528** SPIRE (the SPIFFE Runtime Environment) is a toolchain of APIs for establishing trust between software systems across a wide variety of hosting platforms. [![There was an update last month][G]](https://github.com/spiffe/spire) [![godoc][D]](https://godoc.org/github.com/spiffe/spire)
- [in-toto](https://github.com/in-toto/in-toto-golang) **star:105** Go implementation of the in-toto (provides a framework to protect the integrity of the software supply chain) python reference implementation. [![godoc][D]](https://godoc.org/github.com/in-toto/in-toto-golang)
- [Spiffe-Vault](https://github.com/philips-labs/spiffe-vault) **star:64** Utilizes Spiffe JWT authentication with Hashicorp Vault for secretless authentication. [![There was an update last month][G]](https://github.com/philips-labs/spiffe-vault) [![godoc][D]](https://godoc.org/github.com/philips-labs/spiffe-vault)
- [GoLint](https://github.com/golang/lint) **star:3975** Golint is a linter for Go source code. [![godoc][D]](https://godoc.org/github.com/golang/lint) [![Archived][Archived]](https://github.com/golang/lint)
- [errcheck](https://github.com/kisielk/errcheck) **star:2136** Errcheck is a program for checking for unchecked errors in Go programs. [![godoc][D]](https://godoc.org/github.com/kisielk/errcheck)
- [go-critic](https://github.com/go-critic/go-critic) **star:1684** source code linter that brings checks that are currently not implemented in other linters. [![There was an update last month][G]](https://github.com/go-critic/go-critic) [![godoc][D]](https://godoc.org/github.com/go-critic/go-critic)
- [GoPlantUML](https://github.com/jfeliu007/goplantuml) **star:1557** Library and CLI that generates text plantump class diagram containing information about structures and interfaces with the relationship among them. [![godoc][D]](https://godoc.org/github.com/jfeliu007/goplantuml)
- [gcvis](https://github.com/davecheney/gcvis) **star:1089** Visualise Go program GC trace data in real time. [![It hasn't been updated in recent three years][Y]](https://github.com/davecheney/gcvis) [![godoc][D]](https://godoc.org/github.com/davecheney/gcvis) [![Archived][Archived]](https://github.com/davecheney/gcvis)
- [php-parser](https://github.com/z7zmey/php-parser) **star:930** A Parser for PHP written in Go. [![godoc][D]](https://godoc.org/github.com/z7zmey/php-parser)
- [staticcheck](https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) staticcheck is `go vet` on steroids, applying a ton of static analysis checks you might be used to from tools like ReSharper for C#.
- [go-cleanarch](https://github.com/roblaszczak/go-cleanarch) **star:774** go-cleanarch was created to validate Clean Architecture rules, like a The Dependency Rule and interaction between packages in your Go projects. [![godoc][D]](https://godoc.org/github.com/roblaszczak/go-cleanarch)
- [goast-viewer](https://github.com/yuroyoro/goast-viewer) **star:732** Web based Golang AST visualizer.
- [golines](https://github.com/segmentio/golines) **star:714** Formatter that automatically shortens long lines in Go code. [![There was an update last month][G]](https://github.com/segmentio/golines) [![godoc][D]](https://godoc.org/github.com/segmentio/golines)
- [go-mod-outdated](https://github.com/psampaz/go-mod-outdated) **star:641** An easy way to find outdated dependencies of your Go projects. [![godoc][D]](https://godoc.org/github.com/psampaz/go-mod-outdated)
- [todocheck](https://github.com/preslavmihaylov/todocheck) **star:400** Static code analyser which links TODO comments in code with issues in your issue tracker. [![godoc][D]](https://godoc.org/github.com/preslavmihaylov/todocheck)
- [unconvert](https://github.com/mdempsky/unconvert) **star:360** Remove unnecessary type conversions from Go source. [![godoc][D]](https://godoc.org/github.com/mdempsky/unconvert)
- [tickgit](https://github.com/augmentable-dev/tickgit) **star:313** CLI and go package for surfacing code comment TODOs (in any language) and applying a `git blame`to identify the author. [![godoc][D]](https://godoc.org/github.com/augmentable-dev/tickgit)
- [vacuum](https://github.com/daveshanley/vacuum) **star:302** An ultra-super-fast, lightweight OpenAPI linter and quality checking tool. [![There was an update last month][G]](https://github.com/daveshanley/vacuum) [![godoc][D]](https://godoc.org/github.com/daveshanley/vacuum)
- [gostatus](https://github.com/shurcooL/gostatus) **star:243** Command line tool, shows the status of repositories that contain Go packages. [![godoc][D]](https://godoc.org/github.com/shurcooL/gostatus)
- [apicompat](https://github.com/bradleyfalzon/apicompat) **star:176** Checks recent changes to a Go project for backwards incompatible changes. [![It hasn't been updated in recent three years][Y]](https://github.com/bradleyfalzon/apicompat) [![godoc][D]](https://godoc.org/github.com/bradleyfalzon/apicompat)
- [go-checkstyle](https://github.com/qiniu/checkstyle) **star:127** checkstyle is a style check tool like java checkstyle. This tool inspired by java checkstyle, golint. The style referred to some points in Go Code Review Comments. [![godoc][D]](https://godoc.org/github.com/qiniu/checkstyle)
- [lint](https://github.com/surullabs/lint) **star:66** Run linters as part of go test. [![It hasn't been updated in recent three years][Y]](https://github.com/surullabs/lint) [![godoc][D]](https://godoc.org/github.com/surullabs/lint)
- [asty](https://github.com/asty-org/asty) **star:62** Converts golang AST to JSON and JSON to AST. [![godoc][D]](https://godoc.org/github.com/asty-org/asty)
- [blanket](https://gitlab.com/verygoodsoftwarenotvirus/blanket) blanket is a tool that helps you catch functions which don't have direct unit tests in your Go packages.
- [validate](https://github.com/mccoyst/validate) **star:61** Automatically validates struct fields with tags. [![godoc][D]](https://godoc.org/github.com/mccoyst/validate)
- [ChainJacking](https://github.com/Checkmarx/chainjacking) **star:49** Find which of your Go lang direct GitHub dependencies is susceptible to ChainJacking attack.
- [go-outdated](https://github.com/firstrow/go-outdated) **star:45** Console application that displays outdated packages. [![It hasn't been updated in recent three years][Y]](https://github.com/firstrow/go-outdated) [![godoc][D]](https://godoc.org/github.com/firstrow/go-outdated) [![Archived][Archived]](https://github.com/firstrow/go-outdated)
- [usestdlibvars](https://github.com/sashamelentyev/usestdlibvars) **star:41** A linter that detect the possibility to use variables/constants from the Go standard library. [![godoc][D]](https://godoc.org/github.com/sashamelentyev/usestdlibvars)
- [vim-go](https://github.com/fatih/vim-go) **star:15622** Go development plugin for Vim. [![There was an update last month][G]](https://github.com/fatih/vim-go)
- [gocode](https://github.com/nsf/gocode) **star:5010** Autocompletion daemon for the Go programming language. [![godoc][D]](https://godoc.org/github.com/nsf/gocode)
- [vscode-go](https://github.com/golang/vscode-go) **star:3559** Extension for Visual Studio Code (VS Code) which provides support for the Go language. [![There was an update last month][G]](https://github.com/golang/vscode-go)
- [GoSublime](https://github.com/DisposaBoy/GoSublime) **star:3417** Golang plugin collection for the text editor SublimeText 3 providing code completion and other IDE-like features. [![It hasn't been updated in recent three years][Y]](https://github.com/DisposaBoy/GoSublime) [![godoc][D]](https://godoc.org/github.com/DisposaBoy/GoSublime)
- [go-plus](https://github.com/joefitzgerald/go-plus) **star:1509** Go (Golang) Package For Atom That Adds Autocomplete, Formatting, Syntax Checking, Linting and Vetting. [![Archived][Archived]](https://github.com/joefitzgerald/go-plus)
- [go-mode](https://github.com/dominikh/go-mode.el) **star:1340** Go mode for GNU/Emacs. [![There was an update last month][G]](https://github.com/dominikh/go-mode.el)
- [coc-go language server extension for Vim/Neovim](https://github.com/josa42/coc-go) **star:551** This plugin adds [gopls](https://github.com/golang/tools/blob/master/gopls/README.md) features to Vim/Neovim.
- [goimports-reviser](https://github.com/incu6us/goimports-reviser) **star:447** Formatting tool for imports. [![godoc][D]](https://godoc.org/github.com/incu6us/goimports-reviser)
- [goprofiling](https://marketplace.visualstudio.com/items?itemName=MaxMedia.go-prof) This extension adds benchmark profiling support for the Go language to VS Code.
- [Watch](https://github.com/eaburns/Watch) **star:200** Runs a command in an acme win on file changes. [![godoc][D]](https://godoc.org/github.com/eaburns/Watch)
- [vim-compiler-go](https://github.com/rjohnsondev/vim-compiler-go) **star:86** Vim plugin to highlight syntax errors on save. [![It hasn't been updated in recent three years][Y]](https://github.com/rjohnsondev/vim-compiler-go)
- [go-language-server](https://github.com/theia-ide/go-language-server) **star:31** A wrapper to turn the VSCode go extension into a language server supporting the language-server-protocol. [![It hasn't been updated in recent three years][Y]](https://github.com/theia-ide/go-language-server) [![Archived][Archived]](https://github.com/theia-ide/go-language-server)
- [gounit-vim](https://github.com/hexdigest/gounit-vim) **star:22** Vim plugin for generating Go tests based on the function's or method's signature. [![It hasn't been updated in recent three years][Y]](https://github.com/hexdigest/gounit-vim)
- [theia-go-extension](https://github.com/theia-ide/theia-go-extension) **star:15** Go language support for the Theia IDE. [![It hasn't been updated in recent three years][Y]](https://github.com/theia-ide/theia-go-extension) [![Archived][Archived]](https://github.com/theia-ide/theia-go-extension)
- [gotests](https://github.com/cweill/gotests) **star:4722** Generate Go tests from your source code. [![godoc][D]](https://godoc.org/github.com/cweill/gotests)
- [genny](https://github.com/cheekybits/genny) **star:1679** Elegant generics for Go. [![godoc][D]](https://godoc.org/github.com/cheekybits/genny)
- [gonerics](https://github.com/bouk/gonerics) **star:114** Idiomatic Generics in Go. [![It hasn't been updated in recent three years][Y]](https://github.com/bouk/gonerics) [![godoc][D]](https://godoc.org/github.com/bouk/gonerics)
- [gocontracts](https://github.com/Parquery/gocontracts) **star:101** brings design-by-contract to Go by synchronizing the code with the documentation. [![It hasn't been updated in recent three years][Y]](https://github.com/Parquery/gocontracts) [![godoc][D]](https://godoc.org/github.com/Parquery/gocontracts)
- [gounit](https://github.com/hexdigest/gounit) **star:73** Generate Go tests using your own templates. [![It hasn't been updated in recent three years][Y]](https://github.com/hexdigest/gounit) [![godoc][D]](https://godoc.org/github.com/hexdigest/gounit)
- [options-gen](https://github.com/kazhuravlev/options-gen) **star:45** Functional options described by Dave Cheney's post "Functional options for friendly APIs". [![godoc][D]](https://godoc.org/github.com/kazhuravlev/options-gen)
- [godal](https://github.com/mafulong/godal) **star:16** Generate orm models corresponding to golang by specifying sql ddl file, which can be used by gorm. [![godoc][D]](https://godoc.org/github.com/mafulong/godal)
- [go-swagger](https://github.com/go-swagger/go-swagger) **star:8943** Swagger 2.0 implementation for go. Swagger is a simple yet powerful representation of your RESTful API. [![There was an update last month][G]](https://github.com/go-swagger/go-swagger) [![godoc][D]](https://godoc.org/github.com/go-swagger/go-swagger)
- [go-callvis](https://github.com/TrueFurby/go-callvis) **star:5469** Visualize call graph of your Go program using dot format. [![godoc][D]](https://godoc.org/github.com/TrueFurby/go-callvis)
- [OctoLinker](https://github.com/OctoLinker/browser-extension) **star:5190** Navigate through go files efficiently with the OctoLinker browser extension for GitHub.
- [depth](https://github.com/KyleBanks/depth) **star:854** Visualize dependency trees of any package by analyzing imports. [![godoc][D]](https://godoc.org/github.com/KyleBanks/depth)
- [richgo](https://github.com/kyoh86/richgo) **star:810** Enrich `go test` outputs with text decorations. [![There was an update last month][G]](https://github.com/kyoh86/richgo) [![godoc][D]](https://godoc.org/github.com/kyoh86/richgo)
- [rts](https://github.com/galeone/rts) **star:248** RTS: response to struct. Generates Go structs from server responses. [![godoc][D]](https://godoc.org/github.com/galeone/rts)
- [godbg](https://github.com/tylerwince/godbg) **star:196** Implementation of Rusts `dbg!` macro for quick and easy debugging during development. [![It hasn't been updated in recent three years][Y]](https://github.com/tylerwince/godbg) [![godoc][D]](https://godoc.org/github.com/tylerwince/godbg)
- [typex](https://github.com/dtgorski/typex) **star:181** Examine Go types and their transitive dependencies, alternatively export results as TypeScript value objects (or types) declaration. [![godoc][D]](https://godoc.org/github.com/dtgorski/typex)
- [roumon](https://github.com/becheran/roumon) **star:152** Monitor current state of all active goroutines via a command line interface. [![godoc][D]](https://godoc.org/github.com/becheran/roumon)
- [gothanks](https://github.com/psampaz/gothanks) **star:118** GoThanks automatically stars your go.mod github dependencies, sending this way some love to their maintainers. [![godoc][D]](https://godoc.org/github.com/psampaz/gothanks)
- [colorgo](https://github.com/songgao/colorgo) **star:112** Wrapper around `go` command for colorized `go build` output. [![It hasn't been updated in recent three years][Y]](https://github.com/songgao/colorgo) [![godoc][D]](https://godoc.org/github.com/songgao/colorgo)
- [gotestdox](https://github.com/bitfield/gotestdox) **star:66** Show Go test results as readable sentences. [![godoc][D]](https://godoc.org/github.com/bitfield/gotestdox)
- [go-james](https://github.com/pieterclaerhout/go-james) **star:61** Go project skeleton creator, builds and tests your projects without the manual setup. [![godoc][D]](https://godoc.org/github.com/pieterclaerhout/go-james) [![Archived][Archived]](https://github.com/pieterclaerhout/go-james)
- [igo](https://github.com/rocketlaunchr/igo) **star:60** An igo to go transpiler (new language features for Go language!) [![It hasn't been updated in recent three years][Y]](https://github.com/rocketlaunchr/igo) [![godoc][D]](https://godoc.org/github.com/rocketlaunchr/igo)
- [go-pkg-complete](https://github.com/skelterjohn/go-pkg-complete) **star:43** Bash completion for go and wgo. [![It hasn't been updated in recent three years][Y]](https://github.com/skelterjohn/go-pkg-complete)
- [docs](https://github.com/go-oas/docs) **star:26** Automatically generate RESTful API documentation for GO projects - aligned with Open API Specification standard. [![godoc][D]](https://godoc.org/github.com/go-oas/docs)
- [modver](https://github.com/bobg/modver) **star:8** Compare two versions of a Go module to check the version-number change required (major, minor, or patchlevel), according to [semver](https://semver.org/) rules. [![godoc][D]](https://godoc.org/github.com/bobg/modver)
- [textra](https://github.com/ravsii/textra) **star:4** Extract Go struct field names, types and tags for filtering and exporting. [![godoc][D]](https://godoc.org/github.com/ravsii/textra)
- [kubernetes](https://github.com/kubernetes/kubernetes) **star:102506** Container Cluster Manager from Google. [![There was an update last month][G]](https://github.com/kubernetes/kubernetes) [![godoc][D]](https://godoc.org/github.com/kubernetes/kubernetes)
- [Moby](https://github.com/moby/moby) **star:66856** Collaborative project for the container ecosystem to assemble container-based systems. [![There was an update last month][G]](https://github.com/moby/moby) [![godoc][D]](https://godoc.org/github.com/moby/moby)
- [traefik](https://github.com/containous/traefik) **star:45130** Reverse proxy and load balancer with support for multiple backends. [![There was an update last month][G]](https://github.com/containous/traefik) [![godoc][D]](https://godoc.org/github.com/containous/traefik)
- [Gitea](https://github.com/go-gitea/gitea) **star:38895** Fork of Gogs, entirely community driven. [![There was an update last month][G]](https://github.com/go-gitea/gitea) [![godoc][D]](https://godoc.org/github.com/go-gitea/gitea) [![Contains Chinese documents][CN]](https://github.com/go-gitea/gitea)
- [gitea-github-migrator](https://git.jonasfranz.software/JonasFranzDEV/gitea-github-migrator) Migrate all your GitHub repositories, issues, milestones and labels to your Gitea instance.
- [minikube](https://github.com/kubernetes/minikube) **star:27425** Run Kubernetes locally. [![There was an update last month][G]](https://github.com/kubernetes/minikube) [![godoc][D]](https://godoc.org/github.com/kubernetes/minikube)
- [k3s](https://github.com/k3s-io/k3s) **star:24797** Lightweight Kubernetes. [![There was an update last month][G]](https://github.com/k3s-io/k3s) [![godoc][D]](https://godoc.org/github.com/k3s-io/k3s)
- [Vegeta](https://github.com/tsenart/vegeta) **star:22035** HTTP load testing tool and library. It's over 9000! [![godoc][D]](https://godoc.org/github.com/tsenart/vegeta)
- [k6](https://github.com/grafana/k6) **star:21821** A modern load testing tool, using Go and JavaScript. [![There was an update last month][G]](https://github.com/grafana/k6) [![godoc][D]](https://godoc.org/github.com/grafana/k6)
- [Hey](https://github.com/rakyll/hey) **star:16443** Hey is a tiny program that sends some load to a web application. [![godoc][D]](https://godoc.org/github.com/rakyll/hey)
- [Packer](https://github.com/mitchellh/packer) **star:14653** Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. [![There was an update last month][G]](https://github.com/mitchellh/packer) [![godoc][D]](https://godoc.org/github.com/mitchellh/packer)
- [kind](https://github.com/kubernetes-sigs/kind) **star:12125** Kubernetes IN Docker - local clusters for testing Kubernetes. [![There was an update last month][G]](https://github.com/kubernetes-sigs/kind) [![godoc][D]](https://godoc.org/github.com/kubernetes-sigs/kind)
- [kubeshark](https://github.com/kubeshark/kubeshark) **star:9647** API traffic analyzer for Kubernetes, inspired by Wireshark, purposely built for Kubernetes. [![There was an update last month][G]](https://github.com/kubeshark/kubeshark) [![godoc][D]](https://godoc.org/github.com/kubeshark/kubeshark)
- [webhook](https://github.com/adnanh/webhook) **star:9353** Tool which allows user to create HTTP endpoints (hooks) that execute commands on the server. [![godoc][D]](https://godoc.org/github.com/adnanh/webhook)
- [GVM](https://github.com/moovweb/gvm) **star:8950** GVM provides an interface to manage Go versions.
- [Flannel](https://github.com/flannel-io/flannel) **star:8229** Flannel is a network fabric for containers, designed for Kubernetes. [![There was an update last month][G]](https://github.com/flannel-io/flannel) [![godoc][D]](https://godoc.org/github.com/flannel-io/flannel)
- [Ddosify](https://github.com/ddosify/ddosify) **star:7910** High-performance load testing tool, written in Golang. [![There was an update last month][G]](https://github.com/ddosify/ddosify) [![godoc][D]](https://godoc.org/github.com/ddosify/ddosify)
- [ko](https://github.com/google/ko) **star:6380** Command line tool for building and deploying Go applications on Kubernetes [![There was an update last month][G]](https://github.com/google/ko) [![godoc][D]](https://godoc.org/github.com/google/ko)
- [KubeVela](https://github.com/kubevela/kubevela) **star:5696** Cloud native application delivery. [![There was an update last month][G]](https://github.com/kubevela/kubevela) [![godoc][D]](https://godoc.org/github.com/kubevela/kubevela)
- [gaia](https://github.com/gaia-pipeline/gaia) **star:5114** Build powerful pipelines in any programming language. [![godoc][D]](https://godoc.org/github.com/gaia-pipeline/gaia)
- [bombardier](https://github.com/codesenberg/bombardier) **star:4765** Fast cross-platform HTTP benchmarking tool. [![godoc][D]](https://godoc.org/github.com/codesenberg/bombardier)
- [k3d](https://github.com/k3d-io/k3d) **star:4715** Little helper to run CNCF's k3s in Docker. [![godoc][D]](https://godoc.org/github.com/k3d-io/k3d)
- [script](https://github.com/bitfield/script) **star:4641** Making it easy to write shell-like scripts in Go for DevOps and system administration tasks. [![godoc][D]](https://godoc.org/github.com/bitfield/script)
- [gox](https://github.com/mitchellh/gox) **star:4583** Dead simple, no frills Go cross compile tool. [![godoc][D]](https://godoc.org/github.com/mitchellh/gox)
- [Pomerium](https://github.com/pomerium/pomerium) **star:3691** Pomerium is an identity-aware access proxy. [![There was an update last month][G]](https://github.com/pomerium/pomerium) [![godoc][D]](https://godoc.org/github.com/pomerium/pomerium)
- [bosun](https://github.com/bosun-monitor/bosun) **star:3364** Time Series Alerting Framework. [![godoc][D]](https://godoc.org/github.com/bosun-monitor/bosun)
- [kala](https://github.com/ajvb/kala) **star:2044** Simplistic, modern, and performant job scheduler. [![godoc][D]](https://godoc.org/github.com/ajvb/kala)
- [s5cmd](https://github.com/peak/s5cmd) **star:2021** Blazing fast S3 and local filesystem execution tool. [![There was an update last month][G]](https://github.com/peak/s5cmd) [![godoc][D]](https://godoc.org/github.com/peak/s5cmd)
- [fac](https://github.com/mkchoi212/fac) **star:1818** Command-line user interface to fix git merge conflicts. [![godoc][D]](https://godoc.org/github.com/mkchoi212/fac)
- [goxc](https://github.com/laher/goxc) **star:1683** build tool for Go, with a focus on cross-compiling and packaging. [![It hasn't been updated in recent three years][Y]](https://github.com/laher/goxc) [![godoc][D]](https://godoc.org/github.com/laher/goxc) [![Archived][Archived]](https://github.com/laher/goxc)
- [Fleet device management](https://github.com/fleetdm/fleet) **star:1647** Lightweight, programmable telemetry for servers and workstations. [![There was an update last month][G]](https://github.com/fleetdm/fleet) [![godoc][D]](https://godoc.org/github.com/fleetdm/fleet)
- [StatusOK](https://github.com/sanathp/statusok) **star:1597** Monitor your Website and REST APIs.Get Notified through Slack, E-mail when your server is down or response time is more than expected. [![godoc][D]](https://godoc.org/github.com/sanathp/statusok)
- [ghorg](https://github.com/gabrie30/ghorg) **star:1352** Quickly clone an entire org/users repositories into one directory - Supports GitHub, GitLab, Gitea, and Bitbucket. [![There was an update last month][G]](https://github.com/gabrie30/ghorg) [![godoc][D]](https://godoc.org/github.com/gabrie30/ghorg)
- [go-selfupdate](https://github.com/sanbornm/go-selfupdate) **star:1308** Enable your Go applications to self update. [![godoc][D]](https://godoc.org/github.com/sanbornm/go-selfupdate)
- [s3gof3r](https://github.com/rlmcpherson/s3gof3r) **star:1141** Small utility/library optimized for high speed transfer of large objects into and out of Amazon S3. [![godoc][D]](https://godoc.org/github.com/rlmcpherson/s3gof3r)
- [uTask](https://github.com/ovh/utask) **star:997** Automation engine that models and executes business processes declared in yaml. [![There was an update last month][G]](https://github.com/ovh/utask) [![godoc][D]](https://godoc.org/github.com/ovh/utask)
- [skm](https://github.com/TimothyYe/skm) **star:903** SKM is a simple and powerful SSH Keys Manager, it helps you to manage your multiple SSH keys easily! [![godoc][D]](https://godoc.org/github.com/TimothyYe/skm)
- [PipeCD](https://github.com/pipe-cd/pipecd) **star:852** A GitOps-style continuous delivery platform that provides consistent deployment and operations experience for any applications. [![There was an update last month][G]](https://github.com/pipe-cd/pipecd) [![godoc][D]](https://godoc.org/github.com/pipe-cd/pipecd)
- [Scaleway-cli](https://github.com/scaleway/scaleway-cli) **star:850** Manage BareMetal Servers from Command Line (as easily as with Docker). [![There was an update last month][G]](https://github.com/scaleway/scaleway-cli) [![godoc][D]](https://godoc.org/github.com/scaleway/scaleway-cli)
- [kwatch](https://github.com/abahmed/kwatch) **star:835** Monitor & detect crashes in your Kubernetes(K8s) cluster instantly. [![godoc][D]](https://godoc.org/github.com/abahmed/kwatch)
- [cassowary](https://github.com/rogerwelin/cassowary) **star:683** Modern cross-platform HTTP load-testing tool written in Go. [![godoc][D]](https://godoc.org/github.com/rogerwelin/cassowary) [![Contains Chinese documents][CN]](https://github.com/rogerwelin/cassowary)
- [kool](https://github.com/kool-dev/kool) **star:650** Command line tool for managing Docker environments as an easy way. [![There was an update last month][G]](https://github.com/kool-dev/kool) [![godoc][D]](https://godoc.org/github.com/kool-dev/kool)
- [aurora](https://github.com/xuri/aurora) **star:586** Cross-platform web-based Beanstalkd queue server console.
- [govvv](https://github.com/ahmetalpbalkan/govvv) **star:534** “go build” wrapper to easily add version information into Go binaries. [![godoc][D]](https://godoc.org/github.com/ahmetalpbalkan/govvv)
- [jcli](https://github.com/jenkins-zh/jenkins-cli) **star:371** Jenkins CLI allows you manage your Jenkins as an easy way. [![godoc][D]](https://godoc.org/github.com/jenkins-zh/jenkins-cli) [![Contains Chinese documents][CN]](https://github.com/jenkins-zh/jenkins-cli)
- [gonative](https://github.com/inconshreveable/gonative) **star:334** Tool which creates a build of Go that can cross compile to all platforms while still using the Cgo-enabled versions of the stdlib packages. [![It hasn't been updated in recent three years][Y]](https://github.com/inconshreveable/gonative) [![godoc][D]](https://godoc.org/github.com/inconshreveable/gonative)
- [trubka](https://github.com/xitonix/trubka) **star:330** A CLI tool to manage and troubleshoot Apache Kafka clusters with the ability of generically publishing/consuming protocol buffer and plain text events to/from Kafka. [![godoc][D]](https://godoc.org/github.com/xitonix/trubka)
- [Mora](https://github.com/emicklei/mora) **star:312** REST server for accessing MongoDB documents and meta data. [![godoc][D]](https://godoc.org/github.com/emicklei/mora)
- [lstags](https://github.com/ivanilves/lstags) **star:310** Tool and API to sync Docker images across different registries. [![godoc][D]](https://godoc.org/github.com/ivanilves/lstags)
- [easyssh-proxy](https://github.com/appleboy/easyssh-proxy) **star:295** Golang package for easy remote execution through SSH and SCP downloading via `ProxyCommand`. [![godoc][D]](https://godoc.org/github.com/appleboy/easyssh-proxy)
- [Balerter](https://github.com/balerter/balerter) **star:293** A self-hosted script-based alerting manager. [![godoc][D]](https://godoc.org/github.com/balerter/balerter)
- [gobrew](https://github.com/kevincobain2000/gobrew) **star:291** Go version manager. Super simple tool to install and manage Go versions. Install go without root. Gobrew doesn't require shell rehash. [![There was an update last month][G]](https://github.com/kevincobain2000/gobrew) [![godoc][D]](https://godoc.org/github.com/kevincobain2000/gobrew)
- [manssh](https://github.com/xwjdsh/manssh) **star:289** manssh is a command line tool for managing your ssh alias config easily. [![godoc][D]](https://godoc.org/github.com/xwjdsh/manssh)
- [terraform-provider-openapi](https://github.com/dikhan/terraform-provider-openapi) **star:263** Terraform provider plugin that dynamically configures itself at runtime based on an OpenAPI document (formerly known as swagger file) containing the definitions of the APIs exposed. [![godoc][D]](https://godoc.org/github.com/dikhan/terraform-provider-openapi)
- [dogo](https://github.com/liudng/dogo) **star:257** Monitoring changes in the source file and automatically compile and run (restart). [![It hasn't been updated in recent three years][Y]](https://github.com/liudng/dogo) [![godoc][D]](https://godoc.org/github.com/liudng/dogo) [![Contains Chinese documents][CN]](https://github.com/liudng/dogo)
- [godbg](https://github.com/sirnewton01/godbg) **star:226** Web-based gdb front-end application. [![It hasn't been updated in recent three years][Y]](https://github.com/sirnewton01/godbg)
- [s3-proxy](https://github.com/oxyno-zeta/s3-proxy) **star:223** S3 Proxy with GET, PUT and DELETE methods and authentication (OpenID Connect and Basic Auth). [![There was an update last month][G]](https://github.com/oxyno-zeta/s3-proxy) [![godoc][D]](https://godoc.org/github.com/oxyno-zeta/s3-proxy)
- [Blast](https://github.com/dave/blast) **star:212** A simple tool for API load testing and batch jobs. [![It hasn't been updated in recent three years][Y]](https://github.com/dave/blast) [![godoc][D]](https://godoc.org/github.com/dave/blast)
- [abbreviate](https://github.com/dnnrly/abbreviate) **star:207** abbreviate is a tool turning long strings in to shorter ones with configurable separators, for example to embed branch names in to deployment stack IDs. [![godoc][D]](https://godoc.org/github.com/dnnrly/abbreviate)
- [kcli](https://github.com/cswank/kcli) **star:200** Command line tool for inspecting kafka topics/partitions/messages. [![It hasn't been updated in recent three years][Y]](https://github.com/cswank/kcli) [![godoc][D]](https://godoc.org/github.com/cswank/kcli)
- [gobrew](https://github.com/cryptojuice/gobrew) **star:194** gobrew lets you easily switch between multiple versions of go. [![It hasn't been updated in recent three years][Y]](https://github.com/cryptojuice/gobrew)
- [ostent](https://github.com/ostrost/ostent) **star:178** collects and displays system metrics and optionally relays to Graphite and/or InfluxDB. [![godoc][D]](https://godoc.org/github.com/ostrost/ostent)
- [grapes](https://github.com/yaronsumel/grapes) **star:165** Lightweight tool designed to distribute commands over ssh with ease. [![godoc][D]](https://godoc.org/github.com/yaronsumel/grapes)
- [Dockerfile-Generator](https://github.com/ozankasikci/dockerfile-generator) **star:159** A go library and an executable that produces valid Dockerfiles using various input channels. [![godoc][D]](https://godoc.org/github.com/ozankasikci/dockerfile-generator)
- [winrm-cli](https://github.com/masterzen/winrm-cli) **star:159** Cli tool to remotely execute commands on Windows machines. [![godoc][D]](https://godoc.org/github.com/masterzen/winrm-cli)
- [tf-profile](https://github.com/datarootsio/tf-profile) **star:130** Profiler for Terraform runs. Generate global stats, resource-level stats or visualizations. [![godoc][D]](https://godoc.org/github.com/datarootsio/tf-profile)
- [drone-scp](https://github.com/appleboy/drone-scp) **star:126** Copy files and artifacts via SSH using a binary, docker or Drone CI. [![godoc][D]](https://godoc.org/github.com/appleboy/drone-scp)
- [Mantil](https://github.com/mantil-io/mantil) **star:106** Go specific framework for building serverless applications on AWS that enables you to focus on pure Go code while Mantil takes care of the infrastructure. [![godoc][D]](https://godoc.org/github.com/mantil-io/mantil)
- [go-furnace](https://github.com/go-furnace/go-furnace) **star:97** Hosting solution written in Go. Deploy your Application with ease on AWS, GCP or DigitalOcean. [![godoc][D]](https://godoc.org/github.com/go-furnace/go-furnace)
- [go-rocket-update](https://github.com/mouuff/go-rocket-update) **star:86** A simple way to make self updating Go applications - Supports Github and Gitlab. [![godoc][D]](https://godoc.org/github.com/mouuff/go-rocket-update)
- [Dropship](https://github.com/chrismckenzie/dropship) **star:64** Tool for deploying code via cdn. [![It hasn't been updated in recent three years][Y]](https://github.com/chrismckenzie/dropship) [![godoc][D]](https://godoc.org/github.com/chrismckenzie/dropship)
- [drone-jenkins](https://github.com/appleboy/drone-jenkins) **star:38** Trigger downstream Jenkins jobs using a binary, docker or Drone CI. [![godoc][D]](https://godoc.org/github.com/appleboy/drone-jenkins)
- [awsenv](https://github.com/soniah/awsenv) **star:34** Small binary that loads Amazon (AWS) environment variables for a profile. [![It hasn't been updated in recent three years][Y]](https://github.com/soniah/awsenv) [![godoc][D]](https://godoc.org/github.com/soniah/awsenv)
- [httpref](https://github.com/dnnrly/httpref) **star:34** httpref is a handy CLI reference for HTTP methods, status codes, headers, and TCP and UDP ports. [![godoc][D]](https://godoc.org/github.com/dnnrly/httpref)
- [Rodent](https://github.com/alouche/rodent) **star:34** Rodent helps you manage Go versions, projects and track dependencies. [![It hasn't been updated in recent three years][Y]](https://github.com/alouche/rodent)
- [lwc](https://github.com/timdp/lwc) **star:31** A live-updating version of the UNIX wc command. [![godoc][D]](https://godoc.org/github.com/timdp/lwc)
- [DepCharge](https://github.com/centerorbit/depcharge) **star:23** Helps orchestrating the execution of commands across the many dependencies in larger projects. [![godoc][D]](https://godoc.org/github.com/centerorbit/depcharge)
- [wait-for](https://github.com/dnnrly/wait-for) **star:16** Wait for something to happen (from the command line) before continuing. Easy orchestration of Docker services and other things. [![godoc][D]](https://godoc.org/github.com/dnnrly/wait-for)
- [aptly](https://github.com/smira/aptly) **star:10** aptly is a Debian repository management tool. [![It hasn't been updated in recent three years][Y]](https://github.com/smira/aptly) [![godoc][D]](https://godoc.org/github.com/smira/aptly)
- [sg](https://github.com/ChristopherRabotin/sg) **star:8** Benchmarks a set of HTTP endpoints (like ab), with possibility to use the response code and data between each call for specific server stress based on its previous response. [![It hasn't been updated in recent three years][Y]](https://github.com/ChristopherRabotin/sg) [![godoc][D]](https://godoc.org/github.com/ChristopherRabotin/sg)
- [croc](https://github.com/schollz/croc) **star:24867** Easily and securely send files or folders from one computer to another. [![There was an update last month][G]](https://github.com/schollz/croc) [![godoc][D]](https://godoc.org/github.com/schollz/croc)
- [restic](https://github.com/restic/restic) **star:21472** De-duplicating backup program. [![There was an update last month][G]](https://github.com/restic/restic) [![godoc][D]](https://godoc.org/github.com/restic/restic)
- [Seaweed File System](https://github.com/chrislusf/seaweedfs) **star:18508** Fast, Simple and Scalable Distributed File System with O(1) disk seek. [![There was an update last month][G]](https://github.com/chrislusf/seaweedfs) [![godoc][D]](https://godoc.org/github.com/chrislusf/seaweedfs)
- [Gor](https://github.com/buger/gor) **star:17896** Http traffic replication tool, for replaying traffic from production to stage/dev environments in real-time. [![godoc][D]](https://godoc.org/github.com/buger/gor)
- [Comcast](https://github.com/tylertreat/Comcast) **star:10084** Simulate bad network connections. [![godoc][D]](https://godoc.org/github.com/tylertreat/Comcast)
- [toxiproxy](https://github.com/shopify/toxiproxy) **star:9820** Proxy to simulate network and system conditions for automated tests. [![There was an update last month][G]](https://github.com/shopify/toxiproxy) [![godoc][D]](https://godoc.org/github.com/shopify/toxiproxy)
- [confd](https://github.com/kelseyhightower/confd) **star:8198** Manage local application configuration files using templates and data from etcd or consul. [![There was an update last month][G]](https://github.com/kelseyhightower/confd) [![godoc][D]](https://godoc.org/github.com/kelseyhightower/confd)
- [LiteIDE](https://github.com/visualfc/liteide) **star:7310** LiteIDE is a simple, open source, cross-platform Go IDE. [![Contains Chinese documents][CN]](https://github.com/visualfc/liteide)
- [drive](https://github.com/odeke-em/drive) **star:6579** Google Drive client for the commandline. [![godoc][D]](https://godoc.org/github.com/odeke-em/drive)
- [nes](https://github.com/fogleman/nes) **star:5290** Nintendo Entertainment System (NES) emulator written in Go. [![godoc][D]](https://godoc.org/github.com/fogleman/nes)
- [scc](https://github.com/boyter/scc) **star:5128** Sloc Cloc and Code, a very fast accurate code counter with complexity calculations and COCOMO estimates. [![godoc][D]](https://godoc.org/github.com/boyter/scc)
- [Duplicacy](https://github.com/gilbertchen/duplicacy) **star:4788** A cross-platform network and cloud backup tool based on the idea of lock-free deduplication. [![godoc][D]](https://godoc.org/github.com/gilbertchen/duplicacy)
- [blocky](https://github.com/0xERR0R/blocky) **star:2994** Fast and lightweight DNS proxy as ad-blocker for local network with many features. [![There was an update last month][G]](https://github.com/0xERR0R/blocky) [![godoc][D]](https://godoc.org/github.com/0xERR0R/blocky)
- [myLG](https://github.com/mehrdadrad/mylg) **star:2672** Command Line Network Diagnostic tool written in Go. [![It hasn't been updated in recent three years][Y]](https://github.com/mehrdadrad/mylg) [![godoc][D]](https://godoc.org/github.com/mehrdadrad/mylg)
- [GoBoy](https://github.com/Humpheh/goboy) **star:2558** Nintendo Game Boy Color emulator written in Go. [![godoc][D]](https://godoc.org/github.com/Humpheh/goboy)
- [Stack Up](https://github.com/pressly/sup) **star:2444** Stack Up, a super simple deployment tool - just Unix - think of it like 'make' for a network of servers. [![godoc][D]](https://godoc.org/github.com/pressly/sup)
- [lgo](https://github.com/yunabe/lgo) **star:2330** Interactive Go programming with Jupyter. It supports code completion, code inspection and 100% Go compatibility. [![godoc][D]](https://godoc.org/github.com/yunabe/lgo)
- [limetext](https://limetext.github.io) Lime Text is a powerful and elegant text editor primarily developed in Go that aims to be a Free and open-source software successor to Sublime Text.
- [Circuit](https://github.com/gocircuit/circuit) **star:1972** Circuit is a programmable platform-as-a-service (PaaS) and/or Infrastructure-as-a-Service (IaaS), for management, discovery, synchronization and orchestration of services and hosts comprising cloud applications. [![godoc][D]](https://godoc.org/github.com/gocircuit/circuit)
- [Documize](https://github.com/documize/community) **star:1972** Modern wiki software that integrates data from SaaS tools.
- [borg](https://github.com/crufter/borg) **star:1587** Terminal based search engine for bash snippets. [![It hasn't been updated in recent three years][Y]](https://github.com/crufter/borg) [![godoc][D]](https://godoc.org/github.com/crufter/borg)
- [Plik](https://github.com/root-gg/plik) **star:1312** Plik is a temporary file upload system (Wetransfer like) in Go. [![There was an update last month][G]](https://github.com/root-gg/plik) [![godoc][D]](https://godoc.org/github.com/root-gg/plik)
- [shell2http](https://github.com/msoap/shell2http) **star:1177** Executing shell commands via http server (for prototyping or remote control). [![godoc][D]](https://godoc.org/github.com/msoap/shell2http)
- [vFlow](https://github.com/VerizonDigital/vflow) **star:1025** High-performance, scalable and reliable IPFIX, sFlow and Netflow collector. [![godoc][D]](https://godoc.org/github.com/VerizonDigital/vflow)
- [portal](https://github.com/SpatiumPortae/portal) **star:987** Portal is a quick and easy command-line file transfer utility from any computer to another. [![There was an update last month][G]](https://github.com/SpatiumPortae/portal) [![godoc][D]](https://godoc.org/github.com/SpatiumPortae/portal)
- [peg](https://github.com/pointlander/peg) **star:931** Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator. [![godoc][D]](https://godoc.org/github.com/pointlander/peg)
- [Go Package Store](https://github.com/shurcooL/Go-Package-Store) **star:894** App that displays updates for the Go packages in your GOPATH. [![godoc][D]](https://godoc.org/github.com/shurcooL/Go-Package-Store)
- [Gokapi](https://github.com/Forceu/gokapi) **star:815** Lightweight server to share files, which expire after a set amount of downloads or days. Similar to Firefox Send, but without public upload. [![godoc][D]](https://godoc.org/github.com/Forceu/gokapi)
- [Leaps](https://github.com/jeffail/leaps) **star:738** Pair programming service using Operational Transforms. [![godoc][D]](https://godoc.org/github.com/jeffail/leaps)
- [gfile](https://github.com/Antonito/gfile) **star:714** Securely transfer files between two computers, without any third party, over WebRTC. [![godoc][D]](https://godoc.org/github.com/Antonito/gfile)
- [Guora](https://github.com/meloalright/guora) **star:657** A self-hosted Quora like web application written in Go. [![godoc][D]](https://godoc.org/github.com/meloalright/guora) [![Contains Chinese documents][CN]](https://github.com/meloalright/guora)
- [Gebug](https://github.com/moshebe/gebug) **star:625** A tool that makes debugging of Dockerized Go applications super easy by enabling Debugger and Hot-Reload features, seamlessly. [![There was an update last month][G]](https://github.com/moshebe/gebug) [![godoc][D]](https://godoc.org/github.com/moshebe/gebug)
- [sake](https://github.com/alajmo/sake) **star:618** sake is a command runner for local and remote hosts. [![There was an update last month][G]](https://github.com/alajmo/sake) [![godoc][D]](https://godoc.org/github.com/alajmo/sake)
- [gocc](https://github.com/goccmack/gocc) **star:582** Gocc is a compiler kit for Go written in Go. [![godoc][D]](https://godoc.org/github.com/goccmack/gocc)
- [mockingjay](https://github.com/quii/mockingjay-server) **star:543** Fake HTTP servers and consumer driven contracts from one configuration file. You can also make the server randomly misbehave to help do more realistic performance tests. [![godoc][D]](https://godoc.org/github.com/quii/mockingjay-server)
- [woke](https://github.com/get-woke/woke) **star:403** Detect non-inclusive language in your source code. [![godoc][D]](https://godoc.org/github.com/get-woke/woke)
- [ipe](https://github.com/dimiro1/ipe) **star:366** Open source Pusher server implementation compatible with Pusher client libraries written in GO. [![godoc][D]](https://godoc.org/github.com/dimiro1/ipe) [![Archived][Archived]](https://github.com/dimiro1/ipe)
- [ide](https://github.com/thestrukture/ide) **star:358** Browser accessible IDE. Designed for Go with Go. [![godoc][D]](https://godoc.org/github.com/thestrukture/ide)
- [tcpprobe](https://github.com/mehrdadrad/tcpprobe) **star:342** TCP tool for network performance and path monitoring, including socket statistics. [![godoc][D]](https://godoc.org/github.com/mehrdadrad/tcpprobe)
- [GoNB](https://github.com/janpfeifer/gonb) **star:301** Interactive Go programming with Jupyter Notebooks (also works in VSCode, Binder and Google's Colab). [![There was an update last month][G]](https://github.com/janpfeifer/gonb) [![godoc][D]](https://godoc.org/github.com/janpfeifer/gonb)
- [Cherry](https://github.com/rafael-santiago/cherry) **star:294** Tiny webchat server in Go. [![It hasn't been updated in recent three years][Y]](https://github.com/rafael-santiago/cherry) [![godoc][D]](https://godoc.org/github.com/rafael-santiago/cherry)
- [Neo-cowsay](https://github.com/Code-Hex/Neo-cowsay) **star:264** 🐮 cowsay is reborn. for a New Era. [![godoc][D]](https://godoc.org/github.com/Code-Hex/Neo-cowsay)
- [hotswap](https://github.com/edwingeng/hotswap) **star:263** A complete solution to reload your go code without restarting your server, interrupting or blocking any ongoing procedure. [![godoc][D]](https://godoc.org/github.com/edwingeng/hotswap) [![Contains Chinese documents][CN]](https://github.com/edwingeng/hotswap)
- [Orbit](https://github.com/gulien/orbit) **star:178** A simple tool for running commands and generating files from templates. [![godoc][D]](https://godoc.org/github.com/gulien/orbit)
- [crawley](https://github.com/s0rg/crawley) **star:168** Web scraper/crawler for cli. [![godoc][D]](https://godoc.org/github.com/s0rg/crawley)
- [vaku](https://github.com/lingrino/vaku) **star:149** CLI & API for folder-based functions in Vault like copy, move, and search. [![There was an update last month][G]](https://github.com/lingrino/vaku) [![godoc][D]](https://godoc.org/github.com/lingrino/vaku)
- [stew](https://github.com/marwanhawari/stew) **star:120** An independent package manager for compiled binaries. [![godoc][D]](https://godoc.org/github.com/marwanhawari/stew)
- [dp](https://github.com/scryinfo/dp) **star:83** Through SDK for data exchange with blockchain, developers can get easy access to DAPP development. [![godoc][D]](https://godoc.org/github.com/scryinfo/dp)
- [boxed](https://github.com/tejo/boxed) **star:80** Dropbox based blog engine. [![It hasn't been updated in recent three years][Y]](https://github.com/tejo/boxed) [![godoc][D]](https://godoc.org/github.com/tejo/boxed)
- [fjira](https://github.com/mk-5/fjira) **star:45** A fuzzy-search based terminal UI application for Attlasian Jira [![There was an update last month][G]](https://github.com/mk-5/fjira) [![godoc][D]](https://godoc.org/github.com/mk-5/fjira)
- [term-quiz](https://github.com/crazcalm/term-quiz) **star:25** Quizzes for your terminal. [![It hasn't been updated in recent three years][Y]](https://github.com/crazcalm/term-quiz) [![godoc][D]](https://godoc.org/github.com/crazcalm/term-quiz)
- [naclpipe](https://github.com/unix4fun/naclpipe) **star:23** Simple NaCL EC25519 based crypto pipe tool written in Go. [![It hasn't been updated in recent three years][Y]](https://github.com/unix4fun/naclpipe) [![godoc][D]](https://godoc.org/github.com/unix4fun/naclpipe)
- [Snitch](https://github.com/lucasgomide/snitch) **star:17** Simple way to notify your team and many tools when someone has deployed any application via Tsuru. [![It hasn't been updated in recent three years][Y]](https://github.com/lucasgomide/snitch) [![godoc][D]](https://godoc.org/github.com/lucasgomide/snitch)
- [GoDocTooltip](https://github.com/diankong/GoDocTooltip) **star:13** Chrome extension for Go Doc sites, which shows function description as tooltip at function list.
- [go-web-framework-benchmark](https://github.com/smallnest/go-web-framework-benchmark) **star:1943** Go web framework benchmark. [![godoc][D]](https://godoc.org/github.com/smallnest/go-web-framework-benchmark)
- [go-http-routing-benchmark](https://github.com/julienschmidt/go-http-routing-benchmark) **star:1621** Go HTTP request router benchmark and comparison. [![godoc][D]](https://godoc.org/github.com/julienschmidt/go-http-routing-benchmark)
- [go_serialization_benchmarks](https://github.com/alecthomas/go_serialization_benchmarks) **star:1488** Benchmarks of Go serialization methods. [![godoc][D]](https://godoc.org/github.com/alecthomas/go_serialization_benchmarks)
- [speedtest-resize](https://github.com/fawick/speedtest-resize) **star:238** Compare various Image resize algorithms for the Go language. [![It hasn't been updated in recent three years][Y]](https://github.com/fawick/speedtest-resize) [![godoc][D]](https://godoc.org/github.com/fawick/speedtest-resize)
- [go-benchmarks](https://github.com/tylertreat/go-benchmarks) **star:145** Few miscellaneous Go microbenchmarks. Compare some language features to alternative approaches. [![It hasn't been updated in recent three years][Y]](https://github.com/tylertreat/go-benchmarks) [![godoc][D]](https://godoc.org/github.com/tylertreat/go-benchmarks)
- [gospeed](https://github.com/feyeleanor/GoSpeed) **star:112** Go micro-benchmarks for calculating the speed of language constructs. [![godoc][D]](https://godoc.org/github.com/feyeleanor/GoSpeed)
- [autobench](https://github.com/davecheney/autobench) **star:98** Framework to compare the performance between different Go versions. [![It hasn't been updated in recent three years][Y]](https://github.com/davecheney/autobench) [![godoc][D]](https://godoc.org/github.com/davecheney/autobench)
- [golang-sql-benchmark](https://github.com/tyler-smith/golang-sql-benchmark) **star:66** Collection of benchmarks for popular Go database/SQL utilities. [![godoc][D]](https://godoc.org/github.com/tyler-smith/golang-sql-benchmark)
- [gocostmodel](https://github.com/PuerkitoBio/gocostmodel) **star:61** Benchmarks of common basic operations for the Go language. [![godoc][D]](https://godoc.org/github.com/PuerkitoBio/gocostmodel)
- [go-ml-benchmarks](https://github.com/nikolaydubina/go-ml-benchmarks) **star:29** benchmarks for machine learning inference in Go. [![godoc][D]](https://godoc.org/github.com/nikolaydubina/go-ml-benchmarks)
- [go-benchmark-app](https://github.com/mrLSD/go-benchmark-app) **star:27** Powerful HTTP-benchmark tool mixed with Аb, Wrk, Siege tools. Gathering statistics and various parameters for benchmarks and comparison results. [![It hasn't been updated in recent three years][Y]](https://github.com/mrLSD/go-benchmark-app) [![godoc][D]](https://godoc.org/github.com/mrLSD/go-benchmark-app)
- [kvbench](https://github.com/jimrobinson/kvbench) **star:26** Key/Value database benchmark. [![It hasn't been updated in recent three years][Y]](https://github.com/jimrobinson/kvbench) [![godoc][D]](https://godoc.org/github.com/jimrobinson/kvbench)
- [go-json-benchmark](https://github.com/zerosnake0/go-json-benchmark) **star:9** Go JSON benchmark. [![It hasn't been updated in recent three years][Y]](https://github.com/zerosnake0/go-json-benchmark) [![godoc][D]](https://godoc.org/github.com/zerosnake0/go-json-benchmark)
- [Build an Orchestrator in Go](https://www.manning.com/books/build-an-orchestrator-in-go)
- [Continuous Delivery in Go](https://www.manning.com/books/continuous-delivery-in-go) This practical guide to continuous delivery shows you how to rapidly establish an automated pipeline that will improve your testing, code quality, and final product.
- [Creative DIY Microcontroller Project With TinyGo and WebAssembly](https://www.packtpub.com/product/creative-diy-microcontroller-projects-with-tinygo-and-webassembly/9781800560208) An introduction into the TinyGo compiler with projects involving Arduino and WebAssembly.
- [Effective Go: Elegant, efficient, and testable code](https://www.manning.com/books/effective-go) Unlock Go’s unique perspective on program design, and start writing simple, maintainable, and testable Go code.
- [The Power of Go: Tools](https://bitfieldconsulting.com/books/tools) A guide to writing command-line tools in Go.
- [Writing A Compiler In Go](https://compilerbook.com)
- [Writing An Interpreter In Go](https://interpreterbook.com) Book that introduces dozens of techniques for writing idiomatic, expressive, and efficient Go code that avoids common pitfalls.
- [How To Code in Go eBook](https://www.digitalocean.com/community/books/how-to-code-in-go-ebook) A 600 page introduction to Go aimed at first time developers.
- [Go AST Book (Chinese)](https://github.com/chai2010/go-ast-book) **star:5132** A book focusing on Go `go/*` packages. [![godoc][D]](https://godoc.org/github.com/chai2010/go-ast-book)
- [Go Succinctly](https://github.com/thedevsir/gosuccinctly) **star:23** in Persian. [![It hasn't been updated in recent three years][Y]](https://github.com/thedevsir/gosuccinctly) [![godoc][D]](https://godoc.org/github.com/thedevsir/gosuccinctly)
- [Go with the domain](https://threedots.tech/go-with-the-domain/) A book showing how to apply DDD, Clean Architecture, and CQRS by practical refactoring.
- [Free Gophers Pack](https://github.com/MariaLetta/free-gophers-pack) **star:3172** Gopher graphics pack by Maria Letta with illustrations and emotional characters in vector and raster. [![godoc][D]](https://godoc.org/github.com/MariaLetta/free-gophers-pack)
- [Go-gopher-Vector](https://github.com/keygx/Go-gopher-Vector) **star:65** Go gopher Vector Data [.ai, .svg]. [![It hasn't been updated in recent three years][Y]](https://github.com/keygx/Go-gopher-Vector)
- [gophers](https://github.com/ashleymcnamara/gophers) **star:2860** Gopher artworks by Ashley McNamara. [![It hasn't been updated in recent three years][Y]](https://github.com/ashleymcnamara/gophers) [![godoc][D]](https://godoc.org/github.com/ashleymcnamara/gophers)
- [gophers](https://github.com/rogeralsing/gophers) **star:57** random gopher graphics. [![It hasn't been updated in recent three years][Y]](https://github.com/rogeralsing/gophers)
- [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) **star:30656** List of other amazingly awesome lists.
- [Awesome Remote Job](https://github.com/lukasz-madon/awesome-remote-job) **star:26817** Curated list of awesome remote jobs. A lot of them are looking for Go hackers. [![There was an update last month][G]](https://github.com/lukasz-madon/awesome-remote-job)
- [golang-graphics](https://github.com/mholt/golang-graphics) **star:138** Collection of Go images, graphics, and art. [![It hasn't been updated in recent three years][Y]](https://github.com/mholt/golang-graphics) [![Archived][Archived]](https://github.com/mholt/golang-graphics)
- [golang-nuts](https://groups.google.com/forum/#!forum/golang-nuts) Go mailing list.
- [Google Plus Community](https://plus.google.com/communities/114112804251407510571) The Google+ community for #golang enthusiasts.
- [Gopher Community Chat](https://invite.slack.golangbridge.org) Join Our New Slack Community For Gophers ([Understand how it came](https://blog.gopheracademy.com/gophers-slack-community/)).
- [Gophercises](https://gophercises.com/) Free coding exercises for budding gophers.
- [gowalker.org](https://gowalker.org) Go Project API documentation.
- [json2go](https://m-zajac.github.io/json2go) Advanced JSON to Go struct conversion - online tool.
- [justforfunc](https://www.youtube.com/c/justforfunc) Youtube channel dedicated to Go programming language tips and tricks, hosted by Francesc Campoy [@francesc](https://twitter.com/francesc).
- [gocryforhelp](https://github.com/ninedraft/gocryforhelp) **star:41** Collection of Go projects that needs help. Good place to start your open-source way in Go. [![It hasn't been updated in recent three years][Y]](https://github.com/ninedraft/gocryforhelp)
- [awesome-go-extra](https://github.com/xwjdsh/awesome-go-extra) **star:22** Parse awesome-go README file and generate a new README file with repo info. [![godoc][D]](https://godoc.org/github.com/xwjdsh/awesome-go-extra) [![Contains Chinese documents][CN]](https://github.com/xwjdsh/awesome-go-extra)
- [Explore Go Libraries & Projects](https://kandi.openweaver.com/explore/go) Discover & find a curated list of popular & new Go libraries, top authors, trending project kits, discussions, tutorials & learning resources on kandi.
- [Go Blog](https://blog.golang.org) The official Go blog.
- [Go Code Club](https://www.youtube.com/watch?v=nvoIPQYdx9g&list=PLEcwzBXTPUE_YQR7R0BRtHBYJ0LN3Y0i3) A group of Gophers read and discuss a different Go project every week.
- [Go Community on Hashnode](https://hashnode.com/n/go) Community of Gophers on Hashnode.
- [Go Forum](https://forum.golangbridge.org) Forum to discuss Go.
- [Go Projects](https://github.com/golang/go/wiki/Projects) List of projects on the Go community wiki.
- [Go Proverbs](https://go-proverbs.github.io/) Go Proverbs by Rob Pike.
- [Go Report Card](https://goreportcard.com) A report card for your Go package.
- [go.dev](https://go.dev/) A hub for Go developers.
- [Made with Golang](https://madewithgolang.com/?ref=awesome-go)
- [r/Golang](https://www.reddit.com/r/golang) News about Go.
- [studygolang](https://studygolang.com) The community of studygolang in China.
- [Trending Go repositories on GitHub today](https://github.com/trending?l=go) Good place to find new Go libraries.
- [Build web application with Golang](https://github.com/astaxie/build-web-application-with-golang) **star:42392** Golang ebook intro how to build a web app with golang. [![godoc][D]](https://godoc.org/github.com/astaxie/build-web-application-with-golang) [![Contains Chinese documents][CN]](https://github.com/astaxie/build-web-application-with-golang)
- [Building and Testing a REST API in Go with Gorilla Mux and PostgreSQL](https://semaphoreci.com/community/tutorials/building-and-testing-a-rest-api-in-go-with-gorilla-mux-and-postgresql) We’ll write an API with the help of the powerful Gorilla Mux.
- [Building Go Web Applications and Microservices Using Gin](https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin) Get familiar with Gin and find out how it can help you reduce boilerplate code and build a request handling pipeline.
- [Caching Slow Database Queries](https://medium.com/@rocketlaunchr.cloud/caching-slow-database-queries-1085d308a0c9) How to cache slow database queries.
- [Canceling MySQL](https://medium.com/@rocketlaunchr.cloud/canceling-mysql-in-go-827ed8f83b30) How to cancel MySQL queries.
- [CodeCrafters Golang Track](https://app.codecrafters.io/tracks/go) Achieve mastery in advanced Go by building your own Redis, Docker, Git, and SQLite. Featuring goroutines, systems programming, file I/O, and more.
- [Go Cheat Sheet](https://github.com/a8m/go-lang-cheat-sheet) **star:7885** Go's reference card. [![There was an update last month][G]](https://github.com/a8m/go-lang-cheat-sheet)
- [Ethereum Development with Go](https://github.com/miguelmota/ethereum-development-with-go-book) **star:1638** A little e-book on Ethereum Development with Go. [![godoc][D]](https://godoc.org/github.com/miguelmota/ethereum-development-with-go-book) [![Contains Chinese documents][CN]](https://github.com/miguelmota/ethereum-development-with-go-book) [![Archived][Archived]](https://github.com/miguelmota/ethereum-development-with-go-book)
- [Games With Go](https://www.youtube.com/watch?v=9D4yH7e_ea8&list=PLDZujg-VgQlZUy1iCqBbe5faZLMkA3g2x) A video series teaching programming and game development.
- [A Comprehensive Guide to Structured Logging in Go](https://betterstack.com/community/guides/logging/logging-in-go/) Delve deep into the world of structured logging in Go with a specific focus on recently accepted slog proposal which aims to bring high performance structured logging with levels to the standard library.
- [A Guide to Golang E-Commerce](https://snipcart.com/blog/golang-ecommerce-ponzu-cms-demo?utm_term=golang-ecommerce-ponzu-cms-demo) Building a Golang site for e-commerce (demo included).
- [A Tour of Go](https://tour.golang.org/) Interactive tour of Go.
- [Go in 7 days](https://github.com/harrytran103/7_days_of_go) **star:129** Learn everything about Go in 7 days (from a Nodejs developer). [![It hasn't been updated in recent three years][Y]](https://github.com/harrytran103/7_days_of_go) [![godoc][D]](https://godoc.org/github.com/harrytran103/7_days_of_go)
- [Design Patterns in Go](https://github.com/shubhamzanwar/design-patterns) **star:107** Collection of programming design patterns implemented in Go. [![godoc][D]](https://godoc.org/github.com/shubhamzanwar/design-patterns)
- [Debugged.it Go patterns](https://github.com/haveyoudebuggedit/go-patterns) **star:11** Advanced Go patterns with ready-to-run examples. [![godoc][D]](https://godoc.org/github.com/haveyoudebuggedit/go-patterns) [![Archived][Archived]](https://github.com/haveyoudebuggedit/go-patterns)
- [go-patterns](https://github.com/tmrts/go-patterns) **star:23008** Curated list of Go design patterns, recipes and idioms. [![godoc][D]](https://godoc.org/github.com/tmrts/go-patterns)
- [Learn Go with TDD](https://github.com/quii/learn-go-with-tests) **star:20395** Learn Go with test-driven development. [![There was an update last month][G]](https://github.com/quii/learn-go-with-tests) [![godoc][D]](https://godoc.org/github.com/quii/learn-go-with-tests) [![Contains Chinese documents][CN]](https://github.com/quii/learn-go-with-tests)
- [Learning Go by examples](https://dev.to/aurelievache/learning-go-by-examples-introduction-448n) Series of articles in order to learn Golang language by concrete applications as example.
- [Microservices with Go](https://www.youtube.com/playlist?list=PLmD8u-IFdreyh6EUfevBcbiuCKzFk0EW_) Dive deep into building microservices using Go, including gRPC.
- [package main](https://www.youtube.com/packagemain) YouTube channel about Programming in Go.
- [Programming with Google Go](https://www.coursera.org/specializations/google-golang) Coursera Specialization to learn about Go from scratch.
- [Saving a Third of Our Memory by Re-ordering Go Struct Fields](https://qvault.io/golang/struct-field-ordering-memory/) How inefficient field ordering in Go structs.
- [Scaling Go Applications](https://betterstack.com/community/guides/scaling-go/) Everything about building, deploying and scaling Go applications in production.
- [Learn Go with 1000+ Exercises](https://github.com/inancgumus/learngo) **star:17774** Learn Go with thousands of examples, exercises, and quizzes. [![godoc][D]](https://godoc.org/github.com/inancgumus/learngo)
- [go-clean-template](https://github.com/evrone/go-clean-template) **star:5574** Clean Architecture template for Golang services. [![godoc][D]](https://godoc.org/github.com/evrone/go-clean-template)
- [Golang for Node.js Developers](https://github.com/miguelmota/golang-for-nodejs-developers) **star:4248** Examples of Golang compared to Node.js for learning. [![godoc][D]](https://godoc.org/github.com/miguelmota/golang-for-nodejs-developers)
- [Golang Tutorial Guide](https://www.freecodecamp.org/news/golang-tutorial-list-free-courses-learn-go-programming-language/) A List of Free Courses to Learn the Go Programming Language.
- [Golangbot](https://golangbot.com/learn-golang-series/) Tutorials to get started with programming in Go.
- [GopherSnippets](https://gophersnippets.com/) Code snippets with tests and testable examples for the Go programming language.
- [Gosamples](https://gosamples.dev/) Collection of code snippets that let you solve everyday code problems.
- [Hackr.io](https://hackr.io/tutorials/learn-golang) Learn Go from the best online golang tutorials submitted & voted by the golang programming community.
- [goapp](https://github.com/bnkamalesh/goapp) **star:663** An opinionated guideline to structure & develop a Go web application/service. [![godoc][D]](https://godoc.org/github.com/bnkamalesh/goapp)
- [Hex Monscape](https://github.com/Haraj-backend/hex-monscape) **star:46** Getting started guidelines in writing maintainable code using Hexagonal Architecture. [![godoc][D]](https://godoc.org/github.com/Haraj-backend/hex-monscape)
- [How to Benchmark: dbq vs sqlx vs GORM](https://medium.com/@rocketlaunchr.cloud/how-to-benchmark-dbq-vs-sqlx-vs-gorm-e814caacecb5) Learn how to benchmark in Go. As a case-study, we will benchmark dbq, sqlx and GORM.
- [How To Deploy a Go Web Application with Docker](https://semaphoreci.com/community/tutorials/how-to-deploy-a-go-web-application-with-docker) Learn how to use Docker for Go development and how to build production Docker images.
- [How to Use Godog for Behavior-driven Development in Go](https://semaphoreci.com/community/tutorials/how-to-use-godog-for-behavior-driven-development-in-go) Get started with Godog — a Behavior-driven development framework for building and testing Go applications.
- [The world’s easiest introduction to WebAssembly with Golang](https://medium.com/@martinolsansky/webassembly-with-golang-is-fun-b243c0e34f02)
- [W3basic Go Tutorials](https://www.w3basic.com/golang/) W3Basic provides an in-depth tutorial and well-organized content to learn Golang programming.
- [Working with Go](https://github.com/mkaz/working-with-go) **star:1159** Intro to go for experienced programmers. [![It hasn't been updated in recent three years][Y]](https://github.com/mkaz/working-with-go) [![Archived][Archived]](https://github.com/mkaz/working-with-go)