diff --git a/README.md b/README.md index 1ce8210..0940538 100644 --- a/README.md +++ b/README.md @@ -205,9 +205,9 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a _Libraries for building programs that leverage AI._ -- [langchaingo(stars: 2231)](https://github.com/tmc/langchaingo) - LangChainGo is a framework for developing applications powered by language models. -- [LocalAI(stars: 16667)](https://github.com/mudler/LocalAI) - Open Source OpenAI alternative, self-host AI models. -- [Ollama(stars: 38588)](https://github.com/jmorganca/ollama) - Run large language models locally. +- [langchaingo(stars: 2245)](https://github.com/tmc/langchaingo) - LangChainGo is a framework for developing applications powered by language models. +- [LocalAI(stars: 16693)](https://github.com/mudler/LocalAI) - Open Source OpenAI alternative, self-host AI models. +- [Ollama(stars: 38868)](https://github.com/jmorganca/ollama) - Run large language models locally. **[⬆ back to top](#contents)** @@ -231,31 +231,31 @@ _Libraries for manipulating audio._ _Libraries for implementing authentication schemes._ -- [authboss(stars: 3599)](https://github.com/volatiletech/authboss) - 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. +- [authboss(stars: 3600)](https://github.com/volatiletech/authboss) - 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. - [branca(stars: 73)](https://github.com/essentialkaos/branca) - branca token [specification implementation](https://github.com/tuupola/branca-spec) for Golang 1.15+. -- [casbin(stars: 16532)](https://github.com/hsluoyz/casbin) - Authorization library that supports access control models like ACL, RBAC, and ABAC. +- [casbin(stars: 16539)](https://github.com/hsluoyz/casbin) - Authorization library that supports access control models like ACL, RBAC, and ABAC. - [cookiestxt(stars: 12)](https://github.com/mengzhuo/cookiestxt) - provides a parser of cookies.txt file format. - [go-guardian(stars: 517)](https://github.com/shaj13/go-guardian) - 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. - [go-jose(stars: 216)](https://github.com/go-jose/go-jose) - Fairly complete implementation of the JOSE working group's JSON Web Token, JSON Web Signatures, and JSON Web Encryption specs. - [gologin(stars: 1695)](https://github.com/dghubble/gologin) - chainable handlers for login with OAuth1 and OAuth2 authentication providers. - [gorbac(stars: 1538)](https://github.com/mikespook/gorbac) - provides a lightweight role-based access control (RBAC) implementation in Golang. - [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. -- [goth(stars: 4755)](https://github.com/markbates/goth) - provides a simple, clean, and idiomatic way to use OAuth and OAuth2. Handles multiple providers out of the box. +- [goth(stars: 4756)](https://github.com/markbates/goth) - provides a simple, clean, and idiomatic way to use OAuth and OAuth2. Handles multiple providers out of the box. - [jeff(stars: 259)](https://github.com/abraithwaite/jeff) - Simple, flexible, secure, and idiomatic web session management with pluggable backends. - [jwt(stars: 346)](https://github.com/pascaldekloe/jwt) - Lightweight JSON Web Token (JWT) library. - [jwt(stars: 635)](https://github.com/cristalhq/jwt) - Safe, simple, and fast JSON Web Tokens for Go. - [jwt-auth(stars: 231)](https://github.com/adam-hanna/jwt-auth) - JWT middleware for Golang http servers with many configuration options. -- [jwt-go(stars: 6037)](https://github.com/golang-jwt/jwt) - 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. -- [keto(stars: 4482)](https://github.com/ory/keto) - Open Source (Go) implementation of "Zanzibar: Google's Consistent, Global Authorization System". Ships gRPC, REST APIs, newSQL, and an easy and granular permission language. Supports ACL, RBAC, and other access models. +- [jwt-go(stars: 6044)](https://github.com/golang-jwt/jwt) - 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. +- [keto(stars: 4483)](https://github.com/ory/keto) - Open Source (Go) implementation of "Zanzibar: Google's Consistent, Global Authorization System". Ships gRPC, REST APIs, newSQL, and an easy and granular permission language. Supports ACL, RBAC, and other access models. - [loginsrv(stars: 1909)](https://github.com/tarent/loginsrv) - JWT login microservice with pluggable backends such as OAuth2 (Github), htpasswd, osiam. -- [oauth2(stars: 5067)](https://github.com/golang/oauth2) - Successor of goauth2. Generic OAuth 2.0 package that comes with JWT, Google APIs, Compute Engine, and App Engine support. -- [oidc(stars: 1127)](https://github.com/zitadel/oidc) - Easy to use OpenID Connect client and server library written for Go and certified by the OpenID Foundation +- [oauth2(stars: 5069)](https://github.com/golang/oauth2) - Successor of goauth2. Generic OAuth 2.0 package that comes with JWT, Google APIs, Compute Engine, and App Engine support. +- [oidc(stars: 1129)](https://github.com/zitadel/oidc) - Easy to use OpenID Connect client and server library written for Go and certified by the OpenID Foundation - [osin(stars: 1872)](https://github.com/openshift/osin) - Golang OAuth2 server library. - [otpgen(stars: 133)](https://github.com/grijul/otpgen) - Library to generate TOTP/HOTP codes. - [otpgo(stars: 65)](https://github.com/jltorresm/otpgo) - Time-Based One-Time Password (TOTP) and HMAC-Based One-Time Password (HOTP) library for Go. - [paseto(stars: 788)](https://github.com/o1egl/paseto) - Golang implementation of Platform-Agnostic Security Tokens (PASETO). - [permissions2(stars: 499)](https://github.com/xyproto/permissions2) - Library for keeping track of users, login states, and permissions. Uses secure cookies and bcrypt. -- [scope(stars: 34)](https://github.com/SonicRoshan/scope) - Easily Manage OAuth2 Scopes In Go. +- [scope(stars: 35)](https://github.com/SonicRoshan/scope) - Easily Manage OAuth2 Scopes In Go. - [scs(stars: 1851)](https://github.com/alexedwards/scs) - Session Manager for HTTP servers. - [securecookie(stars: 74)](https://github.com/chmike/securecookie) - Efficient secure cookie encoding/decoding. - [session(stars: 114)](https://github.com/icza/session) - Go session management for web servers (including support for Google App Engine - GAE). @@ -269,13 +269,13 @@ _Libraries for implementing authentication schemes._ _Tools for building blockchains._ -- [cometbft(stars: 475)](https://github.com/cometbft/cometbft) - A distributed, Byzantine fault-tolerant, deterministic state machine replication engine. It is a fork of Tendermint Core and implements the Tendermint consensus algorithm. +- [cometbft(stars: 476)](https://github.com/cometbft/cometbft) - A distributed, Byzantine fault-tolerant, deterministic state machine replication engine. It is a fork of Tendermint Core and implements the Tendermint consensus algorithm. - [cosmos-sdk(stars: 5728)](https://github.com/cosmos/cosmos-sdk) - A Framework for Building Public Blockchains in the Cosmos Ecosystem. -- [go-ethereum(stars: 44878)](https://github.com/ethereum/go-ethereum) - Official Go implementation of the Ethereum protocol. +- [go-ethereum(stars: 44876)](https://github.com/ethereum/go-ethereum) - Official Go implementation of the Ethereum protocol. - [gossamer(stars: 406)](https://github.com/ChainSafe/gossamer) - A Go implementation of the Polkadot Host. - [kubo(stars: 15654)](https://github.com/ipfs/kubo) - 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. -- [solana-go(stars: 522)](https://github.com/gagliardetto/solana-go) - Go library to interface with Solana JSON RPC and WebSocket interfaces. -- [tendermint(stars: 5615)](https://github.com/tendermint/tendermint) - 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. +- [solana-go(stars: 525)](https://github.com/gagliardetto/solana-go) - Go library to interface with Solana JSON RPC and WebSocket interfaces. +- [tendermint(stars: 5614)](https://github.com/tendermint/tendermint) - 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. **[⬆ back to top](#contents)** @@ -283,33 +283,33 @@ _Tools for building blockchains._ _Libraries for building and working with bots._ -- [bot(stars: 300)](https://github.com/go-telegram/bot) - Zero-dependencies Telegram Bot library with additional UI components +- [bot(stars: 302)](https://github.com/go-telegram/bot) - Zero-dependencies Telegram Bot library with additional UI components - [echotron(stars: 309)](https://github.com/NicoNex/echotron) - An elegant and concurrent library for Telegram Bots in Go. - [ephemeral-roles(stars: 86)](https://github.com/ewohltman/ephemeral-roles) - A Discord bot for managing ephemeral roles based upon voice channel member presence. - [go-chat-bot(stars: 811)](https://github.com/go-chat-bot/bot) - IRC, Slack & Telegram bot written in Go. - [go-joe](https://joe-bot.net) - A general-purpose bot library inspired by Hubot but written in Go. - [go-sarah(stars: 260)](https://github.com/oklahomer/go-sarah) - Framework to build a bot for desired chat services including LINE, Slack, Gitter, and more. -- [go-tg(stars: 56)](https://github.com/mr-linch/go-tg) - Generated from official docs Go client library for accessing Telegram Bot API, with batteries for building complex bots included. +- [go-tg(stars: 57)](https://github.com/mr-linch/go-tg) - Generated from official docs Go client library for accessing Telegram Bot API, with batteries for building complex bots included. - [go-tgbot(stars: 117)](https://github.com/olebedev/go-tgbot) - Pure Golang Telegram Bot API wrapper, generated from swagger file, session-based router, and middleware. - [go-twitch-irc(stars: 329)](https://github.com/gempir/go-twitch-irc) - Library to write bots for twitch.tv chat -- [Golang CryptoTrading Bot(stars: 980)](https://github.com/saniales/golang-crypto-trading-bot) - A golang implementation of a console-based trading bot for cryptocurrency exchanges. +- [Golang CryptoTrading Bot(stars: 979)](https://github.com/saniales/golang-crypto-trading-bot) - A golang implementation of a console-based trading bot for cryptocurrency exchanges. - [govkbot(stars: 46)](https://github.com/nikepan/govkbot) - Simple Go [VK](https://vk.com) bot library. -- [hanu(stars: 152)](https://github.com/sbstjn/hanu) - Framework for writing Slack bots. +- [hanu(stars: 153)](https://github.com/sbstjn/hanu) - Framework for writing Slack bots. - [Kelp(stars: 1058)](https://github.com/stellar/kelp) - 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. - [larry(stars: 155)](https://github.com/ezeoleaf/larry) - Larry 🐦 is a really simple Twitter bot generator that tweets random repositories from Github built in Go. - [margelet(stars: 83)](https://github.com/zhulik/margelet) - Framework for building Telegram bots. - [micha(stars: 26)](https://github.com/onrik/micha) - Go Library for Telegram bot api. -- [olivia(stars: 3643)](https://github.com/olivia-ai/olivia) - A chatbot built with an artificial neural network. +- [olivia(stars: 3641)](https://github.com/olivia-ai/olivia) - A chatbot built with an artificial neural network. - [slack-bot(stars: 159)](https://github.com/innogames/slack-bot) - Ready to use Slack Bot for lazy developers: Custom commands, Jenkins, Jira, Bitbucket, Github... -- [slacker(stars: 808)](https://github.com/shomali11/slacker) - Easy to use framework to create Slack bots. +- [slacker(stars: 807)](https://github.com/shomali11/slacker) - Easy to use framework to create Slack bots. - [slackscot(stars: 56)](https://github.com/alexandre-normand/slackscot) - Another framework for building Slack bots. -- [tbot(stars: 349)](https://github.com/yanzay/tbot) - Telegram bot server with API similar to net/http. +- [tbot(stars: 350)](https://github.com/yanzay/tbot) - Telegram bot server with API similar to net/http. - [telebot(stars: 3503)](https://github.com/tucnak/telebot) - Telegram bot framework is written in Go. -- [telego(stars: 332)](https://github.com/mymmrac/telego) - Telegram Bot API library for Golang with full one-to-one API implementation. +- [telego(stars: 334)](https://github.com/mymmrac/telego) - Telegram Bot API library for Golang with full one-to-one API implementation. - [telegram-bot-api(stars: 5276)](https://github.com/Syfaro/telegram-bot-api) - Simple and clean Telegram bot client. - [teleterm(stars: 33)](https://github.com/alfiankan/teleterm) - Telegram Bot Exec Terminal Command. - [Tenyks(stars: 176)](https://github.com/kyleterry/tenyks) - Service oriented IRC bot using Redis and JSON for messaging. -- [wayback(stars: 1575)](https://github.com/wabarc/wayback) - A bot for Telegram, Mastodon, Slack, and other messaging platforms archives webpages. +- [wayback(stars: 1574)](https://github.com/wabarc/wayback) - A bot for Telegram, Mastodon, Slack, and other messaging platforms archives webpages. **[⬆ back to top](#contents)** @@ -317,16 +317,16 @@ _Libraries for building and working with bots._ _Libraries and tools help with build automation._ -- [1build(stars: 220)](https://github.com/gopinath-langote/1build) - Command line tool to frictionlessly manage project-specific commands. +- [1build(stars: 221)](https://github.com/gopinath-langote/1build) - Command line tool to frictionlessly manage project-specific commands. - [anko(stars: 36)](https://github.com/GuilhermeCaruso/anko) - Simple application watcher for multiple programming languages. - [gaper(stars: 80)](https://github.com/maxcnunes/gaper) - Builds and restarts a Go project when it crashes or some watched file changes. - [gilbert](https://go-gilbert.github.io) - Build system and task runner for Go projects. - [gob(stars: 6)](https://github.com/kcmvp/gob) - [Gradle](https://docs.gradle.org/)/[Maven](https://maven.apache.org/) like build tool for Go projects. - [goyek(stars: 485)](https://github.com/goyek/goyek) - Create build pipelines in Go. -- [mage(stars: 3842)](https://github.com/magefile/mage) - Mage is a make/rake-like build tool using Go. +- [mage(stars: 3843)](https://github.com/magefile/mage) - Mage is a make/rake-like build tool using Go. - [mmake(stars: 1694)](https://github.com/tj/mmake) - Modern Make. - [realize(stars: 4436)](https://github.com/tockins/realize) - Go build a system with file watchers and live to reload. Run, build and watch file changes with custom paths. -- [Task(stars: 9480)](https://github.com/go-task/task) - simple "Make" alternative. +- [Task(stars: 9483)](https://github.com/go-task/task) - simple "Make" alternative. - [taskctl(stars: 274)](https://github.com/taskctl/taskctl) - Concurrent task runner. - [xc(stars: 960)](https://github.com/joerdav/xc) - Task runner with README.md defined tasks, executable markdown. @@ -338,12 +338,12 @@ _Libraries and tools help with build automation._ _Libraries for building Console Applications and Console User Interfaces._ -- [asciigraph(stars: 2405)](https://github.com/guptarohit/asciigraph) - Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies. +- [asciigraph(stars: 2406)](https://github.com/guptarohit/asciigraph) - Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies. - [aurora(stars: 1379)](https://github.com/logrusorgru/aurora) - ANSI terminal colors that support fmt.Printf/Sprintf. - [box-cli-maker(stars: 440)](https://github.com/Delta456/box-cli-maker) - Make Highly Customized Boxes for your CLI. - [bubble-table(stars: 290)](https://github.com/Evertras/bubble-table) - An interactive table component for bubbletea. -- [bubbles(stars: 4358)](https://github.com/charmbracelet/bubbles) - TUI components for bubbletea. -- [bubbletea(stars: 22691)](https://github.com/charmbracelet/bubbletea) - Go framework to build terminal apps, based on The Elm Architecture. +- [bubbles(stars: 4360)](https://github.com/charmbracelet/bubbles) - TUI components for bubbletea. +- [bubbletea(stars: 22707)](https://github.com/charmbracelet/bubbletea) - Go framework to build terminal apps, based on The Elm Architecture. - [cfmt(stars: 101)](https://github.com/mingrammer/cfmt) - Contextual fmt inspired by bootstrap color classes. - [cfmt(stars: 63)](https://github.com/i582/cfmt) - Simple and convenient formatted stylized output fully compatible with fmt library. - [chalk(stars: 442)](https://github.com/ttacon/chalk) - Intuitive package for prettifying terminal/console output. @@ -352,29 +352,29 @@ _Libraries for building Console Applications and Console User Interfaces._ - [ctc(stars: 46)](https://github.com/wzshiming/ctc) - The non-invasive cross-platform terminal color library does not need to modify the Print method. - [go-ataman(stars: 16)](https://github.com/workanator/go-ataman) - Go library for rendering ANSI colored text templates in terminals. - [go-colorable(stars: 733)](https://github.com/mattn/go-colorable) - Colorable writer for windows. -- [go-colortext(stars: 214)](https://github.com/daviddengcn/go-colortext) - Go library for color output in terminals. +- [go-colortext(stars: 213)](https://github.com/daviddengcn/go-colortext) - Go library for color output in terminals. - [go-isatty(stars: 787)](https://github.com/mattn/go-isatty) - isatty for golang. - [go-palette(stars: 14)](https://github.com/abusomani/go-palette) - 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. - [go-prompt(stars: 5145)](https://github.com/c-bata/go-prompt) - Library for building a powerful interactive prompt, inspired by [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit). -- [gocui(stars: 9586)](https://github.com/jroimartin/gocui) - Minimalist Go library aimed at creating Console User Interfaces. +- [gocui(stars: 9585)](https://github.com/jroimartin/gocui) - Minimalist Go library aimed at creating Console User Interfaces. - [gommon/color](https://github.com/labstack/gommon/tree/master/color) - Style terminal text. - [gookit/color(stars: 1437)](https://github.com/gookit/color) - Terminal color rendering tool library, support 16 colors, 256 colors, RGB color rendering output, compatible with Windows. -- [lipgloss(stars: 6955)](https://github.com/charmbracelet/lipgloss) - Declaratively define styles for color, format and layout in the terminal. +- [lipgloss(stars: 6956)](https://github.com/charmbracelet/lipgloss) - Declaratively define styles for color, format and layout in the terminal. - [marker(stars: 46)](https://github.com/cyucelen/marker) - Easiest way to match and mark strings for colorful terminal outputs. - [mpb(stars: 2202)](https://github.com/vbauerster/mpb) - Multi progress bar for terminal applications. - [progressbar(stars: 3716)](https://github.com/schollz/progressbar) - Basic thread-safe progress bar that works in every OS. -- [pterm(stars: 4447)](https://github.com/pterm/pterm) - A library to beautify console output on every platform with many combinable components. +- [pterm(stars: 4446)](https://github.com/pterm/pterm) - A library to beautify console output on every platform with many combinable components. - [simpletable(stars: 505)](https://github.com/alexeyco/simpletable) - Simple tables in a terminal with Go. -- [spinner(stars: 2243)](https://github.com/briandowns/spinner) - Go package to easily provide a terminal spinner with options. +- [spinner(stars: 2244)](https://github.com/briandowns/spinner) - Go package to easily provide a terminal spinner with options. - [tabby(stars: 344)](https://github.com/cheynewallace/tabby) - A tiny library for super simple Golang tables. - [table(stars: 49)](https://github.com/tomlazar/table) - Small library for terminal color based tables . - [tabular(stars: 76)](https://github.com/InVisionApp/tabular) - Print ASCII tables from command line utilities without the need to pass large sets of data to the API. - [termbox-go(stars: 4613)](https://github.com/nsf/termbox-go) - Termbox is a library for creating cross-platform text-based interfaces. -- [termdash(stars: 2440)](https://github.com/mum4k/termdash) - Go terminal dashboard based on **termbox-go** and inspired by [termui](https://github.com/gizak/termui). -- [termenv(stars: 1597)](https://github.com/muesli/termenv) - Advanced ANSI style & color support for your terminal applications. +- [termdash(stars: 2441)](https://github.com/mum4k/termdash) - Go terminal dashboard based on **termbox-go** and inspired by [termui](https://github.com/gizak/termui). +- [termenv(stars: 1599)](https://github.com/muesli/termenv) - Advanced ANSI style & color support for your terminal applications. - [termui(stars: 12834)](https://github.com/gizak/termui) - Go terminal dashboard based on **termbox-go** and inspired by [blessed-contrib](https://github.com/yaronn/blessed-contrib). -- [uilive(stars: 1649)](https://github.com/gosuri/uilive) - Library for updating terminal output in real time. -- [uiprogress(stars: 2061)](https://github.com/gosuri/uiprogress) - Flexible library to render progress bars in terminal applications. +- [uilive(stars: 1648)](https://github.com/gosuri/uilive) - Library for updating terminal output in real time. +- [uiprogress(stars: 2062)](https://github.com/gosuri/uiprogress) - Flexible library to render progress bars in terminal applications. - [uitable(stars: 720)](https://github.com/gosuri/uitable) - Library to improve readability in terminal apps using tabular data. - [yacspin(stars: 427)](https://github.com/theckman/yacspin) - Yet Another CLi Spinner package, for working with terminal spinners. @@ -387,21 +387,21 @@ _Libraries for building standard or basic Command Line applications._ - [acmd(stars: 106)](https://github.com/cristalhq/acmd) - Simple, useful, and opinionated CLI package in Go. - [argparse(stars: 584)](https://github.com/akamensky/argparse) - Command line argument parser inspired by Python's argparse module. - [argv(stars: 39)](https://github.com/cosiner/argv) - Go library to split command line string as arguments array using the bash syntax. -- [carapace(stars: 161)](https://github.com/rsteube/carapace) - Command argument completion generator for spf13/cobra. -- [carapace-bin(stars: 554)](https://github.com/rsteube/carapace-bin) - Multi-shell multi-command argument completer. +- [carapace(stars: 163)](https://github.com/rsteube/carapace) - Command argument completion generator for spf13/cobra. +- [carapace-bin(stars: 555)](https://github.com/rsteube/carapace-bin) - Multi-shell multi-command argument completer. - [carapace-spec(stars: 15)](https://github.com/rsteube/carapace-spec) - Define simple completions using a spec file. -- [cli(stars: 715)](https://github.com/mkideal/cli) - Feature-rich and easy to use command-line package based on golang struct tags. +- [cli(stars: 716)](https://github.com/mkideal/cli) - Feature-rich and easy to use command-line package based on golang struct tags. - [cli(stars: 124)](https://github.com/teris-io/cli) - Simple and complete API for building command line interfaces in Go. - [climax(stars: 213)](https://github.com/tucnak/climax) - Alternative CLI with "human face", in spirit of Go command. - [clîr(stars: 164)](https://github.com/leaanthony/clir) - A Simple and Clear CLI library. Dependency free. - [cmd(stars: 41)](https://github.com/posener/cmd) - Extends the standard `flag` package to support sub commands and more in idiomatic way. - [cmdr(stars: 128)](https://github.com/hedzr/cmdr) - A POSIX/GNU style, getopt-like command-line UI Go library. -- [cobra(stars: 35253)](https://github.com/spf13/cobra) - Commander for modern Go CLI interactions. +- [cobra(stars: 35274)](https://github.com/spf13/cobra) - Commander for modern Go CLI interactions. - [command-chain(stars: 55)](https://github.com/rainu/go-command-chain) - A go library for configure and run command chains - such as pipelining in unix shells. - [commandeer(stars: 172)](https://github.com/jaffee/commandeer) - Dev-friendly CLI apps: sets up flags, defaults, and usage based on struct fields and tags. - [complete(stars: 909)](https://github.com/posener/complete) - Write bash completions in Go + Go command bash completion. - [Dnote(stars: 2645)](https://github.com/dnote/dnote) - A simple command line notebook with multi-device sync. -- [elvish(stars: 5240)](https://github.com/elves/elvish) - An expressive programming language and a versatile interactive shell. +- [elvish(stars: 5244)](https://github.com/elves/elvish) - An expressive programming language and a versatile interactive shell. - [env(stars: 108)](https://github.com/codingconcepts/env) - Tag-based environment configuration for structs. - [flag(stars: 130)](https://github.com/cosiner/flag) - Simple but powerful command line option parsing library for Go supporting subcommand. - [flaggy(stars: 843)](https://github.com/integrii/flaggy) - A robust and idiomatic flags package with excellent subcommand support. @@ -409,13 +409,13 @@ _Libraries for building standard or basic Command Line applications._ - [go-andotp(stars: 26)](https://github.com/grijul/go-andotp) - A CLI program to encrypt/decrypt [andOTP](https://github.com/andOTP/andOTP) files. Can be used as a library as well. - [go-arg(stars: 1824)](https://github.com/alexflint/go-arg) - Struct-based argument parsing in Go. - [go-commander(stars: 35)](https://github.com/yitsushi/go-commander) - Go library to simplify CLI workflow. -- [go-flags(stars: 2495)](https://github.com/jessevdk/go-flags) - go command line option parser. +- [go-flags(stars: 2496)](https://github.com/jessevdk/go-flags) - go command line option parser. - [go-getoptions(stars: 53)](https://github.com/DavidGamba/go-getoptions) - Go option parser inspired by the flexibility of Perl’s GetOpt::Long. - [gocmd(stars: 67)](https://github.com/devfacet/gocmd) - Go library for building command line applications. - [hiboot cli](https://github.com/hidevopsio/hiboot/tree/master/pkg/app/cli) - cli application framework with auto configuration and dependency injection. -- [job(stars: 140)](https://github.com/liujianping/job) - JOB, make your short-term command as a long-term job. -- [kingpin(stars: 3414)](https://github.com/alecthomas/kingpin) - Command line and flag parser supporting sub commands (superseded by `kong`; see below). -- [liner(stars: 1023)](https://github.com/peterh/liner) - Go readline-like library for command-line interfaces. +- [job(stars: 139)](https://github.com/liujianping/job) - JOB, make your short-term command as a long-term job. +- [kingpin(stars: 3413)](https://github.com/alecthomas/kingpin) - Command line and flag parser supporting sub commands (superseded by `kong`; see below). +- [liner(stars: 1024)](https://github.com/peterh/liner) - Go readline-like library for command-line interfaces. - [mcli(stars: 24)](https://github.com/jxskiss/mcli) - A minimal but very powerful cli library for Go. - [mitchellh/cli(stars: 1711)](https://github.com/mitchellh/cli) - Go library for implementing command-line interfaces. - [mow.cli](https://github.com/jawher/mow.cli) - Go library for building CLI applications with sophisticated flag and argument parsing and validation. @@ -426,10 +426,10 @@ _Libraries for building standard or basic Command Line applications._ - [sflags(stars: 148)](https://github.com/octago/sflags) - Struct based flags generator for flag, urfave/cli, pflag, cobra, kingpin, and other libraries. - [strumt(stars: 57)](https://github.com/antham/strumt) - Library to create prompt chain. - [subcmd(stars: 8)](https://github.com/bobg/subcmd) - Another approach to parsing and running subcommands. Works alongside the standard `flag` package. -- [survey(stars: 4000)](https://github.com/go-survey/survey) - Build interactive and accessible prompts with full support for windows and posix terminals. +- [survey(stars: 4001)](https://github.com/go-survey/survey) - Build interactive and accessible prompts with full support for windows and posix terminals. - [ts(stars: 20)](https://github.com/liujianping/ts) - Timestamp convert & compare tool. - [ukautz/clif(stars: 124)](https://github.com/ukautz/clif) - Small command line interface framework. -- [urfave/cli(stars: 21348)](https://github.com/urfave/cli) - Simple, fast, and fun package for building command line apps in Go (formerly codegangsta/cli). +- [urfave/cli(stars: 21346)](https://github.com/urfave/cli) - Simple, fast, and fun package for building command line apps in Go (formerly codegangsta/cli). - [version(stars: 85)](https://github.com/mszostok/version) - Collects and displays CLI version information in multiple formats along with upgrade notice. - [wlog(stars: 64)](https://github.com/dixonwille/wlog) - Simple logging interface that supports cross-platform color and concurrency. - [wmenu(stars: 208)](https://github.com/dixonwille/wmenu) - Easy to use menu structure for cli applications that prompt users to make choices. @@ -441,23 +441,23 @@ _Libraries for building standard or basic Command Line applications._ _Libraries for configuration parsing._ - [aconfig(stars: 512)](https://github.com/cristalhq/aconfig) - Simple, useful and opinionated config loader. -- [cleanenv(stars: 1356)](https://github.com/ilyakaznacheev/cleanenv) - Minimalistic configuration reader (from files, ENV, and wherever you want). +- [cleanenv(stars: 1357)](https://github.com/ilyakaznacheev/cleanenv) - Minimalistic configuration reader (from files, ENV, and wherever you want). - [config(stars: 334)](https://github.com/JeremyLoy/config) - Cloud native application configuration. Bind ENV to structs in only two lines. - [config(stars: 44)](https://github.com/num30/config) - configure you app using file, environment variables, or flags in two lines of code - [config(stars: 268)](https://github.com/olebedev/config) - JSON or YAML configuration wrapper with environment variables and flags parsing. - [configuration(stars: 88)](https://github.com/BoRuDar/configuration) - Library for initializing configuration structs from env variables, files, flags and 'default' tag. - [configure(stars: 56)](https://github.com/paked/configure) - Provides configuration through multiple sources, including JSON, flags and environment variables. - [configuro(stars: 91)](https://github.com/sherifabdlnaby/configuro) - opinionated configuration loading & validation framework from ENV and Files focused towards 12-Factor compliant applications. -- [confita(stars: 484)](https://github.com/heetch/confita) - Load configuration in cascade from multiple backends into a struct. +- [confita(stars: 485)](https://github.com/heetch/confita) - Load configuration in cascade from multiple backends into a struct. - [conflate(stars: 32)](https://github.com/the4thamigo-uk/conflate) - 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. -- [env(stars: 4205)](https://github.com/caarlos0/env) - Parse environment variables to Go structs (with defaults). +- [env(stars: 4207)](https://github.com/caarlos0/env) - Parse environment variables to Go structs (with defaults). - [env(stars: 46)](https://github.com/junk1tm/env) - A lightweight package for loading environment variables into structs. - [envcfg(stars: 102)](https://github.com/tomazk/envcfg) - Un-marshaling environment variables to Go structs. - [envconf(stars: 11)](https://github.com/ian-kent/envconf) - Configuration from environment. - [envconfig(stars: 236)](https://github.com/vrischmann/envconfig) - Read your configuration from environment variables. - [envh(stars: 98)](https://github.com/antham/envh) - Helpers to manage environment variables. - [fig(stars: 327)](https://github.com/kkyr/fig) - Tiny library for reading configuration from a file and from environment variables (with validation & defaults). -- [gcfg(stars: 165)](https://github.com/go-gcfg/gcfg) - read INI-style configuration files into Go structs; supports user-defined types and subsections. +- [gcfg(stars: 166)](https://github.com/go-gcfg/gcfg) - read INI-style configuration files into Go structs; supports user-defined types and subsections. - [genv(stars: 36)](https://github.com/sakirsensoy/genv) - Read environment variables easily with dotenv support. - [go-aws-ssm(stars: 54)](https://github.com/PaddleHQ/go-aws-ssm) - Go package that fetches parameters from AWS System Manager - Parameter Store. - [go-conf(stars: 11)](https://github.com/ThomasObenaus/go-conf) - Simple library for application configuration based on annotated structs. It supports reading the configuration from environment variables, config files and command line parameters. @@ -465,7 +465,7 @@ _Libraries for configuration parsing._ - [go-ssm-config(stars: 18)](https://github.com/ianlopshire/go-ssm-config) - Go utility for loading configuration parameters from AWS SSM (Parameter Store). - [go-up(stars: 43)](https://github.com/ufoscout/go-up) - A simple configuration library with recursive placeholders resolution and no magic. - [goConfig(stars: 3)](https://github.com/crgimenes/goConfig) - Parses a struct as input and populates the fields of this struct with parameters from command line, environment variables and configuration file. -- [godotenv(stars: 7251)](https://github.com/joho/godotenv) - Go port of Ruby's dotenv library (Loads environment variables from `.env`). +- [godotenv(stars: 7256)](https://github.com/joho/godotenv) - Go port of Ruby's dotenv library (Loads environment variables from `.env`). - [gofigure(stars: 67)](https://github.com/ian-kent/gofigure) - Go application configuration made easy. - [GoLobby/Config(stars: 355)](https://github.com/golobby/config) - GoLobby Config is a lightweight yet powerful configuration manager for the Go programming language. - [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. @@ -477,12 +477,12 @@ _Libraries for configuration parsing._ - [ingo(stars: 36)](https://github.com/schachmat/ingo) - Flags persisted in an ini-like config file. - [ini(stars: 3389)](https://github.com/go-ini/ini) - Go package to read and write INI files. - [ini(stars: 15)](https://github.com/wlevene/ini) - INI Parser & Write Library, Unmarshal to Struct,Marshal to Json,Write File,watch file. -- [joshbetz/config(stars: 216)](https://github.com/joshbetz/config) - Small configuration library for Go that parses environment variables, JSON files, and reloads automatically on SIGHUP. -- [kelseyhightower/envconfig(stars: 4831)](https://github.com/kelseyhightower/envconfig) - Go library for managing configuration data from environment variables. -- [koanf(stars: 2252)](https://github.com/knadh/koanf) - Light weight, extensible library for reading config in Go applications. Built in support for JSON, TOML, YAML, env, command line. +- [joshbetz/config(stars: 217)](https://github.com/joshbetz/config) - Small configuration library for Go that parses environment variables, JSON files, and reloads automatically on SIGHUP. +- [kelseyhightower/envconfig(stars: 4832)](https://github.com/kelseyhightower/envconfig) - Go library for managing configuration data from environment variables. +- [koanf(stars: 2254)](https://github.com/knadh/koanf) - Light weight, extensible library for reading config in Go applications. Built in support for JSON, TOML, YAML, env, command line. - [konf(stars: 5)](https://github.com/nil-go/konf) - The simplest API for reading/watching config from file, env, flag and clouds (e.g. AWS, Azure, GCP). - [konfig(stars: 644)](https://github.com/lalamove/konfig) - Composable, observable and performant config handling for Go for the distributed processing era. -- [kong(stars: 1742)](https://github.com/alecthomas/kong) - 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`). +- [kong(stars: 1745)](https://github.com/alecthomas/kong) - 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`). - [mini(stars: 35)](https://github.com/sasbury/mini) - Golang package for parsing ini-style configuration files. - [nasermirzaei89/env(stars: 10)](https://github.com/nasermirzaei89/env) - Simple useful package for read environment variables. - [nfigure(stars: 7)](https://github.com/muir/nfigure) - Per-library struct-tag based configuration from command lines (Posix & Go-style); environment, JSON, YAML @@ -492,8 +492,8 @@ _Libraries for configuration parsing._ - [swap(stars: 8)](https://github.com/oblq/swap) - Instantiate/configure structs recursively, based on build environment. (YAML, TOML, JSON and env). - [typenv(stars: 9)](https://github.com/diegomarangoni/typenv) - Minimalistic, zero dependency, typed environment variables library. - [uConfig(stars: 70)](https://github.com/omeid/uconfig) - Lightweight, zero-dependency, and extendable configuration management. -- [viper(stars: 25262)](https://github.com/spf13/viper) - Go configuration with fangs. -- [xdg(stars: 539)](https://github.com/adrg/xdg) - 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). +- [viper(stars: 25271)](https://github.com/spf13/viper) - Go configuration with fangs. +- [xdg(stars: 542)](https://github.com/adrg/xdg) - 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). - [xdg(stars: 80)](https://github.com/OpenPeeDeeP/xdg) - Cross platform package that follows the [XDG Standard](https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html). **[⬆ back to top](#contents)** @@ -502,14 +502,14 @@ _Libraries for configuration parsing._ _Tools for help with continuous integration._ -- [CDS(stars: 4388)](https://github.com/ovh/cds) - Enterprise-Grade CI/CD and DevOps Automation Open Source Platform. -- [drone(stars: 31181)](https://github.com/drone/drone) - Drone is a Continuous Integration platform built on Docker, written in Go. +- [CDS(stars: 4389)](https://github.com/ovh/cds) - Enterprise-Grade CI/CD and DevOps Automation Open Source Platform. +- [drone(stars: 31184)](https://github.com/drone/drone) - Drone is a Continuous Integration platform built on Docker, written in Go. - [duci(stars: 74)](https://github.com/duck8823/duci) - A simple ci server no needs domain specific languages. - [go-fuzz-action(stars: 11)](https://github.com/jidicula/go-fuzz-action) - Use Go 1.18's built-in fuzz testing in GitHub Actions. - [go-test-coverage(stars: 37)](https://github.com/vladopajic/go-test-coverage) - Tool and GitHub action which reports issues when test coverage is below set threshold. - [gomason(stars: 60)](https://github.com/nikogura/gomason) - Test, Build, Sign, and Publish your go binaries from a clean workspace. - [gotestfmt(stars: 452)](https://github.com/GoTestTools/gotestfmt) - go test output for humans. -- [goveralls(stars: 772)](https://github.com/mattn/goveralls) - Go integration for Coveralls.io continuous code coverage tracking system. +- [goveralls(stars: 773)](https://github.com/mattn/goveralls) - Go integration for Coveralls.io continuous code coverage tracking system. - [overalls(stars: 114)](https://github.com/go-playground/overalls) - Multi-Package go project coverprofile for tools like goveralls. - [roveralls(stars: 20)](https://github.com/LawrenceWoodman/roveralls) - Recursive coverage testing tool. - [woodpecker(stars: 3500)](https://github.com/woodpecker-ci/woodpecker) - Woodpecker is a community fork of the Drone CI system. @@ -533,17 +533,17 @@ _Libraries for preprocessing CSS files._ - [binpacker(stars: 218)](https://github.com/zhuangsirui/binpacker) - Binary packer and unpacker helps user build custom binary stream. - [bit(stars: 155)](https://github.com/yourbasic/bit) - Golang set data structure with bonus bit-twiddling functions. - [crunch(stars: 91)](https://github.com/superwhiskers/crunch) - Go package implementing buffers for handling various datatypes easily. -- [go-ef(stars: 31)](https://github.com/amallia/go-ef) - A Go implementation of the Elias-Fano encoding. -- [roaring(stars: 2291)](https://github.com/RoaringBitmap/roaring) - Go package implementing compressed bitsets. +- [go-ef(stars: 30)](https://github.com/amallia/go-ef) - A Go implementation of the Elias-Fano encoding. +- [roaring(stars: 2292)](https://github.com/RoaringBitmap/roaring) - Go package implementing compressed bitsets. ### Bit Sets -- [bitmap(stars: 262)](https://github.com/kelindar/bitmap) - Dense, zero-allocation, SIMD-enabled bitmap/bitset in Go. +- [bitmap(stars: 263)](https://github.com/kelindar/bitmap) - Dense, zero-allocation, SIMD-enabled bitmap/bitset in Go. - [bitset(stars: 1237)](https://github.com/bits-and-blooms/bitset) - Go package implementing bitsets. ### Bloom and Cuckoo Filters -- [bloom(stars: 2212)](https://github.com/bits-and-blooms/bloom) - Go package implementing Bloom filters. +- [bloom(stars: 2213)](https://github.com/bits-and-blooms/bloom) - Go package implementing Bloom filters. - [bloom(stars: 148)](https://github.com/zhenjl/bloom) - Bloom filters implemented in Go. - [bloom(stars: 83)](https://github.com/yourbasic/bloom) - Golang Bloom filter implementation. - [bloomfilter(stars: 16)](https://github.com/OldPanda/bloomfilter) - Yet another Bloomfilter implementation in Go, compatible with Java's Guava library. @@ -556,7 +556,7 @@ _Libraries for preprocessing CSS files._ - [algorithms(stars: 760)](https://github.com/shady831213/algorithms) - Algorithms and data structures.CLRS study. - [go-datastructures(stars: 7277)](https://github.com/Workiva/go-datastructures) - Collection of useful, performant, and thread-safe data structures. -- [gods(stars: 15115)](https://github.com/emirpasic/gods) - Go Data Structures. Containers, Sets, Lists, Stacks, Maps, BidiMaps, Trees, HashSet etc. +- [gods(stars: 15119)](https://github.com/emirpasic/gods) - Go Data Structures. Containers, Sets, Lists, Stacks, Maps, BidiMaps, Trees, HashSet etc. - [gostl(stars: 970)](https://github.com/liyue201/gostl) - Data structure and algorithm library for go, designed to provide functions similar to C++ STL. ### Iterators @@ -588,10 +588,10 @@ additional ordered map implementations. - [go18ds(stars: 41)](https://github.com/daichi-m/go18ds) - Go Data Structures using Go 1.18 generics. - [gofal(stars: 18)](https://github.com/xxjwxc/gofal) - fractional api for Go. - [gogu(stars: 92)](https://github.com/esimov/gogu) - A comprehensive, reusable and efficient concurrent-safe generics utility functions and data structures library. -- [gota(stars: 2865)](https://github.com/kniren/gota) - Implementation of dataframes, series, and data wrangling methods for Go. +- [gota(stars: 2866)](https://github.com/kniren/gota) - Implementation of dataframes, series, and data wrangling methods for Go. - [hide(stars: 59)](https://github.com/emvi/hide) - ID type with marshalling to/from hash to prevent sending IDs to clients. - [hilbert(stars: 275)](https://github.com/google/hilbert) - Go package for mapping values to and from space-filling curves, such as Hilbert and Peano curves. -- [hyperloglog(stars: 899)](https://github.com/axiomhq/hyperloglog) - HyperLogLog implementation with Sparse, LogLog-Beta bias correction and TailCut space reduction. +- [hyperloglog(stars: 900)](https://github.com/axiomhq/hyperloglog) - HyperLogLog implementation with Sparse, LogLog-Beta bias correction and TailCut space reduction. - [plinko(stars: 169)](https://github.com/shipt/plinko) - 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. - [quadtree(stars: 32)](https://github.com/s0rg/quadtree) - Generic, zero-alloc, 100%-test covered quadtree. - [slices(stars: 16)](https://github.com/srfrog/slices) - Functions that operate on slices; like `package strings` but adapted to work with slices. @@ -607,7 +607,7 @@ additional ordered map implementations. - [deque(stars: 170)](https://github.com/edwingeng/deque) - A highly optimized double-ended queue. - [deque(stars: 522)](https://github.com/gammazero/deque) - Fast ring-buffer deque (double-ended queue). -- [goconcurrentqueue(stars: 343)](https://github.com/enriquebris/goconcurrentqueue) - Concurrent FIFO queue. +- [goconcurrentqueue(stars: 344)](https://github.com/enriquebris/goconcurrentqueue) - Concurrent FIFO queue. - [memlog(stars: 110)](https://github.com/embano1/memlog) - An easy to use, lightweight, thread-safe and append-only in-memory data structure inspired by Apache Kafka. - [queue(stars: 233)](https://github.com/adrianbrad/queue) - Multiple thread-safe, generic queue implementations for Go. @@ -668,86 +668,86 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem - [go-cache(stars: 121)](https://github.com/viney-shih/go-cache) - A flexible multi-layer Go caching library to deal with in-memory and shared cache by adopting Cache-Aside pattern. - [go-freelru](https://github.com/elastic/go-freelru) A GC-less, fast and generic LRU hashmap library with optional locking, sharding, eviction and expiration. - [go-mcache(stars: 91)](https://github.com/OrlovEvgeny/go-mcache) - Fast in-memory key:value store/cache library. Pointer caches. -- [gocache(stars: 2150)](https://github.com/eko/gocache) - A complete Go cache library with multiple stores (memory, memcache, redis, ...), chainable, loadable, metrics cache and more. +- [gocache(stars: 2152)](https://github.com/eko/gocache) - A complete Go cache library with multiple stores (memory, memcache, redis, ...), chainable, loadable, metrics cache and more. - [gocache(stars: 5)](https://github.com/yuseferi/gocache) - A data race free Go ache library with high performance and auto pruge functionality -- [groupcache(stars: 12614)](https://github.com/golang/groupcache) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. -- [imcache(stars: 109)](https://github.com/erni27/imcache) - A generic in-memory cache Go library. It supports expiration, sliding expiration, max entries limit, eviction callbacks and sharding. +- [groupcache(stars: 12617)](https://github.com/golang/groupcache) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. +- [imcache(stars: 110)](https://github.com/erni27/imcache) - A generic in-memory cache Go library. It supports expiration, sliding expiration, max entries limit, eviction callbacks and sharding. - [nscache(stars: 9)](https://github.com/no-src/nscache) - A Go caching framework that supports multiple data source drivers. -- [otter(stars: 1021)](https://github.com/maypok86/otter) - A high performance lockless cache for Go. Many times faster than Ristretto and friends. +- [otter(stars: 1022)](https://github.com/maypok86/otter) - A high performance lockless cache for Go. Many times faster than Ristretto and friends. - [remember-go(stars: 137)](https://github.com/rocketlaunchr/remember-go) - A universal interface for caching slow database queries (backed by redis, memcached, ristretto, or in-memory). -- [theine(stars: 204)](https://github.com/Yiling-J/theine-go) - High performance, near optimal in-memory cache with proactive TTL expiration and generics. +- [theine(stars: 205)](https://github.com/Yiling-J/theine-go) - High performance, near optimal in-memory cache with proactive TTL expiration and generics. - [timedmap(stars: 70)](https://github.com/zekroTJA/timedmap) - Map with expiring key-value pairs. -- [ttlcache(stars: 808)](https://github.com/jellydator/ttlcache) - An in-memory cache with item expiration and generics. +- [ttlcache(stars: 809)](https://github.com/jellydator/ttlcache) - An in-memory cache with item expiration and generics. - [ttlcache(stars: 9)](https://github.com/cheshir/ttlcache) - In-memory key value storage with TTL for each record. ### Databases Implemented in Go - [badger(stars: 13157)](https://github.com/dgraph-io/badger) - Fast key-value store in Go. -- [bbolt(stars: 7374)](https://github.com/etcd-io/bbolt) - An embedded key/value database for Go. +- [bbolt(stars: 7373)](https://github.com/etcd-io/bbolt) - An embedded key/value database for Go. - [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). - [buntdb(stars: 4322)](https://github.com/tidwall/buntdb) - Fast, embeddable, in-memory key/value database for Go with custom indexing and spatial support. -- [clover(stars: 554)](https://github.com/ostafen/clover) - A lightweight document-oriented NoSQL database written in pure Golang. -- [cockroach(stars: 28676)](https://github.com/cockroachdb/cockroach) - Scalable, Geo-Replicated, Transactional Datastore. +- [clover(stars: 555)](https://github.com/ostafen/clover) - A lightweight document-oriented NoSQL database written in pure Golang. +- [cockroach(stars: 28675)](https://github.com/cockroachdb/cockroach) - Scalable, Geo-Replicated, Transactional Datastore. - [Coffer(stars: 37)](https://github.com/claygod/coffer) - Simple ACID key-value database that supports transactions. - [column(stars: 1355)](https://github.com/kelindar/column) - High-performance, columnar, embeddable in-memory store with bitmap indexing and transactions. -- [CovenantSQL(stars: 1468)](https://github.com/CovenantSQL/CovenantSQL) - CovenantSQL is a SQL database on blockchain. +- [CovenantSQL(stars: 1469)](https://github.com/CovenantSQL/CovenantSQL) - CovenantSQL is a SQL database on blockchain. - [Databunker(stars: 1168)](https://github.com/paranoidguy/databunker) - Personally identifiable information (PII) storage service built to comply with GDPR and CCPA. -- [dgraph(stars: 19914)](https://github.com/dgraph-io/dgraph) - Scalable, Distributed, Low Latency, High Throughput Graph Database. +- [dgraph(stars: 19913)](https://github.com/dgraph-io/dgraph) - Scalable, Distributed, Low Latency, High Throughput Graph Database. - [diskv(stars: 1329)](https://github.com/peterbourgon/diskv) - Home-grown disk-backed key-value store. -- [dolt(stars: 16445)](https://github.com/dolthub/dolt) - Dolt – It's Git for Data. +- [dolt(stars: 16451)](https://github.com/dolthub/dolt) - Dolt – It's Git for Data. - [dtf(stars: 215)](https://github.com/dtm-labs/dtf) - A distributed transaction manager. Support XA, TCC, SAGA, Reliable Messages. - [eliasdb(stars: 987)](https://github.com/krotik/eliasdb) - Dependency-free, transactional graph database with REST API, phrase search and SQL-like query language. -- [godis(stars: 3195)](https://github.com/hdt3213/godis) - A Golang implemented high-performance Redis server and cluster. +- [godis(stars: 3196)](https://github.com/hdt3213/godis) - A Golang implemented high-performance Redis server and cluster. - [goleveldb(stars: 5956)](https://github.com/syndtr/goleveldb) - Implementation of the [LevelDB](https://github.com/google/leveldb) key/value database in Go. - [hare(stars: 85)](https://github.com/jameycribbs/hare) - A simple database management system that stores each table as a text file of line-delimited JSON. - [immudb(stars: 8443)](https://github.com/codenotary/immudb) - immudb is a lightweight, high-speed immutable database for systems and applications written in Go. -- [influxdb(stars: 27278)](https://github.com/influxdb/influxdb) - Scalable datastore for metrics, events, and real-time analytics. +- [influxdb(stars: 27283)](https://github.com/influxdb/influxdb) - Scalable datastore for metrics, events, and real-time analytics. - [ledisdb(stars: 4052)](https://github.com/siddontang/ledisdb) - Ledisdb is a high performance NoSQL like Redis based on LevelDB. - [levigo(stars: 417)](https://github.com/jmhodges/levigo) - Levigo is a Go wrapper for LevelDB. - [libradb(stars: 137)](https://github.com/amit-davidson/LibraDB) - LibraDB is a simple database with less then 1000 lines of code for learning. - [LinDB(stars: 2793)](https://github.com/lindb/lindb) - LinDB is a scalable, high performance, high availability distributed time series database. - [lotusdb(stars: 1917)](https://github.com/flower-corp/lotusdb) - Fast k/v database compatible with lsm and b+tree. -- [Milvus(stars: 25553)](https://github.com/milvus-io/milvus) - Milvus is a vector database for embedding management, analytics and search. +- [Milvus(stars: 25568)](https://github.com/milvus-io/milvus) - Milvus is a vector database for embedding management, analytics and search. - [moss(stars: 940)](https://github.com/couchbase/moss) - Moss is a simple LSM key-value storage engine written in 100% Go. -- [nutsdb(stars: 3240)](https://github.com/xujiajun/nutsdb) - 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. -- [objectbox-go(stars: 954)](https://github.com/objectbox/objectbox-go) - High-performance embedded Object Database (NoSQL) with Go API. +- [nutsdb(stars: 3241)](https://github.com/xujiajun/nutsdb) - 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. +- [objectbox-go(stars: 971)](https://github.com/objectbox/objectbox-go) - High-performance embedded Object Database (NoSQL) with Go API. - [piladb(stars: 202)](https://github.com/fern4lvarez/piladb) - Lightweight RESTful database engine based on stack data structures. - [pogreb(stars: 1200)](https://github.com/akrylysov/pogreb) - Embedded key-value store for read-heavy workloads. -- [prometheus(stars: 51798)](https://github.com/prometheus/prometheus) - Monitoring system and time series database. -- [pudge(stars: 357)](https://github.com/recoilme/pudge) - Fast and simple key/value store written using Go's standard library. +- [prometheus(stars: 51813)](https://github.com/prometheus/prometheus) - Monitoring system and time series database. +- [pudge(stars: 356)](https://github.com/recoilme/pudge) - Fast and simple key/value store written using Go's standard library. - [regatta(stars: 59)](https://github.com/jamf/regatta) - Fast, simple, geo-distributed KV store built for cloud native era. -- [rosedb(stars: 4228)](https://github.com/roseduan/rosedb) - An embedded k-v database based on LSM+WAL, supports string, list, hash, set, zset. -- [rqlite(stars: 14625)](https://github.com/rqlite/rqlite) - The lightweight, distributed, relational database built on SQLite. +- [rosedb(stars: 4236)](https://github.com/roseduan/rosedb) - An embedded k-v database based on LSM+WAL, supports string, list, hash, set, zset. +- [rqlite(stars: 14624)](https://github.com/rqlite/rqlite) - The lightweight, distributed, relational database built on SQLite. - [tempdb(stars: 18)](https://github.com/rafaeljesus/tempdb) - Key-value store for temporary items. -- [tidb(stars: 35743)](https://github.com/pingcap/tidb) - TiDB is a distributed SQL database. Inspired by the design of Google F1. +- [tidb(stars: 35747)](https://github.com/pingcap/tidb) - TiDB is a distributed SQL database. Inspired by the design of Google F1. - [tiedot(stars: 2719)](https://github.com/HouzuoGuo/tiedot) - Your NoSQL database powered by Golang. - [unitdb(stars: 116)](https://github.com/unit-io/unitdb) - Fast timeseries database for IoT, realtime messaging applications. Access unitdb with pubsub over tcp or websocket using github.com/unit-io/unitd application. - [Vasto(stars: 255)](https://github.com/chrislusf/vasto) - A distributed high-performance key-value store. On Disk. Eventual consistent. HA. Able to grow or shrink without service interruption. -- [VictoriaMetrics(stars: 10415)](https://github.com/VictoriaMetrics/VictoriaMetrics) - fast, resource-effective and scalable open source time series database. May be used as long-term remote storage for Prometheus. Supports PromQL. +- [VictoriaMetrics(stars: 10425)](https://github.com/VictoriaMetrics/VictoriaMetrics) - fast, resource-effective and scalable open source time series database. May be used as long-term remote storage for Prometheus. Supports PromQL. ### Database Schema Migration -- [atlas(stars: 4609)](https://github.com/ariga/atlas) - A Database Toolkit. A CLI designed to help companies better work with their data. +- [atlas(stars: 4614)](https://github.com/ariga/atlas) - A Database Toolkit. A CLI designed to help companies better work with their data. - [avro(stars: 45)](https://github.com/khezen/avro) - Discover SQL schemas and convert them to AVRO schemas. Query SQL records into AVRO bytes. -- [bytebase(stars: 9429)](https://github.com/bytebase/bytebase) - Safe database schema change and version control for DevOps teams. +- [bytebase(stars: 9436)](https://github.com/bytebase/bytebase) - Safe database schema change and version control for DevOps teams. - [darwin(stars: 141)](https://github.com/GuiaBolso/darwin) - Database schema evolution library for Go. -- [dbmate(stars: 4169)](https://github.com/amacneil/dbmate) - A lightweight, framework-agnostic database migration tool. +- [dbmate(stars: 4170)](https://github.com/amacneil/dbmate) - A lightweight, framework-agnostic database migration tool. - [go-fixtures(stars: 28)](https://github.com/RichardKnop/go-fixtures) - Django style fixtures for Golang's excellent built-in database/sql library. - [go-pg-migrate(stars: 10)](https://github.com/lawzava/go-pg-migrate) - CLI-friendly package for go-pg migrations management. - [go-pg-migrations(stars: 84)](https://github.com/robinjoseph08/go-pg-migrations) - A Go package to help write migrations with go-pg/pg. -- [goavro(stars: 940)](https://github.com/linkedin/goavro) - A Go package that encodes and decodes Avro data. +- [goavro(stars: 939)](https://github.com/linkedin/goavro) - A Go package that encodes and decodes Avro data. - [godfish(stars: 7)](https://github.com/rafaelespinoza/godfish) - Database migration manager, works with native query language. Support for cassandra, mysql, postgres, sqlite3. -- [goose(stars: 5207)](https://github.com/pressly/goose) - Database migration tool. You can manage your database's evolution by creating incremental SQL or Go scripts. +- [goose(stars: 5209)](https://github.com/pressly/goose) - Database migration tool. You can manage your database's evolution by creating incremental SQL or Go scripts. - [gorm-seeder(stars: 13)](https://github.com/Kachit/gorm-seeder) - Simple database seeder for Gorm ORM. - [gormigrate(stars: 969)](https://github.com/go-gormigrate/gormigrate) - Database schema migration helper for Gorm ORM. - [libschema(stars: 14)](https://github.com/muir/libschema) - Define your migrations separately in each library. Migrations for open source libraries. MySQL & PostgreSQL. -- [migrate(stars: 13482)](https://github.com/golang-migrate/migrate) - Database migrations. CLI and Golang library. -- [migrator(stars: 161)](https://github.com/lopezator/migrator) - Dead simple Go database migration library. +- [migrate(stars: 13487)](https://github.com/golang-migrate/migrate) - Database migrations. CLI and Golang library. +- [migrator(stars: 160)](https://github.com/lopezator/migrator) - Dead simple Go database migration library. - [migrator(stars: 24)](https://github.com/larapulse/migrator) - MySQL database migrator designed to run migrations to your features and manage database schema update with intuitive go code. - [schema(stars: 30)](https://github.com/adlio/schema) - Library to embed schema migrations for database/sql-compatible databases inside your Go binaries. - [skeema(stars: 1213)](https://github.com/skeema/skeema) - Pure-SQL schema management system for MySQL, with support for sharding and external online schema change tools. - [soda](https://github.com/gobuffalo/pop/tree/master/soda) - Database migration, creation, ORM, etc... for MySQL, PostgreSQL, and SQLite. -- [sql-migrate(stars: 3047)](https://github.com/rubenv/sql-migrate) - Database migration tool. Allows embedding migrations into the application using go-bindata. +- [sql-migrate(stars: 3048)](https://github.com/rubenv/sql-migrate) - Database migration tool. Allows embedding migrations into the application using go-bindata. - [sqlize(stars: 75)](https://github.com/sunary/sqlize) - Database migration generator. Allows generate sql migration from model and existing sql by differ them. ### Database Tools @@ -757,17 +757,17 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem - [dbbench(stars: 96)](https://github.com/sj14/dbbench) - Database benchmarking tool with support for several databases and scripts. - [dg(stars: 20)](https://github.com/codingconcepts/dg) - A fast data generator that produces CSV files from generated relational data. - [dynago(stars: 10)](https://github.com/twharmon/dynago) - Simplify working with AWS DynamoDB. -- [go-mysql(stars: 4350)](https://github.com/siddontang/go-mysql) - Go toolset to handle MySQL protocol and replication. -- [go-mysql-elasticsearch(stars: 4055)](https://github.com/siddontang/go-mysql-elasticsearch) - Sync your MySQL data into Elasticsearch automatically. +- [go-mysql(stars: 4353)](https://github.com/siddontang/go-mysql) - Go toolset to handle MySQL protocol and replication. +- [go-mysql-elasticsearch(stars: 4057)](https://github.com/siddontang/go-mysql-elasticsearch) - Sync your MySQL data into Elasticsearch automatically. - [hasql](https://golang.yandex/hasql) - Library for accessing multi-host SQL database installations. -- [kingshard(stars: 6315)](https://github.com/flike/kingshard) - kingshard is a high performance proxy for MySQL powered by Golang. +- [kingshard(stars: 6317)](https://github.com/flike/kingshard) - kingshard is a high performance proxy for MySQL powered by Golang. - [octillery(stars: 185)](https://github.com/knocknote/octillery) - Go package for sharding databases ( Supports every ORM or raw SQL ). -- [onedump(stars: 43)](https://github.com/liweiyi88/onedump) - Database backup from different drivers to different destinations with one command and configuration. -- [orchestrator(stars: 5410)](https://github.com/github/orchestrator) - MySQL replication topology manager & visualizer. -- [pg_timetable(stars: 995)](https://github.com/cybertec-postgresql/pg_timetable) - Advanced scheduling for PostgreSQL. -- [pgweb(stars: 8211)](https://github.com/sosedoff/pgweb) - Web-based PostgreSQL database browser. +- [onedump(stars: 45)](https://github.com/liweiyi88/onedump) - Database backup from different drivers to different destinations with one command and configuration. +- [orchestrator(stars: 5411)](https://github.com/github/orchestrator) - MySQL replication topology manager & visualizer. +- [pg_timetable(stars: 996)](https://github.com/cybertec-postgresql/pg_timetable) - Advanced scheduling for PostgreSQL. +- [pgweb(stars: 8212)](https://github.com/sosedoff/pgweb) - Web-based PostgreSQL database browser. - [prep(stars: 33)](https://github.com/hexdigest/prep) - Use prepared SQL statements without changing your code. -- [pREST(stars: 4042)](https://github.com/prest/prest) - Simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new. +- [pREST(stars: 4039)](https://github.com/prest/prest) - Simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new. - [rdb(stars: 327)](https://github.com/HDT3213/rdb) - Redis RDB file parser for secondary development and memory analysis. - [rwdb(stars: 18)](https://github.com/andizzle/rwdb) - rwdb provides read replica capability for multiple database servers setup. - [vitess(stars: 17520)](https://github.com/youtube/vitess) - vitess provides servers and tools which facilitate scaling of MySQL databases for large scale web services. @@ -783,22 +783,22 @@ _Libraries for building and using SQL._ - [Dotsql(stars: 706)](https://github.com/gchaincl/dotsql) - Go library that helps you keep sql files in one place and use them with ease. - [gendry(stars: 1569)](https://github.com/didi/gendry) - Non-invasive SQL builder and powerful data binder. - [godbal(stars: 59)](https://github.com/xujiajun/godbal) - Database Abstraction Layer (dbal) for go. Support SQL builder and get result easily. -- [goqu(stars: 2164)](https://github.com/doug-martin/goqu) - Idiomatic SQL builder and query library. +- [goqu(stars: 2165)](https://github.com/doug-martin/goqu) - Idiomatic SQL builder and query library. - [gosql(stars: 30)](https://github.com/twharmon/gosql) - SQL Query builder with better null values support. - [Hotcoal(stars: 12)](https://github.com/motrboat/hotcoal) - Secure your handcrafted SQL against injection. -- [igor(stars: 119)](https://github.com/galeone/igor) - Abstraction layer for PostgreSQL that supports advanced functionality and uses gorm-like syntax. -- [jet(stars: 1844)](https://github.com/go-jet/jet) - Framework for writing type-safe SQL queries in Go, with ability to easily convert database query result into desired arbitrary object structure. +- [igor(stars: 120)](https://github.com/galeone/igor) - Abstraction layer for PostgreSQL that supports advanced functionality and uses gorm-like syntax. +- [jet(stars: 1848)](https://github.com/go-jet/jet) - Framework for writing type-safe SQL queries in Go, with ability to easily convert database query result into desired arbitrary object structure. - [ormlite(stars: 12)](https://github.com/pupizoid/ormlite) - Lightweight package containing some ORM-like features and helpers for sqlite databases. -- [ozzo-dbx(stars: 615)](https://github.com/go-ozzo/ozzo-dbx) - Powerful data retrieval methods as well as DB-agnostic query building capabilities. +- [ozzo-dbx(stars: 616)](https://github.com/go-ozzo/ozzo-dbx) - Powerful data retrieval methods as well as DB-agnostic query building capabilities. - [qry(stars: 32)](https://github.com/HnH/qry) - Tool that generates constants from files with raw SQL queries. - [sg(stars: 5)](https://github.com/go-the-way/sg) - A SQL Gen for generating standard SQLs(supports: CRUD) written in Go. - [sq(stars: 195)](https://github.com/bokwoon95/go-structured-query) - Type-safe SQL builder and struct mapper for Go. -- [sqlc(stars: 10170)](https://github.com/kyleconroy/sqlc) - Generate type-safe code from SQL. +- [sqlc(stars: 10176)](https://github.com/kyleconroy/sqlc) - Generate type-safe code from SQL. - [sqlf(stars: 138)](https://github.com/leporo/sqlf) - Fast SQL query builder. -- [sqlingo(stars: 358)](https://github.com/lqs/sqlingo) - A lightweight DSL to build SQL in Go. +- [sqlingo(stars: 359)](https://github.com/lqs/sqlingo) - A lightweight DSL to build SQL in Go. - [sqrl(stars: 266)](https://github.com/elgris/sqrl) - SQL query builder, fork of Squirrel with improved performance. - [Squalus](https://gitlab.com/qosenergy/squalus) - Thin layer over the Go SQL package that makes it easier to perform queries. -- [Squirrel(stars: 6391)](https://github.com/Masterminds/squirrel) - Go library that helps you build SQL queries. +- [Squirrel(stars: 6392)](https://github.com/Masterminds/squirrel) - Go library that helps you build SQL queries. - [xo(stars: 3525)](https://github.com/knq/xo) - Generate idiomatic Go code for databases based on existing schema definitions or custom queries supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server. **[⬆ back to top](#contents)** @@ -810,8 +810,8 @@ _Libraries for building and using SQL._ - [cayley(stars: 14735)](https://github.com/google/cayley) - Graph database with support for multiple backends. - [dsc(stars: 29)](https://github.com/viant/dsc) - Datastore connectivity for SQL, NoSQL, structured files. - [dynamo(stars: 15)](https://github.com/fogfish/dynamo) - A simple key-value abstraction to store algebraic and linked-data data types at AWS storage services: AWS DynamoDB and AWS S3. -- [go-transaction-manager(stars: 136)](https://github.com/avito-tech/go-transaction-manager) - Transaction manager with multiple adapters (sql, sqlx, gorm, mongo, ...) controls transaction boundaries. -- [gokv(stars: 640)](https://github.com/philippgille/gokv) - Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more). +- [go-transaction-manager(stars: 139)](https://github.com/avito-tech/go-transaction-manager) - Transaction manager with multiple adapters (sql, sqlx, gorm, mongo, ...) controls transaction boundaries. +- [gokv(stars: 642)](https://github.com/philippgille/gokv) - Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more). ### Relational Database Drivers @@ -821,12 +821,12 @@ _Libraries for building and using SQL._ - [go-adodb(stars: 135)](https://github.com/mattn/go-adodb) - Microsoft ActiveX Object DataBase driver for go that uses database/sql. - [go-mssqldb(stars: 1787)](https://github.com/denisenkom/go-mssqldb) - Microsoft MSSQL driver for Go. - [go-oci8(stars: 622)](https://github.com/mattn/go-oci8) - Oracle driver for go that uses database/sql. -- [go-sql-driver/mysql(stars: 14034)](https://github.com/go-sql-driver/mysql) - MySQL driver for Go. -- [go-sqlite3(stars: 7263)](https://github.com/mattn/go-sqlite3) - SQLite3 driver for go that uses database/sql. +- [go-sql-driver/mysql(stars: 14035)](https://github.com/go-sql-driver/mysql) - MySQL driver for Go. +- [go-sqlite3(stars: 7266)](https://github.com/mattn/go-sqlite3) - SQLite3 driver for go that uses database/sql. - [godror(stars: 489)](https://github.com/godror/godror) - Oracle driver for Go, using the ODPI-C driver. - [gofreetds(stars: 110)](https://github.com/minus5/gofreetds) - Microsoft MSSQL driver. Go wrapper over [FreeTDS](https://www.freetds.org). - [KSQL(stars: 267)](https://github.com/VinGarcia/ksql) - A Simple and Powerful Golang SQL Library -- [pgx(stars: 9022)](https://github.com/jackc/pgx) - PostgreSQL driver supporting features beyond those exposed by database/sql. +- [pgx(stars: 9028)](https://github.com/jackc/pgx) - PostgreSQL driver supporting features beyond those exposed by database/sql. - [pig(stars: 16)](https://github.com/alexeyco/pig) - Simple [pgx](https://github.com/jackc/pgx) wrapper to execute and [scan](https://github.com/georgysavva/scany) query results easily. - [pq(stars: 8613)](https://github.com/lib/pq) - Pure Go Postgres driver for database/sql. - [Sqinn-Go(stars: 390)](https://github.com/cvilsmeier/sqinn-go) - SQLite with pure Go. @@ -839,10 +839,10 @@ _Libraries for building and using SQL._ - [aerospike-client-go(stars: 417)](https://github.com/aerospike/aerospike-client-go) - Aerospike client in Go language. - [arangolite(stars: 73)](https://github.com/solher/arangolite) - Lightweight golang driver for ArangoDB. - [asc(stars: 9)](https://github.com/viant/asc) - Datastore Connectivity for Aerospike for go. -- [forestdb(stars: 35)](https://github.com/couchbase/goforestdb) - Go bindings for ForestDB. +- [forestdb(stars: 36)](https://github.com/couchbase/goforestdb) - Go bindings for ForestDB. - [go-couchbase(stars: 321)](https://github.com/couchbase/go-couchbase) - Couchbase client in Go. - [go-pilosa(stars: 58)](https://github.com/pilosa/go-pilosa) - Go client library for Pilosa. -- [go-rejson(stars: 334)](https://github.com/nitishm/go-rejson) - Golang client for redislabs' ReJSON module using Redigo golang client. Store and manipulate structs as JSON objects in redis with ease. +- [go-rejson(stars: 335)](https://github.com/nitishm/go-rejson) - Golang client for redislabs' ReJSON module using Redigo golang client. Store and manipulate structs as JSON objects in redis with ease. - [gocb(stars: 356)](https://github.com/couchbase/gocb) - Official Couchbase Go SDK. - [gocosmos(stars: 19)](https://github.com/btnguyen2k/gocosmos) - REST client and standard `database/sql` driver for Azure Cosmos DB. - [gocql](https://gocql.github.io) - Go language driver for Apache Cassandra. @@ -855,14 +855,14 @@ _Libraries for building and using SQL._ - [Kivik(stars: 291)](https://github.com/go-kivik/kivik) - Kivik provides a common Go and GopherJS client library for CouchDB, PouchDB, and similar databases. - [mgm(stars: 717)](https://github.com/kamva/mgm) - MongoDB model-based ODM for Go (based on official MongoDB driver). - [mgo(stars: 1962)](https://github.com/globalsign/mgo) - (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. -- [mongo-go-driver(stars: 7843)](https://github.com/mongodb/mongo-go-driver) - Official MongoDB driver for the Go language. +- [mongo-go-driver(stars: 7845)](https://github.com/mongodb/mongo-go-driver) - Official MongoDB driver for the Go language. - [neo4j(stars: 27)](https://github.com/cihangir/neo4j) - Neo4j Rest API Bindings for Golang. - [Neo4j-GO(stars: 77)](https://github.com/davemeehan/Neo4j-GO) - Neo4j REST Client in golang. - [neoism(stars: 389)](https://github.com/jmcvetta/neoism) - Neo4j client for Golang. -- [qmgo(stars: 1243)](https://github.com/qiniu/qmgo) - The MongoDB driver for Go. It‘s based on official MongoDB driver but easier to use like Mgo. -- [redeo(stars: 430)](https://github.com/bsm/redeo) - Redis-protocol compatible TCP servers/services. -- [redigo(stars: 9684)](https://github.com/gomodule/redigo) - Redigo is a Go client for the Redis database. -- [redis(stars: 18742)](https://github.com/redis/go-redis) - Redis client for Golang. +- [qmgo(stars: 1242)](https://github.com/qiniu/qmgo) - The MongoDB driver for Go. It‘s based on official MongoDB driver but easier to use like Mgo. +- [redeo(stars: 431)](https://github.com/bsm/redeo) - Redis-protocol compatible TCP servers/services. +- [redigo(stars: 9681)](https://github.com/gomodule/redigo) - Redigo is a Go client for the Redis database. +- [redis(stars: 18750)](https://github.com/redis/go-redis) - Redis client for Golang. - [rueidis](http://github.com/rueian/rueidis) - Fast Redis RESP3 client with auto pipelining and server-assisted client side caching. - [xredis(stars: 19)](https://github.com/shomali11/xredis) - Typesafe, customizable, clean & easy to use Redis client. @@ -883,12 +883,12 @@ _Libraries for building and using SQL._ _Libraries for working with dates and times._ - [approx(stars: 7)](https://github.com/goschtalt/approx) - A Duration extension supporting parsing/printing durations in days, weeks and years. -- [carbon(stars: 4379)](https://github.com/golang-module/carbon) - A simple, semantic and developer-friendly golang package for datetime. +- [carbon(stars: 4386)](https://github.com/golang-module/carbon) - A simple, semantic and developer-friendly golang package for datetime. - [carbon(stars: 770)](https://github.com/uniplaces/carbon) - Simple Time extension with a lot of util methods, ported from PHP Carbon library. - [cronrange(stars: 18)](https://github.com/1set/cronrange) - Parses Cron-style time range expressions, checks if the given time is within any ranges. - [date(stars: 122)](https://github.com/rickb777/date) - Augments Time for working with dates, date ranges, time spans, periods, and time-of-day. - [dateparse(stars: 1962)](https://github.com/araddon/dateparse) - Parse date's without knowing format in advance. -- [durafmt(stars: 485)](https://github.com/hako/durafmt) - Time duration formatting library for Go. +- [durafmt(stars: 486)](https://github.com/hako/durafmt) - Time duration formatting library for Go. - [feiertage(stars: 45)](https://github.com/wlbr/feiertage) - Set of functions to calculate public holidays in Germany, incl. specialization on the states of Germany (Bundesländer). Things like Easter, Pentecost, Thanksgiving... - [go-anytime(stars: 14)](https://github.com/ijt/go-anytime) - Parse dates/times like "next dec 22nd at 3pm" and ranges like "from today until next thursday" without knowing the format in advance. - [go-persian-calendar(stars: 188)](https://github.com/yaa110/go-persian-calendar) - The implementation of the Persian (Solar Hijri) Calendar in Go (golang). @@ -898,7 +898,7 @@ _Libraries for working with dates and times._ - [gostradamus(stars: 193)](https://github.com/bykof/gostradamus) - A Go package for working with dates. - [iso8601(stars: 134)](https://github.com/relvacode/iso8601) - Efficiently parse ISO8601 date-times without regex. - [kair(stars: 25)](https://github.com/GuilhermeCaruso/kair) - Date and Time - Golang Formatting Library. -- [now(stars: 4329)](https://github.com/jinzhu/now) - Now is a time toolkit for golang. +- [now(stars: 4327)](https://github.com/jinzhu/now) - Now is a time toolkit for golang. - [NullTime(stars: 14)](https://github.com/kirillDanshin/nulltime) - Nullable `time.Time`. - [strftime(stars: 12)](https://github.com/awoodbeck/strftime) - C99-compatible strftime formatter. - [timespan(stars: 84)](https://github.com/SaidinWoT/timespan) - For interacting with intervals of time, defined as a start time and a duration. @@ -916,16 +916,16 @@ _Packages that help with building Distributed Systems._ - [celeriac](https://github.com/svcavallar/celeriac.v1) - Library for adding support for interacting and monitoring Celery workers, tasks and events in Go. - [consistent(stars: 645)](https://github.com/buraksezer/consistent) - Consistent hashing with bounded loads. - [consistenthash(stars: 23)](https://github.com/mbrostami/consistenthash) - Consistent hashing with configurable replicas. -- [dht(stars: 292)](https://github.com/anacrolix/dht) - BitTorrent Kademlia DHT implementation. +- [dht(stars: 294)](https://github.com/anacrolix/dht) - BitTorrent Kademlia DHT implementation. - [digota(stars: 496)](https://github.com/digota/digota) - grpc ecommerce microservice. - [dot](https://github.com/dotchain/dot/) - distributed sync using operational transformation/OT. - [doublejump(stars: 95)](https://github.com/edwingeng/doublejump) - A revamped Google's jump consistent hash. -- [dragonboat(stars: 4871)](https://github.com/lni/dragonboat) - A feature complete and high performance multi-group Raft library in Go. -- [Dragonfly(stars: 1868)](https://github.com/dragonflyoss/Dragonfly2) - 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. +- [dragonboat(stars: 4872)](https://github.com/lni/dragonboat) - A feature complete and high performance multi-group Raft library in Go. +- [Dragonfly(stars: 1867)](https://github.com/dragonflyoss/Dragonfly2) - 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. - [drmaa(stars: 47)](https://github.com/dgruber/drmaa) - Job submission library for cluster schedulers based on the DRMAA standard. - [dynamolock](https://cirello.io/dynamolock) - DynamoDB-backed distributed locking implementation. - [dynatomic(stars: 16)](https://github.com/tylfin/dynatomic) - A library for using DynamoDB as an atomic counter. -- [emitter-io(stars: 3703)](https://github.com/emitter-io/emitter) - High performance, distributed, secure and low latency publish-subscribe platform built with MQTT, Websockets and love. +- [emitter-io(stars: 3706)](https://github.com/emitter-io/emitter) - High performance, distributed, secure and low latency publish-subscribe platform built with MQTT, Websockets and love. - [failured(stars: 11)](https://github.com/andy2046/failured) - adaptive accrual failure detector for distributed systems. - [flowgraph(stars: 54)](https://github.com/vectaport/flowgraph) - flow-based programming package. - [gleam(stars: 3306)](https://github.com/chrislusf/gleam) - 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. @@ -934,40 +934,40 @@ _Packages that help with building Distributed Systems._ - [go-doudou(stars: 1308)](https://github.com/unionj-cloud/go-doudou) - 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. - [go-health(stars: 731)](https://github.com/InVisionApp/go-health) - Library for enabling asynchronous dependency health checks in your service. - [go-jump(stars: 375)](https://github.com/dgryski/go-jump) - Port of Google's "Jump" Consistent Hash function. -- [go-kit(stars: 25954)](https://github.com/go-kit/kit) - Microservice toolkit with support for service discovery, load balancing, pluggable transports, request tracking, etc. -- [go-micro(stars: 21209)](https://github.com/micro/go-micro) - A distributed systems development framework. +- [go-kit(stars: 25956)](https://github.com/go-kit/kit) - Microservice toolkit with support for service discovery, load balancing, pluggable transports, request tracking, etc. +- [go-micro(stars: 21213)](https://github.com/micro/go-micro) - A distributed systems development framework. - [go-mysql-lock(stars: 58)](https://github.com/sanketplus/go-mysql-lock) - MySQL based distributed lock. - [go-pdu(stars: 46)](https://github.com/pdupub/go-pdu) - A decentralized identity-based social network. - [go-sundheit(stars: 520)](https://github.com/AppsFlyer/go-sundheit) - A library built to provide support for defining async service health checks for golang services. -- [go-zero(stars: 27059)](https://github.com/tal-tech/go-zero) - 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. +- [go-zero(stars: 27062)](https://github.com/tal-tech/go-zero) - 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. - [gorpc(stars: 685)](https://github.com/valyala/gorpc) - Simple, fast and scalable RPC library for high load. -- [grpc-go(stars: 19557)](https://github.com/grpc/grpc-go) - The Go language implementation of gRPC. HTTP/2 based RPC. +- [grpc-go(stars: 19558)](https://github.com/grpc/grpc-go) - The Go language implementation of gRPC. HTTP/2 based RPC. - [hprose(stars: 1253)](https://github.com/hprose/hprose-golang) - Very newbility RPC Library, support 25+ languages now. - [jsonrpc(stars: 185)](https://github.com/osamingo/jsonrpc) - The jsonrpc package helps implement of JSON-RPC 2.0. - [jsonrpc(stars: 302)](https://github.com/ybbus/jsonrpc) - JSON-RPC 2.0 HTTP client implementation. -- [Kitex(stars: 6509)](https://github.com/cloudwego/kitex) - 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. -- [Kratos(stars: 22102)](https://github.com/go-kratos/kratos) - A modular-designed and easy-to-use microservices framework in Go. +- [Kitex(stars: 6510)](https://github.com/cloudwego/kitex) - 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. +- [Kratos(stars: 22107)](https://github.com/go-kratos/kratos) - A modular-designed and easy-to-use microservices framework in Go. - [liftbridge(stars: 2515)](https://github.com/liftbridge-io/liftbridge) - Lightweight, fault-tolerant message streams for NATS. -- [lura(stars: 5989)](https://github.com/luraproject/lura) - Ultra performant API Gateway framework with middlewares. +- [lura(stars: 5992)](https://github.com/luraproject/lura) - Ultra performant API Gateway framework with middlewares. - [micro(stars: 11961)](https://github.com/micro/micro) - A distributed systems runtime for the cloud and beyond. -- [NATS(stars: 14333)](https://github.com/nats-io/gnatsd) - Lightweight, high performance messaging system for microservices, IoT, and cloud native systems. -- [outboxer(stars: 150)](https://github.com/italolelis/outboxer) - Outboxer is a go library that implements the outbox pattern. +- [NATS(stars: 14336)](https://github.com/nats-io/gnatsd) - Lightweight, high performance messaging system for microservices, IoT, and cloud native systems. +- [outboxer(stars: 151)](https://github.com/italolelis/outboxer) - Outboxer is a go library that implements the outbox pattern. - [pglock](https://cirello.io/pglock) - PostgreSQL-backed distributed locking implementation. - [pjrpc](https://gitlab.com/pjrpc/pjrpc) - Golang JSON-RPC Server-Client with Protobuf spec. -- [raft(stars: 7710)](https://github.com/hashicorp/raft) - Golang implementation of the Raft consensus protocol, by HashiCorp. -- [raft(stars: 465)](https://github.com/etcd-io/raft) - Go implementation of the Raft consensus protocol, by CoreOS. +- [raft(stars: 7714)](https://github.com/hashicorp/raft) - Golang implementation of the Raft consensus protocol, by HashiCorp. +- [raft(stars: 466)](https://github.com/etcd-io/raft) - Go implementation of the Raft consensus protocol, by CoreOS. - [rain(stars: 915)](https://github.com/cenkalti/rain) - BitTorrent client and library. -- [redis-lock(stars: 1252)](https://github.com/bsm/redislock) - Simplified distributed locking implementation using Redis. +- [redis-lock(stars: 1253)](https://github.com/bsm/redislock) - Simplified distributed locking implementation using Redis. - [resgate](https://resgate.io/) - Realtime API Gateway for building REST, real time, and RPC APIs, where all clients are synchronized seamlessly. - [ringpop-go(stars: 810)](https://github.com/uber/ringpop-go) - Scalable, fault-tolerant application-layer sharding for Go applications. -- [rpcx(stars: 7886)](https://github.com/smallnest/rpcx) - Distributed pluggable RPC service framework like alibaba Dubbo. +- [rpcx(stars: 7887)](https://github.com/smallnest/rpcx) - Distributed pluggable RPC service framework like alibaba Dubbo. - [Semaphore(stars: 89)](https://github.com/jexia/semaphore) - A straightforward (micro) service orchestrator. - [sleuth(stars: 370)](https://github.com/ursiform/sleuth) - Library for master-less p2p auto-discovery and RPC between HTTP services (using [ZeroMQ](https://github.com/zeromq/libzmq)). -- [sponge(stars: 655)](https://github.com/zhufuyi/sponge) - A distributed development framework that integrates automatic code generation, gin and grpc frameworks, base development frameworks. +- [sponge(stars: 656)](https://github.com/zhufuyi/sponge) - A distributed development framework that integrates automatic code generation, gin and grpc frameworks, base development frameworks. - [Tarmac(stars: 305)](https://github.com/tarmac-project/tarmac) - Framework for writing functions, microservices, or monoliths with WebAssembly - [Temporal(stars: 429)](https://github.com/temporalio/sdk-go) - Durable execution system for making code fault-tolerant and simple. -- [torrent(stars: 5142)](https://github.com/anacrolix/torrent) - BitTorrent client package. -- [trpc-go(stars: 600)](https://github.com/trpc-group/trpc-go) - The Go language implementation of tRPC, which is a pluggable, high-performance RPC framework. +- [torrent(stars: 5145)](https://github.com/anacrolix/torrent) - BitTorrent client package. +- [trpc-go(stars: 602)](https://github.com/trpc-group/trpc-go) - The Go language implementation of tRPC, which is a pluggable, high-performance RPC framework. **[⬆ back to top](#contents)** @@ -977,7 +977,7 @@ _Tools for updating dynamic DNS records._ - [DDNS(stars: 241)](https://github.com/skibish/ddns) - Personal DDNS client with Digital Ocean Networking DNS as backend. - [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. -- [GoDNS(stars: 1407)](https://github.com/timothyye/godns) - A dynamic DNS client tool, supports DNSPod & HE.net, written in Go. +- [GoDNS(stars: 1406)](https://github.com/timothyye/godns) - A dynamic DNS client tool, supports DNSPod & HE.net, written in Go. **[⬆ back to top](#contents)** @@ -987,23 +987,23 @@ _Libraries and tools that implement email creation and sending._ - [chasquid](https://blitiri.com.ar/p/chasquid) - SMTP server written in Go. - [douceur(stars: 239)](https://github.com/aymerick/douceur) - CSS inliner for your HTML emails. -- [email(stars: 2521)](https://github.com/jordan-wright/email) - A robust and flexible email library for Go. -- [email-verifier(stars: 1022)](https://github.com/AfterShip/email-verifier) - A Go library for email verification without sending any emails. +- [email(stars: 2522)](https://github.com/jordan-wright/email) - A robust and flexible email library for Go. +- [email-verifier(stars: 1023)](https://github.com/AfterShip/email-verifier) - A Go library for email verification without sending any emails. - [go-dkim(stars: 94)](https://github.com/toorop/go-dkim) - DKIM library, to sign & verify email. - [go-email-normalizer(stars: 60)](https://github.com/dimuska139/go-email-normalizer) - Golang library for providing a canonical representation of email address. - [go-email-validator(stars: 52)](https://github.com/go-email-validator/go-email-validator) - Modular email validator for syntax, disposable, smtp, etc... checking. -- [go-imap(stars: 1940)](https://github.com/emersion/go-imap) - IMAP library for clients and servers. -- [go-mail(stars: 412)](https://github.com/wneessen/go-mail) - A simple Go library for sending mails in Go. +- [go-imap(stars: 1941)](https://github.com/emersion/go-imap) - IMAP library for clients and servers. +- [go-mail(stars: 414)](https://github.com/wneessen/go-mail) - A simple Go library for sending mails in Go. - [go-message(stars: 347)](https://github.com/emersion/go-message) - Streaming library for the Internet Message Format and mail messages. - [go-premailer(stars: 129)](https://github.com/vanng822/go-premailer) - Inline styling for HTML mail in Go. -- [go-simple-mail(stars: 574)](https://github.com/xhit/go-simple-mail) - Very simple package to send emails with SMTP Keep Alive and two timeouts: Connect and Send. +- [go-simple-mail(stars: 575)](https://github.com/xhit/go-simple-mail) - Very simple package to send emails with SMTP Keep Alive and two timeouts: Connect and Send. - [Hectane(stars: 219)](https://github.com/hectane/hectane) - Lightweight SMTP client providing an HTTP API. -- [hermes(stars: 2740)](https://github.com/matcornic/hermes) - Golang package that generates clean, responsive HTML e-mails. -- [Maddy(stars: 4551)](https://github.com/foxcpp/maddy) - All-in-one (SMTP, IMAP, DKIM, DMARC, MTA-STS, DANE) email server +- [hermes(stars: 2743)](https://github.com/matcornic/hermes) - Golang package that generates clean, responsive HTML e-mails. +- [Maddy(stars: 4552)](https://github.com/foxcpp/maddy) - All-in-one (SMTP, IMAP, DKIM, DMARC, MTA-STS, DANE) email server - [mailchain(stars: 141)](https://github.com/mailchain/mailchain) - Send encrypted emails to blockchain addresses written in Go. - [mailgun-go(stars: 675)](https://github.com/mailgun/mailgun-go) - Go library for sending mail with the Mailgun API. -- [MailHog(stars: 13095)](https://github.com/mailhog/MailHog) - Email and SMTP testing with web and API interface. -- [Mailpit(stars: 4049)](https://github.com/axllent/mailpit) - Email and SMTP testing tool for developers. +- [MailHog(stars: 13102)](https://github.com/mailhog/MailHog) - Email and SMTP testing with web and API interface. +- [Mailpit(stars: 4052)](https://github.com/axllent/mailpit) - Email and SMTP testing tool for developers. - [mailx(stars: 9)](https://github.com/valord577/mailx) - Mailx is a library that makes it easier to send email via SMTP. It is an enhancement of the golang standard library `net/smtp`. - [SendGrid(stars: 943)](https://github.com/sendgrid/sendgrid-go) - SendGrid's Go library for sending email. - [smtp(stars: 74)](https://github.com/mailhog/smtp) - SMTP server protocol state machine. @@ -1024,19 +1024,19 @@ _Embedding other languages inside your go code._ - [gentee(stars: 124)](https://github.com/gentee/gentee) - Embeddable scripting programming language. - [gisp(stars: 510)](https://github.com/jcla1/gisp) - Simple LISP in Go. - [go-duktape(stars: 779)](https://github.com/olebedev/go-duktape) - Duktape JavaScript engine bindings for Go. -- [go-lua(stars: 2865)](https://github.com/Shopify/go-lua) - Port of the Lua 5.2 VM to pure Go. -- [go-php(stars: 922)](https://github.com/deuill/go-php) - PHP bindings for Go. +- [go-lua(stars: 2866)](https://github.com/Shopify/go-lua) - Port of the Lua 5.2 VM to pure Go. +- [go-php(stars: 921)](https://github.com/deuill/go-php) - PHP bindings for Go. - [go-python(stars: 1518)](https://github.com/sbinet/go-python) - naive go bindings to the CPython C-API. -- [goja(stars: 4717)](https://github.com/dop251/goja) - ECMAScript 5.1(+) implementation in Go. +- [goja(stars: 4721)](https://github.com/dop251/goja) - ECMAScript 5.1(+) implementation in Go. - [golua(stars: 634)](https://github.com/aarzilli/golua) - Go bindings for Lua C API. -- [gopher-lua(stars: 5892)](https://github.com/yuin/gopher-lua) - Lua 5.1 VM and compiler written in Go. +- [gopher-lua(stars: 5895)](https://github.com/yuin/gopher-lua) - Lua 5.1 VM and compiler written in Go. - [gval(stars: 691)](https://github.com/PaesslerAG/gval) - A highly customizable expression language written in Go. -- [metacall(stars: 1455)](https://github.com/metacall/core) - Cross-platform Polyglot Runtime which supports NodeJS, JavaScript, TypeScript, Python, Ruby, C#, WebAssembly, Java, Cobol and more. +- [metacall(stars: 1457)](https://github.com/metacall/core) - Cross-platform Polyglot Runtime which supports NodeJS, JavaScript, TypeScript, Python, Ruby, C#, WebAssembly, Java, Cobol and more. - [ngaro(stars: 26)](https://github.com/db47h/ngaro) - Embeddable Ngaro VM implementation enabling scripting in Retro. - [prolog(stars: 526)](https://github.com/ichiban/prolog) - Embeddable Prolog. - [purl(stars: 39)](https://github.com/ian-kent/purl) - Perl 5.18.2 embedded in Go. - [starlark-go(stars: 2163)](https://github.com/google/starlark-go) - Go implementation of Starlark: Python-like language with deterministic evaluation and hermetic execution. -- [tengo(stars: 3390)](https://github.com/d5/tengo) - Bytecode compiled script language for Go. +- [tengo(stars: 3393)](https://github.com/d5/tengo) - Bytecode compiled script language for Go. **[⬆ back to top](#contents)** @@ -1045,14 +1045,14 @@ _Embedding other languages inside your go code._ _Libraries for handling errors._ - [emperror(stars: 326)](https://github.com/emperror/emperror) - Error handling tools and best practices for Go libraries and applications. -- [eris(stars: 1403)](https://github.com/rotisserie/eris) - A better way to handle, trace, and log errors in Go. Compatible with the standard error library and github.com/pkg/errors. +- [eris(stars: 1402)](https://github.com/rotisserie/eris) - A better way to handle, trace, and log errors in Go. Compatible with the standard error library and github.com/pkg/errors. - [errlog(stars: 456)](https://github.com/snwfdhmp/errlog) - Hackable package that determines responsible source code for an error (and some other fast-debugging features). Pluggable to any logger in-place. - [errors(stars: 191)](https://github.com/emperror/errors) - Drop-in replacement for the standard library errors package and github.com/pkg/errors. Provides various error handling primitives. - [errors(stars: 6)](https://github.com/neuronlabs/errors) - Simple golang error handling with classification primitives. - [errors(stars: 7)](https://github.com/PumpkinSeed/errors) - The most simple error wrapper with awesome performance and minimal memory overhead. - [errors](https://gitlab.com/tozd/go/errors) - Providing errors with a stack trace and optional structured details. Compatible with github.com/pkg/errors API but does not use it internally. - [errors(stars: 60)](https://github.com/bnkamalesh/errors) - 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. -- [errors(stars: 1923)](https://github.com/cockroachdb/errors) - Go error library with error portability over the network. +- [errors(stars: 1924)](https://github.com/cockroachdb/errors) - Go error library with error portability over the network. - [errorx(stars: 1055)](https://github.com/joomcode/errorx) - A feature rich error package with stack traces, composition of errors and more. - [exception(stars: 27)](https://github.com/rbrahul/exception) - A simple utility package for exception handling with try-catch in Golang. - [Falcon(stars: 10)](https://github.com/SonicRoshan/falcon) - A Simple Yet Highly Powerful Package For Error Handling. @@ -1067,27 +1067,27 @@ _Libraries for handling errors._ _Libraries for handling files and file systems._ -- [afero(stars: 5596)](https://github.com/spf13/afero) - FileSystem Abstraction System for Go. +- [afero(stars: 5597)](https://github.com/spf13/afero) - FileSystem Abstraction System for Go. - [afs(stars: 282)](https://github.com/viant/afs) - Abstract File Storage (mem, scp, zip, tar, cloud: s3, gs) for Go. - [baraka(stars: 53)](https://github.com/xis/baraka) - A library to process http file uploads easily. - [bigfile(stars: 247)](https://github.com/bigfile/bigfile) - A file transfer system, support to manage files with http api, rpc call and ftp client. - [checksum(stars: 97)](https://github.com/codingsince1985/checksum) - Compute message digest, like MD5, SHA256, SHA1, CRC or BLAKE2s, for large files. - [copy(stars: 652)](https://github.com/otiai10/copy) - Copy directory recursively. - [flop(stars: 34)](https://github.com/homedepot/flop) - File operations library which aims to mirror feature parity with [GNU cp](https://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html). -- [gdu(stars: 3111)](https://github.com/dundee/gdu) - Disk usage analyzer with console interface. +- [gdu(stars: 3112)](https://github.com/dundee/gdu) - Disk usage analyzer with console interface. - [go-csv-tag(stars: 112)](https://github.com/artonge/go-csv-tag) - Load csv file using tag. - [go-decent-copy(stars: 21)](https://github.com/hugocarreira/go-decent-copy) - Copy files for humans. - [go-exiftool(stars: 213)](https://github.com/barasher/go-exiftool) - Go bindings for ExifTool, the well-known library used to extract as much metadata as possible (EXIF, IPTC, ...) from files (pictures, PDF, office, ...). - [go-gtfs(stars: 38)](https://github.com/artonge/go-gtfs) - Load gtfs files in go. - [gofs(stars: 394)](https://github.com/no-src/gofs) - A cross-platform real-time file synchronization tool out of the box. -- [gut/yos(stars: 27)](https://github.com/1set/gut) - Simple and reliable package for file operations like copy/move/diff/list on files, directories and symbolic links. +- [gut/yos(stars: 28)](https://github.com/1set/gut) - Simple and reliable package for file operations like copy/move/diff/list on files, directories and symbolic links. - [higgs(stars: 18)](https://github.com/dastoori/higgs) - A tiny cross-platform Go library to hide/unhide files and directories. - [iso9660(stars: 249)](https://github.com/kdomanski/iso9660) - A package for reading and creating ISO9660 disk images - [notify(stars: 874)](https://github.com/rjeczalik/notify) - File system event notification library with simple API, similar to os/signal. - [opc(stars: 75)](https://github.com/qmuntal/opc) - Load Open Packaging Conventions (OPC) files for Go. - [parquet(stars: 88)](https://github.com/parsyl/parquet) - Read and write [parquet](https://parquet.apache.org) files. - [pathtype(stars: 13)](https://github.com/jonchun/pathtype) - Treat paths as their own type instead of using strings. -- [pdfcpu(stars: 5925)](https://github.com/pdfcpu/pdfcpu) - PDF processor. +- [pdfcpu(stars: 5926)](https://github.com/pdfcpu/pdfcpu) - PDF processor. - [skywalker(stars: 96)](https://github.com/dixonwille/skywalker) - Package to allow one to concurrently go through a filesystem with ease. - [stl](https://gitlab.com/russoj88/stl) - Modules to read and write STL (stereolithography) files. Concurrent algorithm for reading. - [tarfs(stars: 59)](https://github.com/posener/tarfs) - Implementation of the [`FileSystem` interface](https://godoc.org/github.com/kr/fs#FileSystem) for tar files. @@ -1103,9 +1103,9 @@ _Packages for accounting and finance._ - [accounting(stars: 851)](https://github.com/leekchan/accounting) - money and currency formatting for golang. - [ach(stars: 419)](https://github.com/moov-io/ach) - A reader, writer, and validator for Automated Clearing House (ACH) files. - [bbgo(stars: 1055)](https://github.com/c9s/bbgo) - A crypto trading bot framework written in Go. Including common crypto exchange API, standard indicators, back-testing and many built-in strategies. -- [currency(stars: 479)](https://github.com/bojanz/currency) - Handles currency amounts, provides currency information and formatting. +- [currency(stars: 480)](https://github.com/bojanz/currency) - Handles currency amounts, provides currency information and formatting. - [currency(stars: 58)](https://github.com/bnkamalesh/currency) - High performant & accurate currency computation package. -- [decimal(stars: 5701)](https://github.com/shopspring/decimal) - Arbitrary-precision fixed-point decimal numbers. +- [decimal(stars: 5708)](https://github.com/shopspring/decimal) - Arbitrary-precision fixed-point decimal numbers. - [decimal(stars: 17)](https://github.com/govalues/decimal) - Immutable decimal numbers with panic-free arithmetic. - [fpdecimal(stars: 26)](https://github.com/nikolaydubina/fpdecimal) - Fast and precise serialization and arithmetic for small fixed-point decimals - [fpmoney(stars: 23)](https://github.com/nikolaydubina/fpmoney) - Fast and simple ISO4217 fixed-point decimal money. @@ -1116,11 +1116,11 @@ _Packages for accounting and finance._ - [go-nowpayments(stars: 2)](https://github.com/matm/go-nowpayments) - Library for the crypto NOWPayments API. - [money(stars: 11)](https://github.com/govalues/money) - Immutable monetary amounts and exchange rates with panic-free arithmetic. - [ofxgo(stars: 128)](https://github.com/aclindsa/ofxgo) - Query OFX servers and/or parse the responses (with example command-line client). -- [orderbook(stars: 388)](https://github.com/i25959341/orderbook) - Matching Engine for Limit Order Book in Golang. +- [orderbook(stars: 389)](https://github.com/i25959341/orderbook) - Matching Engine for Limit Order Book in Golang. - [payme(stars: 28)](https://github.com/jovandeginste/payme) - QR code generator (ASCII & PNG) for SEPA payments. - [sleet(stars: 133)](https://github.com/BoltApp/sleet) - One unified interface for multiple Payment Service Providers (PsP) to process online payment. -- [techan(stars: 776)](https://github.com/sdcoffey/techan) - Technical analysis library with advanced market analysis and trading strategies. -- [ticker(stars: 4772)](https://github.com/achannarasappa/ticker) - Terminal stock watcher and stock position tracker. +- [techan(stars: 778)](https://github.com/sdcoffey/techan) - Technical analysis library with advanced market analysis and trading strategies. +- [ticker(stars: 4773)](https://github.com/achannarasappa/ticker) - Terminal stock watcher and stock position tracker. - [transaction(stars: 127)](https://github.com/claygod/transaction) - Embedded transactional database of accounts, running in multithreaded mode. - [vat(stars: 110)](https://github.com/dannyvankooten/vat) - VAT number validation & EU VAT rates. @@ -1140,7 +1140,7 @@ _Libraries for working with forms._ - [gbind(stars: 8)](https://github.com/bdjimmy/gbind) - Bind data to any Go value. Can use built-in and custom expression binding capabilities; supports data validation - [gorilla/csrf(stars: 976)](https://github.com/gorilla/csrf) - CSRF protection for Go web applications & services. - [httpin(stars: 239)](https://github.com/ggicci/httpin) - Decode an HTTP request into a custom struct, including querystring, forms, HTTP headers, etc. -- [nosurf(stars: 1484)](https://github.com/justinas/nosurf) - CSRF protection middleware for Go. +- [nosurf(stars: 1483)](https://github.com/justinas/nosurf) - CSRF protection middleware for Go. - [qs(stars: 70)](https://github.com/sonh/qs) - Go module for encoding structs into URL query parameters. - [queryparam(stars: 19)](https://github.com/tomwright/queryparam) - Decode `url.Values` into usable struct values of standard or custom types. @@ -1151,12 +1151,12 @@ _Libraries for working with forms._ _Packages to support functional programming in Go._ - [fp-go(stars: 279)](https://github.com/repeale/fp-go) - Collection of Functional Programming helpers powered by Golang 1.18+ generics. -- [fpGo(stars: 335)](https://github.com/TeaEntityLab/fpGo) - Monad, Functional Programming features for Golang. +- [fpGo(stars: 336)](https://github.com/TeaEntityLab/fpGo) - Monad, Functional Programming features for Golang. - [fuego(stars: 142)](https://github.com/seborama/fuego) - Functional Experiment in Go. - [go-functional(stars: 271)](https://github.com/BooleanCat/go-functional) - Functional programming in Go using generics - [go-underscore(stars: 1290)](https://github.com/tobyhede/go-underscore) - Useful collection of helpfully functional Go collection utilities. - [gofp(stars: 144)](https://github.com/rbrahul/gofp) - A lodash like powerful utility library for Golang. -- [mo(stars: 2130)](https://github.com/samber/mo) - Monads and popular FP abstractions, based on Go 1.18+ Generics (Option, Result, Either...). +- [mo(stars: 2133)](https://github.com/samber/mo) - Monads and popular FP abstractions, based on Go 1.18+ Generics (Option, Result, Either...). - [underscore(stars: 102)](https://github.com/rjNemo/underscore) - Functional programming helpers for Go 1.18 and beyond. - [valor(stars: 16)](https://github.com/phelmkamp/valor) - Generic option and result types that optionally contain a value. @@ -1167,24 +1167,24 @@ _Packages to support functional programming in Go._ _Awesome game development libraries._ - [Azul3D(stars: 597)](https://github.com/azul3d/engine) - 3D game engine written in Go. -- [Ebitengine(stars: 9523)](https://github.com/hajimehoshi/ebiten) - dead simple 2D game engine in Go. +- [Ebitengine(stars: 9526)](https://github.com/hajimehoshi/ebiten) - dead simple 2D game engine in Go. - [engo(stars: 1693)](https://github.com/EngoEngine/engo) - Engo is an open-source 2D game engine written in Go. It follows the Entity-Component-System paradigm. - [fantasyname(stars: 30)](https://github.com/s0rg/fantasyname) - Fantasy names generator. -- [g3n](https://github.com/g3n/engine) - Go 3D Game Engine. +- [g3n(stars: 2591)](https://github.com/g3n/engine) - Go 3D Game Engine. - [go-astar(stars: 577)](https://github.com/beefsack/go-astar) - Go implementation of the A\* path finding algorithm. -- [go-sdl2(stars: 2094)](https://github.com/veandco/go-sdl2) - Go bindings for the [Simple DirectMedia Layer](https://www.libsdl.org/). +- [go-sdl2(stars: 2095)](https://github.com/veandco/go-sdl2) - Go bindings for the [Simple DirectMedia Layer](https://www.libsdl.org/). - [go3d(stars: 285)](https://github.com/ungerik/go3d) - Performance oriented 2D/3D math package for Go. - [gonet(stars: 1244)](https://github.com/xtaci/gonet) - Game server skeleton implemented with golang. - [goworld(stars: 2469)](https://github.com/xiaonanln/goworld) - Scalable game server engine, featuring space-entity framework and hot-swapping. - [Harfang3D(stars: 445)](https://github.com/harfang3d/harfang3d) - 3D engine for the Go language, works on Windows and Linux ([Harfang on Go.dev](https://github.com/harfang3d/harfang-go)). -- [Leaf(stars: 5085)](https://github.com/name5566/leaf) - Lightweight game server framework. -- [nano(stars: 2623)](https://github.com/lonng/nano) - Lightweight, facility, high performance golang based game server framework. +- [Leaf(stars: 5087)](https://github.com/name5566/leaf) - Lightweight game server framework. +- [nano(stars: 2625)](https://github.com/lonng/nano) - Lightweight, facility, high performance golang based game server framework. - [Oak(stars: 1490)](https://github.com/oakmound/oak) - Pure Go game engine. -- [Pitaya(stars: 2097)](https://github.com/topfreegames/pitaya) - Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through the C SDK. +- [Pitaya(stars: 2102)](https://github.com/topfreegames/pitaya) - Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through the C SDK. - [Pixel(stars: 4378)](https://github.com/faiface/pixel) - Hand-crafted 2D game library in Go. - [prototype(stars: 84)](https://github.com/gonutz/prototype) - Cross-platform (Windows/Linux/Mac) library for creating desktop games using a minimal API. - [raylib-go(stars: 1223)](https://github.com/gen2brain/raylib-go) - Go bindings for [raylib](https://www.raylib.com/), a simple and easy-to-use library to learn videogames programming. -- [termloop(stars: 1387)](https://github.com/JoelOtter/termloop) - Terminal-based game engine for Go, built on top of Termbox. +- [termloop(stars: 1389)](https://github.com/JoelOtter/termloop) - Terminal-based game engine for Go, built on top of Termbox. - [tile(stars: 135)](https://github.com/kelindar/tile) - Data-oriented and cache-friendly 2D Grid library (TileMap), includes pathfinding, observers and import/export. **[⬆ back to top](#contents)** @@ -1196,15 +1196,15 @@ _Tools that generate Go code._ - [convergen(stars: 21)](https://github.com/reedom/convergen) - Feature rich type-to-type copy code generator. - [copygen(stars: 316)](https://github.com/switchupcb/copygen) - Generate type-to-type and type-based code without reflection. - [generis(stars: 43)](https://github.com/senselogic/GENERIS) - Code generation tool providing generics, free-form macros, conditional compilation and HTML templating. -- [go-enum(stars: 616)](https://github.com/abice/go-enum) - Code generation for enums from code comments. +- [go-enum(stars: 617)](https://github.com/abice/go-enum) - Code generation for enums from code comments. - [go-linq(stars: 3407)](https://github.com/ahmetalpbalkan/go-linq) - .NET LINQ-like query methods for Go. - [goderive(stars: 1151)](https://github.com/awalterschulze/goderive) - Derives functions from input types. - [gotype(stars: 58)](https://github.com/wzshiming/gotype) - Golang source code parsing, usage like reflect package. - [goverter(stars: 412)](https://github.com/jmattheis/goverter) - Generate converters by defining an interface. -- [GoWrap(stars: 855)](https://github.com/hexdigest/gowrap) - Generate decorators for Go interfaces using simple templates. +- [GoWrap(stars: 858)](https://github.com/hexdigest/gowrap) - Generate decorators for Go interfaces using simple templates. - [interfaces(stars: 411)](https://github.com/rjeczalik/interfaces) - Command line tool for generating interface definitions. -- [jennifer(stars: 3137)](https://github.com/dave/jennifer) - Generate arbitrary Go code without templates. -- [oapi-codegen(stars: 4898)](https://github.com/deepmap/oapi-codegen) - This package contains a set of utilities for generating Go boilerplate code for services based on OpenAPI 3.0 API definitions. +- [jennifer(stars: 3136)](https://github.com/dave/jennifer) - Generate arbitrary Go code without templates. +- [oapi-codegen(stars: 4901)](https://github.com/deepmap/oapi-codegen) - This package contains a set of utilities for generating Go boilerplate code for services based on OpenAPI 3.0 API definitions. - [typeregistry(stars: 23)](https://github.com/xiaoxin01/typeregistry) - A library to create type dynamically. **[⬆ back to top](#contents)** @@ -1215,7 +1215,7 @@ _Geographic tools and servers_ - [geoserver(stars: 85)](https://github.com/hishamkaram/geoserver) - geoserver Is a Go Package For Manipulating a GeoServer Instance via the GeoServer REST API. - [gismanager(stars: 50)](https://github.com/hishamkaram/gismanager) - Publish Your GIS Data(Vector Data) to PostGIS and Geoserver. -- [godal(stars: 113)](https://github.com/airbusgeo/godal) - Go wrapper for GDAL. +- [godal(stars: 114)](https://github.com/airbusgeo/godal) - Go wrapper for GDAL. - [H3(stars: 267)](https://github.com/uber/h3-go) - Go bindings for H3, a hierarchical hexagonal geospatial indexing system. - [H3 GeoJSON(stars: 3)](https://github.com/mmadfox/go-geojson2h3) - Conversion utilities between H3 indexes and GeoJSON. - [H3GeoDist(stars: 2)](https://github.com/mmadfox/go-h3geo-dist) - Distribution of Uber H3geo cells by virtual nodes. @@ -1223,9 +1223,9 @@ _Geographic tools and servers_ - [osm(stars: 328)](https://github.com/paulmach/osm) - Library for reading, writing and working with OpenStreetMap data and APIs. - [pbf(stars: 47)](https://github.com/maguro/pbf) - OpenStreetMap PBF golang encoder/decoder. - [S2 geojson(stars: 26)](https://github.com/pantrif/s2-geojson) - Convert geojson to s2 cells & demonstrating some S2 geometry features on map. -- [S2 geometry(stars: 1623)](https://github.com/golang/geo) - S2 geometry library in Go. +- [S2 geometry(stars: 1622)](https://github.com/golang/geo) - S2 geometry library in Go. - [simplefeatures(stars: 113)](https://github.com/peterstace/simplefeatures) - simplesfeatures is a 2D geometry library that provides Go types that model geometries, as well as algorithms that operate on them. -- [Tile38(stars: 8837)](https://github.com/tidwall/tile38) - Geolocation DB with spatial index and realtime geofencing. +- [Tile38(stars: 8836)](https://github.com/tidwall/tile38) - Geolocation DB with spatial index and realtime geofencing. - [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. - [WGS84(stars: 110)](https://github.com/wroge/wgs84) - Library for Coordinate Conversion and Transformation (ETRS89, OSGB36, NAD83, RGF93, Web Mercator, UTM). @@ -1239,7 +1239,7 @@ _Tools for compiling Go to other languages._ - [c4go(stars: 351)](https://github.com/Konstantin8105/c4go) - Transpile C code to Go code. - [esp32(stars: 80)](https://github.com/andygeiss/esp32-transpiler) - Transpile Go into Arduino code. - [f4go(stars: 42)](https://github.com/Konstantin8105/f4go) - Transpile FORTRAN 77 code to Go code. -- [gopherjs(stars: 12303)](https://github.com/gopherjs/gopherjs) - Compiler from Go to JavaScript. +- [gopherjs(stars: 12304)](https://github.com/gopherjs/gopherjs) - Compiler from Go to JavaScript. - [tardisgo(stars: 429)](https://github.com/tardisgo/tardisgo) - Golang to Haxe to CPP/CSharp/Java/JavaScript transpiler. **[⬆ back to top](#contents)** @@ -1248,14 +1248,14 @@ _Tools for compiling Go to other languages._ _Tools for managing and working with Goroutines._ -- [ants(stars: 11738)](https://github.com/panjf2000/ants) - A high-performance and low-cost goroutine pool in Go. +- [ants(stars: 11745)](https://github.com/panjf2000/ants) - A high-performance and low-cost goroutine pool in Go. - [artifex(stars: 183)](https://github.com/borderstech/artifex) - Simple in-memory job queue for Golang using worker-based dispatching. -- [async](https://github.com/reugn/async) - An alternative sync library for Go (Future, Promise, Locks). +- [async(stars: 171)](https://github.com/reugn/async) - An alternative sync library for Go (Future, Promise, Locks). - [async(stars: 131)](https://github.com/studiosol/async) - A safe way to execute functions asynchronously, recovering them in case of panic. - [async-job(stars: 8)](https://github.com/lab210-dev/async-job) - AsyncJob is an asynchronous queue job manager with light code, clear and speed. - [breaker(stars: 16)](https://github.com/kamilsk/breaker) - Flexible mechanism to make execution flow interruptible. - [channelify(stars: 28)](https://github.com/ddelizia/channelify) - Transform your function to return channels for easy and powerful parallel processing. -- [conc(stars: 8147)](https://github.com/sourcegraph/conc) - `conc` is your toolbelt for structured concurrency in go, making common tasks easier and safer. +- [conc(stars: 8148)](https://github.com/sourcegraph/conc) - `conc` is your toolbelt for structured concurrency in go, making common tasks easier and safer. - [concurrency-limiter(stars: 17)](https://github.com/vivek-ng/concurrency-limiter) - Concurrency limiter with support for timeouts , dynamic priority and context cancellation of goroutines. - [conexec(stars: 14)](https://github.com/ITcathyh/conexec) - 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. - [cyclicbarrier(stars: 136)](https://github.com/marusama/cyclicbarrier) - CyclicBarrier for golang. @@ -1285,7 +1285,7 @@ _Tools for managing and working with Goroutines._ - [nursery(stars: 62)](https://github.com/arunsworld/nursery) - Structured concurrency in Go. - [oversight](https://pkg.go.dev/cirello.io/oversight) - Oversight is a complete implementation of the Erlang supervision trees. - [parallel-fn(stars: 35)](https://github.com/rafaeljesus/parallel-fn) - Run functions in parallel. -- [pond(stars: 1131)](https://github.com/alitto/pond) - Minimalistic and High-performance goroutine worker pool written in Go. +- [pond(stars: 1136)](https://github.com/alitto/pond) - Minimalistic and High-performance goroutine worker pool written in Go. - [pool(stars: 722)](https://github.com/go-playground/pool) - Limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation. - [queue(stars: 15)](https://github.com/AnikHasibul/queue) - 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. - [routine(stars: 174)](https://github.com/timandy/routine) - `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. @@ -1294,7 +1294,7 @@ _Tools for managing and working with Goroutines._ - [semaphore(stars: 165)](https://github.com/marusama/semaphore) - Fast resizable semaphore implementation based on CAS (faster than channel-based semaphore implementations). - [stl(stars: 29)](https://github.com/ssgreg/stl) - Software transactional locks based on Software Transactional Memory (STM) concurrency control mechanism. - [threadpool(stars: 96)](https://github.com/shettyh/threadpool) - Golang threadpool implementation. -- [tunny(stars: 3762)](https://github.com/Jeffail/tunny) - Goroutine pool for golang. +- [tunny(stars: 3765)](https://github.com/Jeffail/tunny) - Goroutine pool for golang. - [worker-pool(stars: 90)](https://github.com/vardius/worker-pool) - goworker is a Go simple async worker pool. - [workerpool(stars: 1224)](https://github.com/gammazero/workerpool) - Goroutine pool that limits the concurrency of task execution, not the number of tasks queued. @@ -1306,23 +1306,23 @@ _Libraries for building GUI Applications._ _Toolkits_ -- [app(stars: 7593)](https://github.com/murlokswarm/app) - Package to create apps with GO, HTML and CSS. Supports: MacOS, Windows in progress. -- [energy(stars: 225)](https://github.com/energye/energy) - Cross-platform based on LCL(Native System UI Control Library) and CEF(Chromium Embedded Framework) (Windows/ macOS / Linux) -- [fyne(stars: 22641)](https://github.com/fyne-io/fyne) - Cross platform native GUIs designed for Go based on Material Design. Supports: Linux, macOS, Windows, BSD, iOS and Android. +- [app(stars: 7598)](https://github.com/murlokswarm/app) - Package to create apps with GO, HTML and CSS. Supports: MacOS, Windows in progress. +- [energy(stars: 226)](https://github.com/energye/energy) - Cross-platform based on LCL(Native System UI Control Library) and CEF(Chromium Embedded Framework) (Windows/ macOS / Linux) +- [fyne(stars: 22646)](https://github.com/fyne-io/fyne) - Cross platform native GUIs designed for Go based on Material Design. Supports: Linux, macOS, Windows, BSD, iOS and Android. - [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. - [go-astilectron(stars: 4905)](https://github.com/asticode/go-astilectron) - Build cross platform GUI apps with GO and HTML/JS/CSS (powered by Electron). - [go-gtk](https://mattn.github.io/go-gtk/) - Go bindings for GTK. -- [go-sciter(stars: 2558)](https://github.com/sciter-sdk/go-sciter) - Go bindings for Sciter: the Embeddable HTML/CSS/script engine for modern desktop UI development. Cross platform. +- [go-sciter(stars: 2559)](https://github.com/sciter-sdk/go-sciter) - Go bindings for Sciter: the Embeddable HTML/CSS/script engine for modern desktop UI development. Cross platform. - [Goey](https://bitbucket.org/rj/goey/src/master/) - Cross platform UI toolkit aggregator for Windows / Linux / Mac. GTK, Cocoa, Windows API - [goradd/html5tag(stars: 6)](https://github.com/goradd/html5tag) - Library for outputting HTML5 tags. - [gotk3(stars: 1997)](https://github.com/gotk3/gotk3) - Go bindings for GTK3. - [gowd(stars: 416)](https://github.com/dtylman/gowd) - Rapid and simple desktop UI development with GO, HTML, CSS and NW.js. Cross platform. -- [qt(stars: 10148)](https://github.com/therecipe/qt) - Qt binding for Go (support for Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi). -- [ui(stars: 8319)](https://github.com/andlabs/ui) - Platform-native GUI library for Go. Cross platform. +- [qt(stars: 10149)](https://github.com/therecipe/qt) - Qt binding for Go (support for Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi). +- [ui(stars: 8320)](https://github.com/andlabs/ui) - Platform-native GUI library for Go. Cross platform. - [unison(stars: 130)](https://github.com/richardwilkes/unison) - A unified graphical user experience toolkit for Go desktop applications. macOS, Windows, and Linux are supported. - [Wails](https://wails.io) - Mac, Windows, Linux desktop apps with HTML UI using built-in OS HTML renderer. - [walk(stars: 6675)](https://github.com/lxn/walk) - Windows application library kit for Go. -- [webview(stars: 11859)](https://github.com/zserge/webview) - Cross-platform webview window with simple two-way JavaScript bindings (Windows / macOS / Linux). +- [webview(stars: 11864)](https://github.com/zserge/webview) - Cross-platform webview window with simple two-way JavaScript bindings (Windows / macOS / Linux). _Interaction_ @@ -1330,10 +1330,10 @@ _Interaction_ - [gosx-notifier(stars: 584)](https://github.com/deckarep/gosx-notifier) - OSX Desktop Notifications library for Go. - [mac-activity-tracker(stars: 26)](https://github.com/prashantgupta24/activity-tracker) - OSX library to notify about any (pluggable) activity on your machine. - [mac-sleep-notifier(stars: 30)](https://github.com/prashantgupta24/mac-sleep-notifier) - OSX Sleep/Wake notifications in golang. -- [robotgo(stars: 9069)](https://github.com/go-vgo/robotgo) - Go Native cross-platform GUI system automation. Control the mouse, keyboard and other. +- [robotgo(stars: 9073)](https://github.com/go-vgo/robotgo) - Go Native cross-platform GUI system automation. Control the mouse, keyboard and other. - [systray(stars: 3050)](https://github.com/getlantern/systray) - Cross platform Go library to place an icon and menu in the notification area. - [trayhost(stars: 247)](https://github.com/shurcooL/trayhost) - Cross-platform Go library to place an icon in the host operating system's taskbar. -- [zenity(stars: 604)](https://github.com/ncruces/zenity) - Cross-platform Go library and CLI to create simple dialogs that interact graphically with the user. +- [zenity(stars: 605)](https://github.com/ncruces/zenity) - Cross-platform Go library and CLI to create simple dialogs that interact graphically with the user. **[⬆ back to top](#contents)** @@ -1341,14 +1341,14 @@ _Interaction_ _Libraries, tools, and tutorials for interacting with hardware._ -- [arduino-cli(stars: 4121)](https://github.com/arduino/arduino-cli) - Official Arduino CLI and library. Can run standalone, or be incorporated into larger Go projects. +- [arduino-cli(stars: 4122)](https://github.com/arduino/arduino-cli) - Official Arduino CLI and library. Can run standalone, or be incorporated into larger Go projects. - [emgo(stars: 1047)](https://github.com/ziutek/emgo) - Go-like language for programming embedded systems (e.g. STM32 MCU). -- [ghw(stars: 1553)](https://github.com/jaypipes/ghw) - Golang hardware discovery/inspection library. +- [ghw(stars: 1554)](https://github.com/jaypipes/ghw) - Golang hardware discovery/inspection library. - [go-osc(stars: 185)](https://github.com/hypebeast/go-osc) - Open Sound Control (OSC) bindings for Go. - [go-rpio(stars: 2108)](https://github.com/stianeikeland/go-rpio) - GPIO for Go, doesn't require cgo. - [goroslib(stars: 294)](https://github.com/aler9/goroslib) - Robot Operating System (ROS) library for Go. - [joystick(stars: 53)](https://github.com/0xcafed00d/joystick) - a polled API to read the state of an attached joystick. -- [sysinfo(stars: 482)](https://github.com/zcalusic/sysinfo) - A pure Go library providing Linux OS / kernel / hardware system information. +- [sysinfo(stars: 483)](https://github.com/zcalusic/sysinfo) - A pure Go library providing Linux OS / kernel / hardware system information. **[⬆ back to top](#contents)** @@ -1357,7 +1357,7 @@ _Libraries, tools, and tutorials for interacting with hardware._ _Libraries for manipulating images._ - [bild(stars: 3888)](https://github.com/anthonynsimon/bild) - Collection of image processing algorithms in pure Go. -- [bimg(stars: 2487)](https://github.com/h2non/bimg) - Small package for fast and efficient image processing using libvips. +- [bimg(stars: 2489)](https://github.com/h2non/bimg) - Small package for fast and efficient image processing using libvips. - [cameron(stars: 110)](https://github.com/aofei/cameron) - An avatar generator for Go. - [canvas(stars: 1393)](https://github.com/tdewolff/canvas) - Vector graphics to PDF, SVG or rasterized image. - [color-extractor(stars: 77)](https://github.com/marekm4/color-extractor) - Dominant color extractor with no external dependencies. @@ -1368,34 +1368,34 @@ _Libraries for manipulating images._ - [gift(stars: 1710)](https://github.com/disintegration/gift) - Package of image processing filters. - [gltf(stars: 226)](https://github.com/qmuntal/gltf) - Efficient and robust glTF 2.0 reader, writer and validator. - [go-cairo(stars: 137)](https://github.com/ungerik/go-cairo) - Go binding for the cairo graphics library. -- [go-gd(stars: 59)](https://github.com/bolknote/go-gd) - Go binding for GD library. +- [go-gd(stars: 58)](https://github.com/bolknote/go-gd) - Go binding for GD library. - [go-nude(stars: 396)](https://github.com/koyachi/go-nude) - Nudity detection with Go. - [go-webcolors(stars: 27)](https://github.com/jyotiska/go-webcolors) - Port of webcolors library from Python to Go. -- [go-webp(stars: 188)](https://github.com/kolesa-team/go-webp) - Library for encode and decode webp pictures, using libwebp. -- [gocv(stars: 6048)](https://github.com/hybridgroup/gocv) - Go package for computer vision using OpenCV 3.3+. -- [goimagehash(stars: 681)](https://github.com/corona10/goimagehash) - Go Perceptual image hashing package. +- [go-webp(stars: 189)](https://github.com/kolesa-team/go-webp) - Library for encode and decode webp pictures, using libwebp. +- [gocv(stars: 6046)](https://github.com/hybridgroup/gocv) - Go package for computer vision using OpenCV 3.3+. +- [goimagehash(stars: 682)](https://github.com/corona10/goimagehash) - Go Perceptual image hashing package. - [goimghdr(stars: 40)](https://github.com/corona10/goimghdr) - The imghdr module determines the type of image contained in a file for Go. - [govatar(stars: 577)](https://github.com/o1egl/govatar) - Library and CMD tool for generating funny avatars. - [govips(stars: 1086)](https://github.com/davidbyttow/govips) - A lightning fast image processing and resizing library for Go. -- [gowitness(stars: 2592)](https://github.com/sensepost/gowitness) - Screenshoting webpages using go and headless chrome on command line. +- [gowitness(stars: 2593)](https://github.com/sensepost/gowitness) - Screenshoting webpages using go and headless chrome on command line. - [gridder(stars: 72)](https://github.com/shomali11/gridder) - A Grid based 2D Graphics library. - [image2ascii(stars: 820)](https://github.com/qeesung/image2ascii) - Convert image to ASCII. - [imagick(stars: 1669)](https://github.com/gographics/imagick) - Go binding to ImageMagick's MagickWand C API. -- [imaginary(stars: 5265)](https://github.com/h2non/imaginary) - Fast and simple HTTP microservice for image resizing. -- [imaging(stars: 4991)](https://github.com/disintegration/imaging) - Simple Go image processing package. -- [img(stars: 151)](https://github.com/hawx/img) - Selection of image manipulation tools. -- [ln(stars: 3221)](https://github.com/fogleman/ln) - 3D line art rendering in Go. +- [imaginary(stars: 5267)](https://github.com/h2non/imaginary) - Fast and simple HTTP microservice for image resizing. +- [imaging(stars: 4990)](https://github.com/disintegration/imaging) - Simple Go image processing package. +- [img(stars: 150)](https://github.com/hawx/img) - Selection of image manipulation tools. +- [ln(stars: 3223)](https://github.com/fogleman/ln) - 3D line art rendering in Go. - [mergi(stars: 216)](https://github.com/noelyahan/mergi) - Tool & Go library for image manipulation (Merge, Crop, Resize, Watermark, Animate). -- [mort(stars: 497)](https://github.com/aldor007/mort) - Storage and image processing server written in Go. +- [mort(stars: 498)](https://github.com/aldor007/mort) - Storage and image processing server written in Go. - [mpo(stars: 14)](https://github.com/donatj/mpo) - Decoder and conversion tool for MPO 3D Photos. - [picfit(stars: 1972)](https://github.com/thoas/picfit) - An image resizing server written in Go. - [pt(stars: 2062)](https://github.com/fogleman/pt) - Path tracing engine written in Go. - [rez(stars: 209)](https://github.com/bamiaux/rez) - Image resizing in pure Go and SIMD. - [scout(stars: 12)](https://github.com/jonoton/scout) - Scout is a standalone open source software solution for DIY video security. - [smartcrop(stars: 1780)](https://github.com/muesli/smartcrop) - Finds good crops for arbitrary images and crop sizes. -- [steganography(stars: 286)](https://github.com/auyer/steganography) - Pure Go Library for LSB steganography. +- [steganography(stars: 285)](https://github.com/auyer/steganography) - Pure Go Library for LSB steganography. - [stegify(stars: 1156)](https://github.com/DimitarPetrov/stegify) - Go tool for LSB steganography, capable of hiding any file within an image. -- [svgo(stars: 2077)](https://github.com/ajstarks/svgo) - Go Language Library for SVG generation. +- [svgo(stars: 2078)](https://github.com/ajstarks/svgo) - Go Language Library for SVG generation. - [tga(stars: 34)](https://github.com/ftrvxmtrx/tga) - Package tga is a TARGA image format decoder/encoder. - [transformimgs(stars: 172)](https://github.com/Pixboost/transformimgs) - Transformimgs resizes and optimises images for Web using next-generation formats. - [webp-server(stars: 69)](https://github.com/mehdipourfar/webp-server) - Simple and minimal image server capable of storing, resizing, converting and caching images. @@ -1408,9 +1408,9 @@ _Libraries for programming devices of the IoT._ - [connectordb(stars: 388)](https://github.com/connectordb/connectordb) - Open-Source Platform for Quantified Self & IoT. - [devices(stars: 263)](https://github.com/goiot/devices) - Suite of libraries for IoT devices, experimental for x/exp/io. -- [ekuiper(stars: 1298)](https://github.com/lf-edge/ekuiper) - Lightweight data stream processing engine for IoT edge. +- [ekuiper(stars: 1299)](https://github.com/lf-edge/ekuiper) - Lightweight data stream processing engine for IoT edge. - [eywa(stars: 61)](https://github.com/xcodersun/eywa) - Project Eywa is essentially a connection manager that keeps track of connected devices. -- [flogo(stars: 2356)](https://github.com/tibcosoftware/flogo) - Project Flogo is an Open Source Framework for IoT Edge Apps & Integration. +- [flogo(stars: 2355)](https://github.com/tibcosoftware/flogo) - Project Flogo is an Open Source Framework for IoT Edge Apps & Integration. - [gatt(stars: 1100)](https://github.com/paypal/gatt) - Gatt is a Go package for building Bluetooth Low Energy peripherals. - [gobot](https://github.com/hybridgroup/gobot/) - Gobot is a framework for robotics, physical computing, and the Internet of Things. - [huego(stars: 245)](https://github.com/amimof/huego) - An extensive Philips Hue client library for Go. @@ -1429,14 +1429,14 @@ _Libraries for scheduling jobs._ - [cheek(stars: 116)](https://github.com/datarootsio/cheek) - A simple crontab like scheduler that aims to offer a KISS approach to job scheduling. - [clockwerk(stars: 141)](https://github.com/onatm/clockwerk) - Go package to schedule periodic jobs using a simple, fluent syntax. - [cronticker(stars: 11)](https://github.com/krayzpipes/cronticker) - A ticker implementation to support cron schedules. -- [Dagu(stars: 1055)](https://github.com/dagu-go/dagu) - No-code workflow executor. it executes DAGs defined in a simple YAML format. +- [Dagu(stars: 1056)](https://github.com/dagu-go/dagu) - No-code workflow executor. it executes DAGs defined in a simple YAML format. - [go-cron(stars: 224)](https://github.com/rk/go-cron) - 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. - [go-dag(stars: 1)](https://github.com/rhosocial/go-dag) - A framework developed in Go that manages the execution of workflows described by directed acyclic graphs. - [go-quartz(stars: 1602)](https://github.com/reugn/go-quartz) - Simple, zero-dependency scheduling library for Go. -- [gocron(stars: 4638)](https://github.com/go-co-op/gocron) - Easy and fluent Go job scheduling. This is an actively maintained fork of [jasonlvhit/gocron](https://github.com/jasonlvhit/gocron). +- [gocron(stars: 4642)](https://github.com/go-co-op/gocron) - Easy and fluent Go job scheduling. This is an actively maintained fork of [jasonlvhit/gocron](https://github.com/jasonlvhit/gocron). - [goflow(stars: 247)](https://github.com/fieldryand/goflow) - A simple but powerful DAG scheduler and dashboard. -- [gron(stars: 1007)](https://github.com/roylee0704/gron) - Define time-based tasks using a simple Go API and Gron’s scheduler will run them accordingly. -- [gronx(stars: 336)](https://github.com/adhocore/gronx) - Cron expression parser, task runner and daemon consuming crontab like task list. +- [gron(stars: 1006)](https://github.com/roylee0704/gron) - Define time-based tasks using a simple Go API and Gron’s scheduler will run them accordingly. +- [gronx(stars: 337)](https://github.com/adhocore/gronx) - Cron expression parser, task runner and daemon consuming crontab like task list. - [JobRunner(stars: 1000)](https://github.com/bamzi/jobrunner) - Smart and featureful cron job scheduler with job queuing and live monitoring built in. - [jobs(stars: 494)](https://github.com/albrow/jobs) - Persistent and flexible background jobs library. - [leprechaun(stars: 101)](https://github.com/kilgaloon/leprechaun) - Job scheduler that supports webhooks, crons and classic scheduling. @@ -1450,14 +1450,14 @@ _Libraries for scheduling jobs._ _Libraries for working with JSON._ -- [ajson(stars: 206)](https://github.com/spyzhov/ajson) - Abstract JSON for golang with JSONPath support. -- [ask(stars: 33)](https://github.com/simonnilsson/ask) - 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. +- [ajson(stars: 207)](https://github.com/spyzhov/ajson) - Abstract JSON for golang with JSONPath support. +- [ask(stars: 34)](https://github.com/simonnilsson/ask) - 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. - [dynjson(stars: 16)](https://github.com/cocoonspace/dynjson) - Client-customizable JSON formats for dynamic APIs. - [ej(stars: 10)](https://github.com/lucassscaravelli/ej) - Write and read JSON from different sources succinctly. - [epoch(stars: 13)](https://github.com/vtopc/epoch) - Contains primitives for marshaling/unmarshalling Unix timestamp/epoch to/from build-in time.Time type in JSON. - [fastjson(stars: 2109)](https://github.com/valyala/fastjson) - Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection. - [gjo(stars: 123)](https://github.com/skanehira/gjo) - Small utility to create JSON objects. -- [GJSON(stars: 13353)](https://github.com/tidwall/gjson) - Get a JSON value with one line of code. +- [GJSON(stars: 13359)](https://github.com/tidwall/gjson) - Get a JSON value with one line of code. - [go-jsonerror(stars: 15)](https://github.com/ddymko/go-jsonerror) - Go-JsonError is meant to allow us to easily create json response errors that follow the JsonApi spec. - [go-respond(stars: 53)](https://github.com/nicklaw5/go-respond) - Go package for handling common HTTP JSON responses. - [gojmapr(stars: 22)](https://github.com/limiu82214/gojmapr) - Get simple struct from complex json by json path. @@ -1524,7 +1524,7 @@ _Libraries for generating and working with log files._ - [logger(stars: 158)](https://github.com/azer/logger) - Minimalistic logging library for Go. - [logmatic(stars: 16)](https://github.com/borderstech/logmatic) - Colorized logger for Golang with dynamic log level configuration. - [logo(stars: 11)](https://github.com/mbndr/logo) - Golang logger to different configurable writers. -- [logrus(stars: 23830)](https://github.com/Sirupsen/logrus) - Structured logger for Go. +- [logrus(stars: 23831)](https://github.com/Sirupsen/logrus) - Structured logger for Go. - [logrusiowriter(stars: 16)](https://github.com/cabify/logrusiowriter) - `io.Writer` implementation using [logrus](https://github.com/sirupsen/logrus) logger. - [logrusly(stars: 28)](https://github.com/sebest/logrusly) - [logrus](https://github.com/sirupsen/logrus) plug-in to send errors to a [Loggly](https://www.loggly.com/). - [logur(stars: 197)](https://github.com/logur/logur) - 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). @@ -1536,14 +1536,14 @@ _Libraries for generating and working with log files._ - [onelog(stars: 415)](https://github.com/francoispqt/onelog) - 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. - [ozzo-log(stars: 122)](https://github.com/go-ozzo/ozzo-log) - High performance logging supporting log severity, categorization, and filtering. Can send filtered log messages to various targets (e.g. console, network, mail). - [phuslu/log(stars: 540)](https://github.com/phuslu/log) - High performance structured logging. -- [pp(stars: 1732)](https://github.com/k0kubun/pp) - Colored pretty printer for Go language. +- [pp(stars: 1733)](https://github.com/k0kubun/pp) - Colored pretty printer for Go language. - [rollingwriter(stars: 291)](https://github.com/arthurkiller/rollingWriter) - RollingWriter is an auto-rotate `io.Writer` implementation with multi policies to provide log file rotation. - [seelog(stars: 1639)](https://github.com/cihub/seelog) - Logging functionality with flexible dispatching, filtering, and formatting. - [slf4g(stars: 3)](https://github.com/echocat/slf4g) - Simple Logging Facade for Golang: Simple structured logging; but powerful, extendable and customizable, with huge amount of learnings from decades of past logging frameworks. -- [slog(stars: 326)](https://github.com/gookit/slog) - Lightweight, configurable, extensible logger for Go. +- [slog(stars: 328)](https://github.com/gookit/slog) - Lightweight, configurable, extensible logger for Go. - [slog-formatter(stars: 71)](https://github.com/samber/slog-formatter) - Common formatters for slog and helpers to build your own. - [slog-multi(stars: 215)](https://github.com/samber/slog-multi) - Chain of slog.Handler (pipeline, fanout...). -- [spew(stars: 5845)](https://github.com/davecgh/go-spew) - Implements a deep pretty printer for Go data structures to aid in debugging. +- [spew(stars: 5843)](https://github.com/davecgh/go-spew) - Implements a deep pretty printer for Go data structures to aid in debugging. - [sqldb-logger(stars: 333)](https://github.com/simukti/sqldb-logger) - A logger for Go SQL database driver without modify existing \*sql.DB stdlib usage. - [stdlog(stars: 47)](https://github.com/alexcesaro/log) - Stdlog is an object-oriented library providing leveled logging. It is very useful for cron jobs. - [structy/log(stars: 5)](https://github.com/structy/log) - A simple to use log system, minimalist but with features for debugging and differentiation of messages. @@ -1553,9 +1553,9 @@ _Libraries for generating and working with log files._ - [xlog(stars: 138)](https://github.com/rs/xlog) - Structured logger for `net/context` aware HTTP handlers with flexible dispatching. - [xylog(stars: 15)](https://github.com/xybor-x/xylog) - Leveled and structured logging, dynamic fields, high performance, zone management, simple configuration, and readable syntax. - [yell(stars: 1)](https://github.com/jfcg/yell) - Yet another minimalistic logging library. -- [zap(stars: 20559)](https://github.com/uber-go/zap) - Fast, structured, leveled logging in Go. +- [zap(stars: 20560)](https://github.com/uber-go/zap) - Fast, structured, leveled logging in Go. - [zax(stars: 16)](https://github.com/yuseferi/zax) - Integrate Context with Zap logger, which leads to more flexibility in Go logging. -- [zerolog(stars: 9470)](https://github.com/rs/zerolog) - Zero-allocation JSON logger. +- [zerolog(stars: 9475)](https://github.com/rs/zerolog) - Zero-allocation JSON logger. - [zkits-logger(stars: 25)](https://github.com/edoger/zkits-logger) - A powerful zero-dependency JSON logger. - [zl(stars: 5)](https://github.com/nkmr-jp/zl) - High Developer Experience, zap based logger. It offers rich functionality but is easy to configure. @@ -1582,13 +1582,13 @@ _Libraries for Machine Learning._ - [goga(stars: 206)](https://github.com/tomcraven/goga) - Genetic algorithm library for Go. - [GoLearn(stars: 9111)](https://github.com/sjwhitworth/golearn) - General Machine Learning library for Go. - [golinear(stars: 44)](https://github.com/danieldk/golinear) - liblinear bindings for Go. -- [GoMind(stars: 72)](https://github.com/surenderthakran/gomind) - A simplistic Neural Network Library in Go. -- [goml(stars: 1531)](https://github.com/cdipaolo/goml) - On-line Machine Learning in Go. +- [GoMind(stars: 73)](https://github.com/surenderthakran/gomind) - A simplistic Neural Network Library in Go. +- [goml(stars: 1530)](https://github.com/cdipaolo/goml) - On-line Machine Learning in Go. - [gonet(stars: 78)](https://github.com/dathoangnd/gonet) - Neural Network for Go. - [Goptuna(stars: 249)](https://github.com/c-bata/goptuna) - Bayesian optimization framework for black-box functions written in Go. Everything will be optimized. - [goRecommend(stars: 200)](https://github.com/timkaye11/goRecommend) - Recommendation Algorithms library written in Go. -- [gorgonia(stars: 5267)](https://github.com/gorgonia/gorgonia) - graph-based computational library like Theano for Go that provides primitives for building various machine learning and neural network algorithms. -- [gorse(stars: 7903)](https://github.com/zhenghaoz/gorse) - An offline recommender system backend based on collaborative filtering written in Go. +- [gorgonia(stars: 5266)](https://github.com/gorgonia/gorgonia) - graph-based computational library like Theano for Go that provides primitives for building various machine learning and neural network algorithms. +- [gorse(stars: 7901)](https://github.com/zhenghaoz/gorse) - An offline recommender system backend based on collaborative filtering written in Go. - [goscore(stars: 93)](https://github.com/asafschers/goscore) - Go Scoring API for PMML. - [gosseract(stars: 2401)](https://github.com/otiai10/gosseract) - Go package for OCR (Optical Character Recognition), by using Tesseract C++ library. - [libsvm(stars: 73)](https://github.com/datastream/libsvm) - libsvm golang version derived work based on LIBSVM 3.14. @@ -1600,8 +1600,8 @@ _Libraries for Machine Learning._ - [probab(stars: 19)](https://github.com/ThePaw/probab) - Probability distribution functions. Bayesian inference. Written in pure Go. - [randomforest(stars: 39)](https://github.com/malaschitz/randomForest) - Easy to use Random Forest library for Go. - [regommend(stars: 306)](https://github.com/muesli/regommend) - Recommendation & collaborative filtering engine. -- [shield(stars: 155)](https://github.com/eaigner/shield) - Bayesian text classifier with flexible tokenizers and storage backends for Go. -- [tfgo(stars: 2346)](https://github.com/galeone/tfgo) - 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. +- [shield(stars: 156)](https://github.com/eaigner/shield) - Bayesian text classifier with flexible tokenizers and storage backends for Go. +- [tfgo(stars: 2344)](https://github.com/galeone/tfgo) - 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. - [Varis(stars: 53)](https://github.com/Xamber/Varis) - Golang Neural Network. **[⬆ back to top](#contents)** @@ -1611,76 +1611,76 @@ _Libraries for Machine Learning._ _Libraries that implement messaging systems._ - [ami(stars: 28)](https://github.com/kak-tus/ami) - Go client to reliable queues based on Redis Cluster Streams. -- [amqp(stars: 1215)](https://github.com/rabbitmq/amqp091-go) - Go RabbitMQ Client Library. -- [APNs2(stars: 2906)](https://github.com/sideshow/apns2) - HTTP/2 Apple Push Notification provider for Go — Send push notifications to iOS, tvOS, Safari and OSX apps. -- [Asynq(stars: 8211)](https://github.com/hibiken/asynq) - A simple, reliable, and efficient distributed task queue for Go built on top of Redis. +- [amqp(stars: 1217)](https://github.com/rabbitmq/amqp091-go) - Go RabbitMQ Client Library. +- [APNs2(stars: 2908)](https://github.com/sideshow/apns2) - HTTP/2 Apple Push Notification provider for Go — Send push notifications to iOS, tvOS, Safari and OSX apps. +- [Asynq(stars: 8214)](https://github.com/hibiken/asynq) - A simple, reliable, and efficient distributed task queue for Go built on top of Redis. - [Beaver(stars: 1500)](https://github.com/Clivern/Beaver) - A real time messaging server to build a scalable in-app notifications, multiplayer games, chat apps in web and mobile apps. -- [Benthos](https://github.com/Jeffail/benthos) - A message streaming bridge between a range of protocols. +- [Benthos(stars: 7202)](https://github.com/Jeffail/benthos) - A message streaming bridge between a range of protocols. - [Bus(stars: 323)](https://github.com/mustafaturan/bus) - Minimalist message bus implementation for internal communication. -- [Centrifugo(stars: 7702)](https://github.com/centrifugal/centrifugo) - Real-time messaging (Websockets or SockJS) server in Go. -- [Chanify(stars: 1197)](https://github.com/chanify/chanify) - A push notification server send message to your iOS devices. +- [Centrifugo(stars: 7704)](https://github.com/centrifugal/centrifugo) - Real-time messaging (Websockets or SockJS) server in Go. +- [Chanify(stars: 1198)](https://github.com/chanify/chanify) - A push notification server send message to your iOS devices. - [Commander(stars: 65)](https://github.com/jeroenrinzema/commander) - A high-level event driven consumer/producer supporting various "dialects" such as Apache Kafka. -- [Confluent Kafka Golang Client(stars: 4331)](https://github.com/confluentinc/confluent-kafka-go) - confluent-kafka-go is Confluent's Golang client for Apache Kafka and the Confluent Platform. +- [Confluent Kafka Golang Client(stars: 4334)](https://github.com/confluentinc/confluent-kafka-go) - confluent-kafka-go is Confluent's Golang client for Apache Kafka and the Confluent Platform. - [dbus(stars: 926)](https://github.com/godbus/dbus) - Native Go bindings for D-Bus. - [drone-line(stars: 79)](https://github.com/appleboy/drone-line) - Sending [Line](https://at.line.me/en) notifications using a binary, docker or Drone CI. - [emitter(stars: 491)](https://github.com/olebedev/emitter) - Emits events using Go way, with wildcard, predicates, cancellation possibilities and many other good wins. -- [event(stars: 54)](https://github.com/agoalofalife/event) - Implementation of the pattern observer. +- [event(stars: 55)](https://github.com/agoalofalife/event) - Implementation of the pattern observer. - [EventBus(stars: 1602)](https://github.com/asaskevich/EventBus) - The lightweight event bus with async compatibility. - [gaurun-client(stars: 11)](https://github.com/osamingo/gaurun-client) - Gaurun Client written in Go. - [Glue(stars: 410)](https://github.com/desertbit/glue) - Robust Go and Javascript Socket Library (Alternative to Socket.io). - [go-eventbus(stars: 1)](https://github.com/stanipetrosyan/go-eventbus) - Simple Event Bus package for Go. - [go-mq(stars: 89)](https://github.com/cheshir/go-mq) - RabbitMQ client with declarative configuration. - [go-notify(stars: 67)](https://github.com/TheCreeper/go-notify) - Native implementation of the freedesktop notification spec. -- [go-nsq(stars: 2515)](https://github.com/nsqio/go-nsq) - the official Go package for NSQ. +- [go-nsq(stars: 2514)](https://github.com/nsqio/go-nsq) - the official Go package for NSQ. - [go-res(stars: 62)](https://github.com/jirenius/go-res) - Package for building REST/real-time services where clients are synchronized seamlessly, using NATS and Resgate. - [go-socket.io](https://github.com/googollee/go-socket.io) - socket.io library for golang, a realtime application framework. - [go-vitotrol(stars: 23)](https://github.com/maxatome/go-vitotrol) - Client library to Viessmann Vitotrol web service. - [Gollum(stars: 935)](https://github.com/trivago/gollum) - A n:m multiplexer that gathers messages from different sources and broadcasts them to a set of destinations. - [golongpoll(stars: 646)](https://github.com/jcuga/golongpoll) - HTTP longpoll server library that makes web pub-sub simple. - [gopush-cluster(stars: 2077)](https://github.com/Terry-Mao/gopush-cluster) - gopush-cluster is a go push server cluster. -- [gorush](https://github.com/appleboy/gorush) - Push notification server using [APNs2](https://github.com/sideshow/apns2) and google [GCM](https://github.com/google/go-gcm). -- [gosd](https://github.com/alexsniffin/gosd) - A library for scheduling when to dispatch a message to a channel. -- [guble](https://github.com/smancke/guble) - 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. -- [hare](https://github.com/leozz37/hare) - A user friendly library for sending messages and listening to TCP sockets. -- [hub](https://github.com/leandro-lugaresi/hub) - A Message/Event Hub for Go applications, using publish/subscribe pattern with support for alias like rabbitMQ exchanges. -- [jazz](https://github.com/socifi/jazz) - A simple RabbitMQ abstraction layer for queue administration and publishing and consuming of messages. -- [machinery](https://github.com/RichardKnop/machinery) - Asynchronous task queue/job queue based on distributed message passing. -- [mangos](https://github.com/nanomsg/mangos) - Pure go implementation of the Nanomsg ("Scalability Protocols") with transport interoperability. -- [melody](https://github.com/olahol/melody) - Minimalist framework for dealing with websocket sessions, includes broadcasting and automatic ping/pong handling. -- [Mercure](https://github.com/dunglas/mercure) - Server and library to dispatch server-sent updates using the Mercure protocol (built on top of Server-Sent Events). -- [messagebus](https://github.com/vardius/message-bus) - messagebus is a Go simple async message bus, perfect for using as event bus when doing event sourcing, CQRS, DDD. -- [NATS Go Client](https://github.com/nats-io/nats) - Lightweight and high performance publish-subscribe and distributed queueing messaging system - this is the Go library. -- [nsq-event-bus](https://github.com/rafaeljesus/nsq-event-bus) - A tiny wrapper around NSQ topic and channel. -- [oplog](https://github.com/dailymotion/oplog) - Generic oplog/replication system for REST APIs. -- [pubsub](https://github.com/tuxychandru/pubsub) - Simple pubsub package for go. -- [Quamina](https://github.com/timbray/quamina) - Fast pattern-matching for filtering messages and events. -- [rabbus](https://github.com/rafaeljesus/rabbus) - A tiny wrapper over amqp exchanges and queues. -- [rabtap](https://github.com/jandelgado/rabtap) - RabbitMQ swiss army knife cli app. -- [RapidMQ](https://github.com/sybrexsys/RapidMQ) - RapidMQ is a lightweight and reliable library for managing of the local messages queue. -- [Ratus](https://github.com/hyperonym/ratus) - Ratus is a RESTful asynchronous task queue server. -- [redisqueue](https://github.com/robinjoseph08/redisqueue) - redisqueue provides a producer and consumer of a queue that uses Redis streams. -- [rmqconn](https://github.com/sbabiv/rmqconn) - 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. -- [sarama](https://github.com/Shopify/sarama) - Go library for Apache Kafka. -- [Uniqush-Push](https://github.com/uniqush/uniqush-push) - Redis backed unified push service for server-side notifications to mobile devices. -- [Watermill](https://github.com/ThreeDotsLabs/watermill) - 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. -- [zmq4](https://github.com/pebbe/zmq4) - Go interface to ZeroMQ version 4. Also available for [version 3](https://github.com/pebbe/zmq3) and [version 2](https://github.com/pebbe/zmq2). +- [gorush(stars: 7490)](https://github.com/appleboy/gorush) - Push notification server using [APNs2](https://github.com/sideshow/apns2) and google [GCM](https://github.com/google/go-gcm). +- [gosd(stars: 23)](https://github.com/alexsniffin/gosd) - A library for scheduling when to dispatch a message to a channel. +- [guble(stars: 156)](https://github.com/smancke/guble) - 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. +- [hare(stars: 51)](https://github.com/leozz37/hare) - A user friendly library for sending messages and listening to TCP sockets. +- [hub(stars: 139)](https://github.com/leandro-lugaresi/hub) - A Message/Event Hub for Go applications, using publish/subscribe pattern with support for alias like rabbitMQ exchanges. +- [jazz(stars: 18)](https://github.com/socifi/jazz) - A simple RabbitMQ abstraction layer for queue administration and publishing and consuming of messages. +- [machinery(stars: 7208)](https://github.com/RichardKnop/machinery) - Asynchronous task queue/job queue based on distributed message passing. +- [mangos(stars: 630)](https://github.com/nanomsg/mangos) - Pure go implementation of the Nanomsg ("Scalability Protocols") with transport interoperability. +- [melody(stars: 3448)](https://github.com/olahol/melody) - Minimalist framework for dealing with websocket sessions, includes broadcasting and automatic ping/pong handling. +- [Mercure(stars: 3676)](https://github.com/dunglas/mercure) - Server and library to dispatch server-sent updates using the Mercure protocol (built on top of Server-Sent Events). +- [messagebus(stars: 262)](https://github.com/vardius/message-bus) - messagebus is a Go simple async message bus, perfect for using as event bus when doing event sourcing, CQRS, DDD. +- [NATS Go Client(stars: 5019)](https://github.com/nats-io/nats) - Lightweight and high performance publish-subscribe and distributed queueing messaging system - this is the Go library. +- [nsq-event-bus(stars: 77)](https://github.com/rafaeljesus/nsq-event-bus) - A tiny wrapper around NSQ topic and channel. +- [oplog(stars: 113)](https://github.com/dailymotion/oplog) - Generic oplog/replication system for REST APIs. +- [pubsub(stars: 403)](https://github.com/tuxychandru/pubsub) - Simple pubsub package for go. +- [Quamina(stars: 355)](https://github.com/timbray/quamina) - Fast pattern-matching for filtering messages and events. +- [rabbus(stars: 97)](https://github.com/rafaeljesus/rabbus) - A tiny wrapper over amqp exchanges and queues. +- [rabtap(stars: 251)](https://github.com/jandelgado/rabtap) - RabbitMQ swiss army knife cli app. +- [RapidMQ(stars: 67)](https://github.com/sybrexsys/RapidMQ) - RapidMQ is a lightweight and reliable library for managing of the local messages queue. +- [Ratus(stars: 97)](https://github.com/hyperonym/ratus) - Ratus is a RESTful asynchronous task queue server. +- [redisqueue(stars: 119)](https://github.com/robinjoseph08/redisqueue) - redisqueue provides a producer and consumer of a queue that uses Redis streams. +- [rmqconn(stars: 22)](https://github.com/sbabiv/rmqconn) - 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. +- [sarama(stars: 10797)](https://github.com/Shopify/sarama) - Go library for Apache Kafka. +- [Uniqush-Push(stars: 1522)](https://github.com/uniqush/uniqush-push) - Redis backed unified push service for server-side notifications to mobile devices. +- [Watermill(stars: 6569)](https://github.com/ThreeDotsLabs/watermill) - 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. +- [zmq4(stars: 1120)](https://github.com/pebbe/zmq4) - Go interface to ZeroMQ version 4. Also available for [version 3](https://github.com/pebbe/zmq3) and [version 2](https://github.com/pebbe/zmq2). **[⬆ back to top](#contents)** ## Microsoft Office -- [unioffice](https://github.com/unidoc/unioffice) - Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents. +- [unioffice(stars: 4100)](https://github.com/unidoc/unioffice) - Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents. ### Microsoft Excel _Libraries for working with Microsoft Excel._ -- [excelize](https://github.com/xuri/excelize) - Golang library for reading and writing Microsoft Excel™ (XLSX) files. -- [exl](https://github.com/go-the-way/exl) - Excel binding to struct written in Go.(Only supports Go1.18+) -- [go-excel](https://github.com/szyhf/go-excel) - A simple and light reader to read a relate-db-like excel as a table. -- [goxlsxwriter](https://github.com/fterrag/goxlsxwriter) - Golang bindings for libxlsxwriter for writing XLSX (Microsoft Excel) files. -- [xlsx](https://github.com/tealeg/xlsx) - Library to simplify reading the XML format used by recent version of Microsoft Excel in Go programs. -- [xlsx](https://github.com/plandem/xlsx) - Fast and safe way to read/update your existing Microsoft Excel files in Go programs. +- [excelize(stars: 16788)](https://github.com/xuri/excelize) - Golang library for reading and writing Microsoft Excel™ (XLSX) files. +- [exl(stars: 24)](https://github.com/go-the-way/exl) - Excel binding to struct written in Go.(Only supports Go1.18+) +- [go-excel(stars: 182)](https://github.com/szyhf/go-excel) - A simple and light reader to read a relate-db-like excel as a table. +- [goxlsxwriter(stars: 21)](https://github.com/fterrag/goxlsxwriter) - Golang bindings for libxlsxwriter for writing XLSX (Microsoft Excel) files. +- [xlsx(stars: 5702)](https://github.com/tealeg/xlsx) - Library to simplify reading the XML format used by recent version of Microsoft Excel in Go programs. +- [xlsx(stars: 171)](https://github.com/plandem/xlsx) - Fast and safe way to read/update your existing Microsoft Excel files in Go programs. **[⬆ back to top](#contents)** @@ -1690,25 +1690,25 @@ _Libraries for working with Microsoft Excel._ _Libraries for working with dependency injection._ -- [alice](https://github.com/magic003/alice) - Additive dependency injection container for Golang. +- [alice(stars: 51)](https://github.com/magic003/alice) - Additive dependency injection container for Golang. - [boot-go](http://github.com/boot-go/boot) - Component-based development with dependency injection using reflections for Go developers. -- [di](https://github.com/goava/di) - A dependency injection container for go programming language. -- [dig](https://github.com/uber-go/dig) - A reflection based dependency injection toolkit for Go. -- [dingo](https://github.com/i-love-flamingo/dingo) - A dependency injection toolkit for Go, based on Guice. -- [do](https://github.com/samber/do) - A dependency injection framework based on Generics. -- [fx](https://github.com/uber-go/fx) - A dependency injection based application framework for Go (built on top of dig). -- [gocontainer](https://github.com/vardius/gocontainer) - Simple Dependency Injection Container. -- [goioc/di](https://github.com/goioc/di) - Spring-inspired Dependency Injection Container. -- [GoLobby/Container](https://github.com/golobby/container) - GoLobby Container is a lightweight yet powerful IoC dependency injection container for the Go programming language. -- [gontainer](https://github.com/NVIDIA/gontainer) - A dependency injection service container for Go projects. -- [gontainer/gontainer](https://github.com/gontainer/gontainer) - A YAML-based Dependency Injection container for GO. It supports dependencies' scopes, and auto-detection of circular dependencies. Gontainer is concurrent-safe. -- [google/wire](https://github.com/google/wire) - Automated Initialization in Go. -- [HnH/di](https://github.com/HnH/di) - DI container library that is focused on clean API and flexibility. -- [kinit](https://github.com/go-kata/kinit) - Customizable dependency injection container with the global mode, cascade initialization and panic-safe finalization. -- [kod](https://github.com/go-kod/kod) - A generics based dependency injection framework for Go. -- [linker](https://github.com/logrange/linker) - A reflection based dependency injection and inversion of control library with components lifecycle support. -- [nject](https://github.com/muir/nject) - A type safe, reflective framework for libraries, tests, http endpoints, and service startup. -- [wire](https://github.com/Fs02/wire) - Strict Runtime Dependency Injection for Golang. +- [di(stars: 218)](https://github.com/goava/di) - A dependency injection container for go programming language. +- [dig(stars: 3599)](https://github.com/uber-go/dig) - A reflection based dependency injection toolkit for Go. +- [dingo(stars: 172)](https://github.com/i-love-flamingo/dingo) - A dependency injection toolkit for Go, based on Guice. +- [do(stars: 1497)](https://github.com/samber/do) - A dependency injection framework based on Generics. +- [fx(stars: 4995)](https://github.com/uber-go/fx) - A dependency injection based application framework for Go (built on top of dig). +- [gocontainer(stars: 19)](https://github.com/vardius/gocontainer) - Simple Dependency Injection Container. +- [goioc/di(stars: 320)](https://github.com/goioc/di) - Spring-inspired Dependency Injection Container. +- [GoLobby/Container(stars: 521)](https://github.com/golobby/container) - GoLobby Container is a lightweight yet powerful IoC dependency injection container for the Go programming language. +- [gontainer(stars: 21)](https://github.com/NVIDIA/gontainer) - A dependency injection service container for Go projects. +- [gontainer/gontainer(stars: 12)](https://github.com/gontainer/gontainer) - A YAML-based Dependency Injection container for GO. It supports dependencies' scopes, and auto-detection of circular dependencies. Gontainer is concurrent-safe. +- [google/wire(stars: 11956)](https://github.com/google/wire) - Automated Initialization in Go. +- [HnH/di(stars: 7)](https://github.com/HnH/di) - DI container library that is focused on clean API and flexibility. +- [kinit(stars: 9)](https://github.com/go-kata/kinit) - Customizable dependency injection container with the global mode, cascade initialization and panic-safe finalization. +- [kod(stars: 39)](https://github.com/go-kod/kod) - A generics based dependency injection framework for Go. +- [linker(stars: 35)](https://github.com/logrange/linker) - A reflection based dependency injection and inversion of control library with components lifecycle support. +- [nject(stars: 28)](https://github.com/muir/nject) - A type safe, reflective framework for libraries, tests, http endpoints, and service startup. +- [wire(stars: 38)](https://github.com/Fs02/wire) - Strict Runtime Dependency Injection for Golang. **[⬆ back to top](#contents)** @@ -1716,21 +1716,21 @@ _Libraries for working with dependency injection._ _**Unofficial** set of patterns for structuring projects._ -- [ardanlabs/service](https://github.com/ardanlabs/service) - A [starter kit](https://github.com/ardanlabs/service/wiki) for building production grade scalable web service applications. -- [cookiecutter-golang](https://github.com/lacion/cookiecutter-golang) - A Go application boilerplate template for quick starting projects following production best practices. -- [go-module](https://github.com/octomation/go-module) - Template for a typical module written on Go. -- [go-sample](https://github.com/zitryss/go-sample) - A sample layout for Go application projects with the real code. -- [go-starter](https://github.com/allaboutapps/go-starter) - An opinionated production-ready RESTful JSON backend template, highly integrated with VSCode DevContainers. -- [go-todo-backend](https://github.com/Fs02/go-todo-backend) - Go Todo Backend example using modular project layout for product microservice. -- [gobase](https://github.com/wajox/gobase) - A simple skeleton for golang application with basic setup for real golang application. -- [golang-standards/project-layout](https://github.com/golang-standards/project-layout) - 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. -- [golang-templates/seed](https://github.com/golang-templates/seed) - Go application GitHub repository template. -- [insidieux/inizio](https://github.com/insidieux/inizio) - Golang project layout generator with plugins. -- [modern-go-application](https://github.com/sagikazarmark/modern-go-application) - Go application boilerplate and example applying modern practices. -- [nunu](https://github.com/go-nunu/nunu) - Nunu is a scaffolding tool for building Go applications. -- [pagoda](https://github.com/mikestefanello/pagoda) - Rapid, easy full-stack web development starter kit built in Go. -- [scaffold](https://github.com/catchplay/scaffold) - Scaffold generates a starter Go project layout. Lets you focus on business logic implemented. -- [wangyoucao577/go-project-layout](https://github.com/wangyoucao577/go-project-layout) - Set of practices and discussions on how to structure Go project layout. +- [ardanlabs/service(stars: 3300)](https://github.com/ardanlabs/service) - A [starter kit](https://github.com/ardanlabs/service/wiki) for building production grade scalable web service applications. +- [cookiecutter-golang(stars: 660)](https://github.com/lacion/cookiecutter-golang) - A Go application boilerplate template for quick starting projects following production best practices. +- [go-module(stars: 25)](https://github.com/octomation/go-module) - Template for a typical module written on Go. +- [go-sample(stars: 125)](https://github.com/zitryss/go-sample) - A sample layout for Go application projects with the real code. +- [go-starter(stars: 411)](https://github.com/allaboutapps/go-starter) - An opinionated production-ready RESTful JSON backend template, highly integrated with VSCode DevContainers. +- [go-todo-backend(stars: 290)](https://github.com/Fs02/go-todo-backend) - Go Todo Backend example using modular project layout for product microservice. +- [gobase(stars: 53)](https://github.com/wajox/gobase) - A simple skeleton for golang application with basic setup for real golang application. +- [golang-standards/project-layout(stars: 44717)](https://github.com/golang-standards/project-layout) - 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. +- [golang-templates/seed(stars: 430)](https://github.com/golang-templates/seed) - Go application GitHub repository template. +- [insidieux/inizio(stars: 18)](https://github.com/insidieux/inizio) - Golang project layout generator with plugins. +- [modern-go-application(stars: 1757)](https://github.com/sagikazarmark/modern-go-application) - Go application boilerplate and example applying modern practices. +- [nunu(stars: 1015)](https://github.com/go-nunu/nunu) - Nunu is a scaffolding tool for building Go applications. +- [pagoda(stars: 1215)](https://github.com/mikestefanello/pagoda) - Rapid, easy full-stack web development starter kit built in Go. +- [scaffold(stars: 147)](https://github.com/catchplay/scaffold) - Scaffold generates a starter Go project layout. Lets you focus on business logic implemented. +- [wangyoucao577/go-project-layout(stars: 23)](https://github.com/wangyoucao577/go-project-layout) - Set of practices and discussions on how to structure Go project layout. **[⬆ back to top](#contents)** @@ -1739,10 +1739,10 @@ _**Unofficial** set of patterns for structuring projects._ _Libraries for working with strings._ - [bexp](https://github.com/happy-sdk/happy/tree/main/pkg/strings/bexp) - Go implementation of Brace Expansion mechanism to generate arbitrary strings. -- [caps](https://github.com/chanced/caps) - A case conversion library. +- [caps(stars: 52)](https://github.com/chanced/caps) - A case conversion library. - [go-formatter](https://gitlab.com/tymonx/go-formatter) - Implements **replacement fields** surrounded by curly braces `{}` format strings. -- [gobeam/Stringy](https://github.com/gobeam/Stringy) - String manipulation library to convert string to camel case, snake case, kebab case / slugify etc. -- [strutil](https://github.com/ozgio/strutil) - String utilities. +- [gobeam/Stringy(stars: 197)](https://github.com/gobeam/Stringy) - String manipulation library to convert string to camel case, snake case, kebab case / slugify etc. +- [strutil(stars: 199)](https://github.com/ozgio/strutil) - String utilities. - [sttr](https://github.com/abhimanyu003/sttr) - cross-platform, cli app to perform various operations on string. - [xstrings](https://github.com/huandu/xstrings) - Collection of useful string functions ported from other languages.