Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -1,4 +1,4 @@
 Awesome Go
 Awesome Go
@@ -48,15 +48,14 @@
Awesome Go has no monthly fee_, but we have employees who work hard to keep it running. With money raised, we can repay the effort of each person involved! You can see how we calculate our billing and 
distribution as it is open to the entire community. Want to be a supporter of the project click here (mailto:avelinorun+oss@gmail.com?subject=awesome-go%3A%20project%20support)._
Awesome Go has no monthly fee_, but we have employees who work hard to keep it running. With money raised, we can repay the effort of each person involved! You can see how we calculate our billing and distribution as it is open to the 
entire community. Want to be a supporter of the project click here (mailto:avelinorun+oss@gmail.com?subject=awesome-go%3A%20project%20support)._
▐ A curated list of awesome Go frameworks, libraries, and software. Inspired by awesome-python (https://github.com/vinta/awesome-python).
Contributing:
Please take a quick gander at the contribution guidelines (https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md) first. Thanks to all contributors 
(https://github.com/avelino/awesome-go/graphs/contributors); you rock!
Please take a quick gander at the contribution guidelines (https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md) first. Thanks to all contributors (https://github.com/avelino/awesome-go/graphs/contributors); you rock!
▐ _If you see a package or project here that is no longer maintained or is not a good fit, please submit a pull request to improve this file. Thank you!_
@@ -233,13 +232,13 @@
_Libraries for implementing authentication schemes._
- authboss (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 (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 (https://github.com/essentialkaos/branca) - branca token specification implementation (https://github.com/tuupola/branca-spec) for Golang 1.15+.
- casbin (https://github.com/hsluoyz/casbin) - Authorization library that supports access control models like ACL, RBAC, and ABAC.
- cookiestxt (https://github.com/mengzhuo/cookiestxt) - provides a parser of cookies.txt file format.
- go-guardian (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-guardian (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 (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 (https://github.com/dghubble/gologin) - chainable handlers for login with OAuth1 and OAuth2 authentication providers.
- gorbac (https://github.com/mikespook/gorbac) - provides a lightweight role-based access control (RBAC) implementation in Golang.
@@ -250,13 +249,12 @@
- jwt (https://github.com/cristalhq/jwt) - Safe, simple, and fast JSON Web Tokens for Go.
- jwt-auth (https://github.com/adam-hanna/jwt-auth) - JWT middleware for Golang http servers with many configuration options.
- jwt-go (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 (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.
- keto (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 (https://github.com/tarent/loginsrv) - JWT login microservice with pluggable backends such as OAuth2 (Github), htpasswd, osiam.
- oauth2 (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 (https://github.com/zitadel/oidc) - Easy to use OpenID Connect client and server library written for Go and certified by the OpenID Foundation
- openfga (https://github.com/openfga/openfga) - Implementation of fine-grained authorization based on the "Zanzibar: Google's Consistent, Global Authorization System" paper. Backed by CNCF 
(https://www.cncf.io/).
- openfga (https://github.com/openfga/openfga) - Implementation of fine-grained authorization based on the "Zanzibar: Google's Consistent, Global Authorization System" paper. Backed by CNCF (https://www.cncf.io/).
- osin (https://github.com/openshift/osin) - Golang OAuth2 server library.
- otpgen (https://github.com/grijul/otpgen) - Library to generate TOTP/HOTP codes.
- otpgo (https://github.com/jltorresm/otpgo) - Time-Based One-Time Password (TOTP) and HMAC-Based One-Time Password (HOTP) library for Go.
@@ -276,16 +274,15 @@
_Tools for building blockchains._
- cometbft (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 (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 (https://github.com/cosmos/cosmos-sdk) - A Framework for Building Public Blockchains in the Cosmos Ecosystem.
- go-ethereum (https://github.com/ethereum/go-ethereum) - Official Go implementation of the Ethereum protocol.
- gosemble (https://github.com/LimeChain/gosemble) - A Go-based framework for building Polkadot/Substrate-compatible runtimes.
- gossamer (https://github.com/ChainSafe/gossamer) - A Go implementation of the Polkadot Host.
- kubo (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 (https://github.com/gagliardetto/solana-go) - Go library to interface with Solana JSON RPC and WebSocket interfaces.
- tendermint (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.
- tendermint (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)
@@ -305,8 +302,8 @@
- Golang CryptoTrading Bot (https://github.com/saniales/golang-crypto-trading-bot) - A golang implementation of a console-based trading bot for cryptocurrency exchanges.
- govkbot (https://github.com/nikepan/govkbot) - Simple Go VK (https://vk.com) bot library.
- hanu (https://github.com/sbstjn/hanu) - Framework for writing Slack bots.
- Kelp (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.
- Kelp (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 (https://github.com/ezeoleaf/larry) - Larry 🐦 is a really simple Twitter bot generator that tweets random repositories from Github built in Go.
- margelet (https://github.com/zhulik/margelet) - Framework for building Telegram bots.
- micha (https://github.com/onrik/micha) - Go Library for Telegram bot api.
@@ -365,8 +362,7 @@
- go-colorable (https://github.com/mattn/go-colorable) - Colorable writer for windows.
- go-colortext (https://github.com/daviddengcn/go-colortext) - Go library for color output in terminals.
- go-isatty (https://github.com/mattn/go-isatty) - isatty for golang.
- go-palette (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-palette (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 (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 (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.
@@ -461,8 +457,7 @@
- configure (https://github.com/paked/configure) - Provides configuration through multiple sources, including JSON, flags and environment variables.
- configuro (https://github.com/sherifabdlnaby/configuro) - opinionated configuration loading & validation framework from ENV and Files focused towards 12-Factor compliant applications.
- confita (https://github.com/heetch/confita) - Load configuration in cascade from multiple backends into a struct.
- conflate (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.
- conflate (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 (https://github.com/caarlos0/env) - Parse environment variables to Go structs (with defaults).
- env (https://github.com/junk1tm/env) - A lightweight package for loading environment variables into structs.
- envcfg (https://github.com/tomazk/envcfg) - Un-marshaling environment variables to Go structs.
@@ -473,8 +468,7 @@
- gcfg (https://github.com/go-gcfg/gcfg) - read INI-style configuration files into Go structs; supports user-defined types and subsections.
- genv (https://github.com/sakirsensoy/genv) - Read environment variables easily with dotenv support.
- go-aws-ssm (https://github.com/PaddleHQ/go-aws-ssm) - Go package that fetches parameters from AWS System Manager - Parameter Store.
- go-conf (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.
- go-conf (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.
- go-ini (https://github.com/subpop/go-ini) - A Go package that marshals and unmarshals INI-files.
- go-ssm-config (https://github.com/ianlopshire/go-ssm-config) - Go utility for loading configuration parameters from AWS SSM (Parameter Store).
- go-up (https://github.com/ufoscout/go-up) - A simple configuration library with recursive placeholders resolution and no magic.
@@ -482,14 +476,13 @@
- godotenv (https://github.com/joho/godotenv) - Go port of Ruby's dotenv library (Loads environment variables from .env).
- gofigure (https://github.com/ian-kent/gofigure) - Go application configuration made easy.
- GoLobby/Config (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.
- 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.
- gonfig (https://github.com/milad-abbasi/gonfig) - Tag-based configuration parser which loads values from different providers into typesafe struct.
- gookit/config (https://github.com/gookit/config) - application config manage(load,get,set). support JSON, YAML, TOML, INI, HCL. multi file load, data override merge.
- harvester (https://github.com/beatlabs/harvester) - Harvester, a easy to use static and dynamic configuration package supporting seeding, env vars and Consul integration.
- hjson (https://github.com/hjson/hjson-go) - Human JSON, a configuration file format for humans. Relaxed syntax, fewer mistakes, more comments.
- hocon (https://github.com/gurkankaymak/hocon) - Configuration library for working with the HOCON(a human-friendly JSON superset) format, supports features like environment variables, referencing other values, 
comments and multiple files.
- hocon (https://github.com/gurkankaymak/hocon) - Configuration library for working with the HOCON(a human-friendly JSON superset) format, supports features like environment variables, referencing other values, comments and multiple 
files.
- ingo (https://github.com/schachmat/ingo) - Flags persisted in an ini-like config file.
- ini (https://github.com/go-ini/ini) - Go package to read and write INI files.
- ini (https://github.com/wlevene/ini) - INI Parser & Write Library, Unmarshal to Struct,Marshal to Json,Write File,watch file.
@@ -498,8 +491,7 @@
- koanf (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 (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 (https://github.com/lalamove/konfig) - Composable, observable and performant config handling for Go for the distributed processing era.
- kong (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 (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 (https://github.com/sasbury/mini) - Golang package for parsing ini-style configuration files.
- nasermirzaei89/env (https://github.com/nasermirzaei89/env) - Simple useful package for read environment variables.
- nfigure (https://github.com/muir/nfigure) - Per-library struct-tag based configuration from command lines (Posix & Go-style); environment, JSON, YAML
@@ -568,8 +560,8 @@
- bloom (https://github.com/yourbasic/bloom) - Golang Bloom filter implementation.
- bloomfilter (https://github.com/OldPanda/bloomfilter) - Yet another Bloomfilter implementation in Go, compatible with Java's Guava library.
- boomfilters (https://github.com/tylertreat/BoomFilters) - Probabilistic data structures for processing continuous, unbounded streams.
- cuckoo-filter (https://github.com/linvon/cuckoo-filter) - Cuckoo filter: a comprehensive cuckoo filter, which is configurable and space optimized compared with other implements, and all features mentioned in 
original paper is available.
- cuckoo-filter (https://github.com/linvon/cuckoo-filter) - Cuckoo filter: a comprehensive cuckoo filter, which is configurable and space optimized compared with other implements, and all features mentioned in original paper is 
available.
- cuckoofilter (https://github.com/seiflotfy/cuckoofilter) - Cuckoo filter: a good alternative to a counting bloom filter implemented in Go.
- ring (https://github.com/TheTannerRyan/ring) - Go implementation of a high performance, thread safe bloom filter.
@@ -613,8 +605,7 @@
- hide (https://github.com/emvi/hide) - ID type with marshalling to/from hash to prevent sending IDs to clients.
- hilbert (https://github.com/google/hilbert) - Go package for mapping values to and from space-filling curves, such as Hilbert and Peano curves.
- hyperloglog (https://github.com/axiomhq/hyperloglog) - HyperLogLog implementation with Sparse, LogLog-Beta bias correction and TailCut space reduction.
- plinko (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. 
- plinko (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 (https://github.com/s0rg/quadtree) - Generic, zero-alloc, 100%-test covered quadtree.
- slices (https://github.com/srfrog/slices) - Functions that operate on slices; like package strings but adapted to work with slices.
- slices (https://github.com/twharmon/slices) - Pure, generic functions for slices.
@@ -706,8 +697,8 @@
- badger (https://github.com/dgraph-io/badger) - Fast key-value store in Go.
- bbolt (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).
- 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 (https://github.com/tidwall/buntdb) - Fast, embeddable, in-memory key/value database for Go with custom indexing and spatial support.
- clover (https://github.com/ostafen/clover) - A lightweight document-oriented NoSQL database written in pure Golang.
- cockroach (https://github.com/cockroachdb/cockroach) - Scalable, Geo-Replicated, Transactional Datastore.
@@ -732,8 +723,7 @@
- lotusdb (https://github.com/flower-corp/lotusdb) - Fast k/v database compatible with lsm and b+tree.
- Milvus (https://github.com/milvus-io/milvus) - Milvus is a vector database for embedding management, analytics and search.
- moss (https://github.com/couchbase/moss) - Moss is a simple LSM key-value storage engine written in 100% Go.
- nutsdb (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.
- nutsdb (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 (https://github.com/objectbox/objectbox-go) - High-performance embedded Object Database (NoSQL) with Go API.
- piladb (https://github.com/fern4lvarez/piladb) - Lightweight RESTful database engine based on stack data structures.
- pogreb (https://github.com/akrylysov/pogreb) - Embedded key-value store for read-heavy workloads.
@@ -747,8 +737,7 @@
- tiedot (https://github.com/HouzuoGuo/tiedot) - Your NoSQL database powered by Golang.
- unitdb (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 (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 (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 (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
@@ -836,8 +825,7 @@
- dsc (https://github.com/viant/dsc) - Datastore connectivity for SQL, NoSQL, structured files.
- dynamo (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 (https://github.com/avito-tech/go-transaction-manager) - Transaction manager with multiple adapters (sql, sqlx, gorm, mongo, ...) controls transaction boundaries.
- gokv (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).
- gokv (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
@@ -915,8 +903,7 @@
- date (https://github.com/rickb777/date) - Augments Time for working with dates, date ranges, time spans, periods, and time-of-day.
- dateparse (https://github.com/araddon/dateparse) - Parse date's without knowing format in advance.
- durafmt (https://github.com/hako/durafmt) - Time duration formatting library for Go.
- feiertage (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...
- feiertage (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 (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-datebin (https://github.com/deatil/go-datebin) - A simple datetime parse pkg.
- go-persian-calendar (https://github.com/yaa110/go-persian-calendar) - The implementation of the Persian (Solar Hijri) Calendar in Go (golang).
@@ -949,20 +936,18 @@
- dot (https://github.com/dotchain/dot/) - distributed sync using operational transformation/OT.
- doublejump (https://github.com/edwingeng/doublejump) - A revamped Google's jump consistent hash.
- dragonboat (https://github.com/lni/dragonboat) - A feature complete and high performance multi-group Raft library in Go.
- Dragonfly (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.
- Dragonfly (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 (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 (https://github.com/tylfin/dynatomic) - A library for using DynamoDB as an atomic counter.
- emitter-io (https://github.com/emitter-io/emitter) - High performance, distributed, secure and low latency publish-subscribe platform built with MQTT, Websockets and love.
- failured (https://github.com/andy2046/failured) - adaptive accrual failure detector for distributed systems.
- flowgraph (https://github.com/vectaport/flowgraph) - flow-based programming package.
- gleam (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.
- gleam (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.
- glow (https://github.com/chrislusf/glow) - Easy-to-Use scalable distributed big data processing, Map-Reduce, DAG execution, all in pure Go.
- gmsec (https://github.com/gmsec/micro) - A Go distributed systems development framework.
- go-doudou (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-doudou (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 (https://github.com/InVisionApp/go-health) - Library for enabling asynchronous dependency health checks in your service.
- go-jump (https://github.com/dgryski/go-jump) - Port of Google's "Jump" Consistent Hash function.
- go-kit (https://github.com/go-kit/kit) - Microservice toolkit with support for service discovery, load balancing, pluggable transports, request tracking, etc.
@@ -976,8 +961,8 @@
- hprose (https://github.com/hprose/hprose-golang) - Very newbility RPC Library, support 25+ languages now.
- jsonrpc (https://github.com/osamingo/jsonrpc) - The jsonrpc package helps implement of JSON-RPC 2.0.
- jsonrpc (https://github.com/ybbus/jsonrpc) - JSON-RPC 2.0 HTTP client implementation.
- Kitex (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.
- Kitex (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 (https://github.com/go-kratos/kratos) - A modular-designed and easy-to-use microservices framework in Go.
- liftbridge (https://github.com/liftbridge-io/liftbridge) - Lightweight, fault-tolerant message streams for NATS.
- lura (https://github.com/luraproject/lura) - Ultra performant API Gateway framework with middlewares.
@@ -1008,8 +993,7 @@
_Tools for updating dynamic DNS records._
- DDNS (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.
- 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 (https://github.com/timothyye/godns) - A dynamic DNS client tool, supports DNSPod & HE.net, written in Go.
⬆ back to top (#contents)
@@ -1084,8 +1068,8 @@
- errors (https://github.com/neuronlabs/errors) - Simple golang error handling with classification primitives.
- errors (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 (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 (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 (https://github.com/cockroachdb/errors) - Go error library with error portability over the network.
- errorx (https://github.com/joomcode/errorx) - A feature rich error package with stack traces, composition of errors and more.
- exception (https://github.com/rbrahul/exception) - A simple utility package for exception handling with try-catch in Golang.
@@ -1124,8 +1108,7 @@
- pdfcpu (https://github.com/pdfcpu/pdfcpu) - PDF processor.
- skywalker (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.
- todotxt (https://github.com/1set/todotxt) - Go library for Gina Trapani's _todo.txt_ (http://todotxt.org/) files, supports parsing and manipulating of task lists in the _todo.txt_ format 
(https://github.com/todotxt/todo.txt).
- todotxt (https://github.com/1set/todotxt) - Go library for Gina Trapani's _todo.txt_ (http://todotxt.org/) files, supports parsing and manipulating of task lists in the _todo.txt_ format (https://github.com/todotxt/todo.txt).
- vfs (https://github.com/C2FO/vfs) - A pluggable, extensible, and opinionated set of filesystem functionality for Go across a number of filesystem types such as os, S3, and GCS.
⬆ back to top (#contents)
@@ -1145,8 +1128,7 @@
- fpmoney (https://github.com/nikolaydubina/fpmoney) - Fast and simple ISO4217 fixed-point decimal money.
- go-finance (https://github.com/alpeb/go-finance) - Library of financial functions for time value of money (annuities), cash flow, interest rate conversions, bonds and depreciation calculations.
- go-finance (https://github.com/pieterclaerhout/go-finance) - Module to fetch exchange rates, check VAT numbers via VIES and check IBAN bank account numbers.
- go-finnhub (https://github.com/m1/go-finnhub) - Client for stock market, forex and crypto data from finnhub.io. Access real-time financial market data from 60+ stock exchanges, 10 forex brokers, and 15+ crypto
exchanges.
- go-finnhub (https://github.com/m1/go-finnhub) - Client for stock market, forex and crypto data from finnhub.io. Access real-time financial market data from 60+ stock exchanges, 10 forex brokers, and 15+ crypto exchanges.
- go-money (https://github.com/rhymond/go-money) - Implementation of Fowler's Money pattern.
- go-nowpayments (https://github.com/matm/go-nowpayments) - Library for the crypto NOWPayments API.
- money (https://github.com/govalues/money) - Immutable monetary amounts and exchange rates with panic-free arithmetic.
@@ -1262,8 +1244,7 @@
- S2 geometry (https://github.com/golang/geo) - S2 geometry library in Go.
- simplefeatures (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 (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.
- 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 (https://github.com/wroge/wgs84) - Library for Coordinate Conversion and Transformation (ETRS89, OSGB36, NAD83, RGF93, Web Mercator, UTM).
⬆ back to top (#contents)
@@ -1294,11 +1275,11 @@
- channelify (https://github.com/ddelizia/channelify) - Transform your function to return channels for easy and powerful parallel processing.
- conc (https://github.com/sourcegraph/conc) - conc is your toolbelt for structured concurrency in go, making common tasks easier and safer.
- concurrency-limiter (https://github.com/vivek-ng/concurrency-limiter) - Concurrency limiter with support for timeouts , dynamic priority and context cancellation of goroutines.
- conexec (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.
- conexec (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 (https://github.com/marusama/cyclicbarrier) - CyclicBarrier for golang.
- execpool (https://github.com/hexdigest/execpool) - A pool built around exec.Cmd that spins up a given number of processes in advance and attaches stdin and stdout to them when needed. Very similar to FastCGI 
or Apache Prefork MPM but works for any command.
- execpool (https://github.com/hexdigest/execpool) - A pool built around exec.Cmd that spins up a given number of processes in advance and attaches stdin and stdout to them when needed. Very similar to FastCGI or Apache Prefork MPM but 
works for any command.
- flowmatic (https://github.com/carlmjohnson/flowmatic) - Structured concurrency made easy.
- go-accumulator (https://github.com/nar10z/go-accumulator) - Solution for accumulation of events and their subsequent processing.
- go-actor (https://github.com/vladopajic/go-actor) - A tiny library for writing concurrent programs using actor model.
@@ -1312,8 +1293,7 @@
- goccm (https://github.com/zenthangplus/goccm) - Go Concurrency Manager package limits the number of goroutines that allowed to run concurrently.
- gohive (https://github.com/loveleshsharma/gohive) - A highly performant and easy to use Goroutine pool for Go.
- gollback (https://github.com/vardius/gollback) - asynchronous simple function utilities, for managing execution of closures and callbacks.
- gowl (https://github.com/hamed-yousefi/gowl) - Gowl is a process management and process monitoring tool at once. An infinite worker pool gives you the ability to control the pool and processes and monitor 
their status.
- gowl (https://github.com/hamed-yousefi/gowl) - Gowl is a process management and process monitoring tool at once. An infinite worker pool gives you the ability to control the pool and processes and monitor their status.
- goworker (https://github.com/benmanns/goworker) - goworker is a Go-based background worker.
- gowp (https://github.com/xxjwxc/gowp) - gowp is concurrency limiting goroutine pool.
- gpool (https://github.com/Sherifabdlnaby/gpool) - manages a resizeable pool of context-aware goroutines to bound concurrency.
@@ -1328,8 +1308,8 @@
- pond (https://github.com/alitto/pond) - Minimalistic and High-performance goroutine worker pool written in Go.
- pool (https://github.com/go-playground/pool) - Limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation.
- queue (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 (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.
- routine (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.
- routine (https://github.com/x-mod/routine) - go routine control with context, support: Main, Go, Pool and some useful Executors.
- semaphore (https://github.com/kamilsk/semaphore) - Semaphore pattern implementation with timeout of lock/unlock operations based on channel and context.
- semaphore (https://github.com/marusama/semaphore) - Fast resizable semaphore implementation based on CAS (faster than channel-based semaphore implementations).
@@ -1470,8 +1450,8 @@
- clockwerk (https://github.com/onatm/clockwerk) - Go package to schedule periodic jobs using a simple, fluent syntax.
- cronticker (https://github.com/krayzpipes/cronticker) - A ticker implementation to support cron schedules.
- Dagu (https://github.com/dagu-go/dagu) - No-code workflow executor. it executes DAGs defined in a simple YAML format.
- go-cron (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-cron (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 (https://github.com/rhosocial/go-dag) - A framework developed in Go that manages the execution of workflows described by directed acyclic graphs.
- go-quartz (https://github.com/reugn/go-quartz) - Simple, zero-dependency scheduling library for Go.
- gocron (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).
@@ -1569,24 +1549,21 @@
- logrus (https://github.com/Sirupsen/logrus) - Structured logger for Go.
- logrusiowriter (https://github.com/cabify/logrusiowriter) - io.Writer implementation using logrus (https://github.com/sirupsen/logrus) logger.
- logrusly (https://github.com/sebest/logrusly) - logrus (https://github.com/sirupsen/logrus) plug-in to send errors to a Loggly (https://www.loggly.com/).
- logur (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).
- logur (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).
- logutils (https://github.com/hashicorp/logutils) - Utilities for slightly better logging in Go (Golang) extending the standard logger.
- logxi (https://github.com/mgutz/logxi) - 12-factor app logger that is fast and makes you happy.
- lumberjack (https://github.com/natefinch/lumberjack) - Simple rolling logger, implements io.WriteCloser.
- mlog (https://github.com/jbrodriguez/mlog) - Simple logging module for go, with 5 levels, an optional rotating logfile feature and stdout/stderr output.
- noodlog (https://github.com/gyozatech/noodlog) - Parametrized JSON logging library which lets you obfuscate sensitive data and marshal any kind of content. No more printed pointers instead of values, nor 
escape chars for the JSON strings.
- onelog (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 (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).
- noodlog (https://github.com/gyozatech/noodlog) - Parametrized JSON logging library which lets you obfuscate sensitive data and marshal any kind of content. No more printed pointers instead of values, nor escape chars for the JSON 
strings.
- onelog (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 (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 (https://github.com/phuslu/log) - High performance structured logging.
- pp (https://github.com/k0kubun/pp) - Colored pretty printer for Go language.
- rollingwriter (https://github.com/arthurkiller/rollingWriter) - RollingWriter is an auto-rotate io.Writer implementation with multi policies to provide log file rotation.
- seelog (https://github.com/cihub/seelog) - Logging functionality with flexible dispatching, filtering, and formatting.
- slf4g (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.
- slf4g (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 (https://github.com/gookit/slog) - Lightweight, configurable, extensible logger for Go.
- slog-formatter (https://github.com/samber/slog-formatter) - Common formatters for slog and helpers to build your own.
- slog-multi (https://github.com/samber/slog-multi) - Chain of slog.Handler (pipeline, fanout...).
@@ -1648,8 +1625,7 @@
- randomforest (https://github.com/malaschitz/randomForest) - Easy to use Random Forest library for Go.
- regommend (https://github.com/muesli/regommend) - Recommendation & collaborative filtering engine.
- shield (https://github.com/eaigner/shield) - Bayesian text classifier with flexible tokenizers and storage backends for Go.
- tfgo (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.
- tfgo (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 (https://github.com/Xamber/Varis) - Golang Neural Network.
⬆ back to top (#contents)
@@ -1688,8 +1664,8 @@
- gopush-cluster (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.
- 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.
@@ -1708,12 +1684,11 @@
- 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.
- 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.
- 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).
⬆ back to top (#contents)
@@ -1753,8 +1728,7 @@
- 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.
- 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.
@@ -1777,8 +1751,8 @@
- 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-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.
@@ -1960,8 +1934,8 @@
- ethernet (https://github.com/mdlayher/ethernet) - Package ethernet implements marshaling and unmarshalling of IEEE 802.3 Ethernet II frames and IEEE 802.1Q VLAN tags.
- event (https://github.com/cheng-zhongliang/event) - Simple I/O event notification library written in Golang.
- fasthttp (https://github.com/valyala/fasthttp) - Package fasthttp is a fast HTTP implementation for Go, up to 10 times faster than net/http.
- fortio (https://github.com/fortio/fortio) - Load testing library and command line tool, advanced echo server and web UI. Allows to specify a set query-per-second load and record latency histograms and other 
useful stats and graph them. Tcp, Http, gRPC.
- fortio (https://github.com/fortio/fortio) - Load testing library and command line tool, advanced echo server and web UI. Allows to specify a set query-per-second load and record latency histograms and other useful stats and graph 
them. Tcp, Http, gRPC.
- ftp (https://github.com/jlaffaye/ftp) - Package ftp implements a FTP client as described in RFC 959 (https://tools.ietf.org/html/rfc959).
- ftpserverlib (https://github.com/fclairamb/ftpserverlib) - Fully featured FTP server library.
- fullproxy (https://github.com/shoriwe/fullproxy) - A fully featured scriptable and daemon configurable proxy and pivoting toolkit with SOCKS5, HTTP, raw ports and reverse proxy protocols.
@@ -1999,8 +1973,7 @@
- mdns (https://github.com/hashicorp/mdns) - Simple mDNS (Multicast DNS) client/server library in Golang.
- mqttPaho (https://eclipse.org/paho/clients/golang/) - The Paho Go Client provides an MQTT client library for connection to MQTT brokers via TCP, TLS or WebSockets.
- natiu-mqtt (https://github.com/soypat/natiu-mqtt) - A dead-simple, non-allocating, low level implementation of MQTT well suited for embedded systems.
- nbio (https://github.com/lesismal/nbio) - Pure Go 1000k+ connections solution, support tls/http1.x/websocket and basically compatible with net/http, with high-performance and low memory cost, non-blocking, 
event-driven, easy-to-use.
- nbio (https://github.com/lesismal/nbio) - Pure Go 1000k+ connections solution, support tls/http1.x/websocket and basically compatible with net/http, with high-performance and low memory cost, non-blocking, event-driven, easy-to-use.
- netpoll (https://github.com/cloudwego/netpoll) - A high-performance non-blocking I/O networking framework, which focused on RPC scenarios, developed by ByteDance.
- NFF-Go (https://github.com/intel-go/nff-go) - Framework for rapid development of performant network functions for cloud and bare-metal (former YANFF).
- packet (https://github.com/aerogo/packet) - Send packets over TCP and UDP. It can buffer messages and hot-swap connections if needed.
@@ -2043,8 +2016,7 @@
- pester (https://github.com/sethgrid/pester) - Go HTTP client calls with retries, backoff, and concurrency.
- req (https://github.com/imroc/req) - Simple Go HTTP client with Black Magic (Less code and More efficiency).
- request (https://github.com/monaco-io/request) - HTTP client for golang. If you have experience about axios or requests, you will love it. No 3rd dependency.
- requests (https://github.com/carlmjohnson/requests) - HTTP requests for Gophers. Uses context.Context and doesn't hide the underlying net/http.Client, making it compatible with standard Go APIs. Also includes 
testing tools.
- requests (https://github.com/carlmjohnson/requests) - HTTP requests for Gophers. Uses context.Context and doesn't hide the underlying net/http.Client, making it compatible with standard Go APIs. Also includes testing tools.
- resty (https://github.com/go-resty/resty) - Simple HTTP and REST client for Go inspired by Ruby rest-client.
- rq (https://github.com/ddo/rq) - A nicer interface for golang stdlib HTTP client.
- sling (https://github.com/dghubble/sling) - Sling is a Go HTTP client library for creating and sending API requests.
@@ -2099,8 +2071,8 @@
_Official tooling for dependency and package management_
- go modules (https://golang.org/cmd/go/#hdr-Modules__module_versions__and_more) - Modules are the unit of source code interchange and versioning. The go command has direct support for working with modules, 
including recording and resolving dependencies on other modules.
- go modules (https://golang.org/cmd/go/#hdr-Modules__module_versions__and_more) - Modules are the unit of source code interchange and versioning. The go command has direct support for working with modules, including recording and 
resolving dependencies on other modules.
_Official experimental tooling for package management_
@@ -2257,10 +2229,10 @@
- simple-scrypt (https://github.com/elithrar/simple-scrypt) - Scrypt package with a simple, obvious API and automatic cost calibration built-in.
- ssh-vault (https://github.com/ssh-vault/ssh-vault) - encrypt/decrypt using ssh keys.
- sslmgr (https://github.com/adrianosela/sslmgr) - SSL certificates made easy with a high level wrapper around acme/autocert.
- teler-waf (https://github.com/kitabisa/teler-waf) - teler-waf is a Go HTTP middleware that provide teler IDS functionality to protect against web-based attacks and improve the security of Go-based web 
applications. It is highly configurable and easy to integrate into existing Go applications.
- themis (https://github.com/cossacklabs/themis) - high-level cryptographic library for solving typical data security tasks (secure data storage, secure messaging, zero-knowledge proof authentication), available
for 14 languages, best fit for multi-platform apps.
- teler-waf (https://github.com/kitabisa/teler-waf) - teler-waf is a Go HTTP middleware that provide teler IDS functionality to protect against web-based attacks and improve the security of Go-based web applications. It is highly 
configurable and easy to integrate into existing Go applications.
- themis (https://github.com/cossacklabs/themis) - high-level cryptographic library for solving typical data security tasks (secure data storage, secure messaging, zero-knowledge proof authentication), available for 14 languages, best 
fit for multi-platform apps.
⬆ back to top (#contents)
@@ -2322,8 +2294,7 @@
- psql-streamer (https://github.com/blind-oracle/psql-streamer) - Stream database events from PostgreSQL to Kafka.
- riemann-relay (https://github.com/blind-oracle/riemann-relay) - Relay to load-balance Riemann events and/or convert them to Carbon.
- RoadRunner (https://github.com/spiral/roadrunner) - High-performance PHP application server, load-balancer and process manager.
- SFTPGo (https://github.com/drakkan/sftpgo) - Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem and Cloud Storage backends such as S3 and 
Google Cloud Storage.
- SFTPGo (https://github.com/drakkan/sftpgo) - Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem and Cloud Storage backends such as S3 and Google Cloud Storage.
- simple-jwt-provider (https://github.com/leberKleber/simple-jwt-provider) - Simple and lightweight provider which exhibits JWTs, supports login, password-reset (via mail) and user management.
- Trickster (https://github.com/tricksterproxy/trickster) - HTTP reverse proxy cache and time series accelerator.
- Wish (https://github.com/charmbracelet/wish) - Make SSH apps, just like that!
@@ -2426,8 +2397,8 @@
 - schema (https://github.com/jgroeneveld/schema) - Quick and easy expression matching for JSON schemas used in requests and responses.
 - stop-and-go (https://github.com/elgohr/stop-and-go) - Testing helper for concurrency.
 - testcase (https://github.com/adamluzsi/testcase) - Idiomatic testing framework for Behavior Driven Development.
 - testcontainers-go (https://github.com/testcontainers/testcontainers-go) - A Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The 
clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.
 - testcontainers-go (https://github.com/testcontainers/testcontainers-go) - A Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API 
enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.
 - testfixtures (https://github.com/go-testfixtures/testfixtures) - A helper for Rails' like test fixtures to test database applications.
 - Testify (https://github.com/stretchr/testify) - Sacred extension to the standard go testing package.
 - testsql (https://github.com/zhulongcheng/testsql) - Generate test data from SQL files before testing and clear it after finished.
@@ -2524,8 +2495,7 @@
- gonameparts (https://github.com/polera/gonameparts) - Parses human names into individual name parts.
- ltsv (https://github.com/Wing924/ltsv) - High performance LTSV (Labeled Tab Separated Value) (http://ltsv.org/) reader for Go.
- normalize (https://github.com/avito-tech/normalize) - Sanitize, normalize and compare fuzzy text.
- omniparser (https://github.com/jf-tech/omniparser) - A versatile ETL library that parses text input (CSV/txt/JSON/XML/EDI/X12/EDIFACT/etc) in streaming fashion and transforms data into JSON output using 
data-driven schema.
- omniparser (https://github.com/jf-tech/omniparser) - A versatile ETL library that parses text input (CSV/txt/JSON/XML/EDI/X12/EDIFACT/etc) in streaming fashion and transforms data into JSON output using data-driven schema.
- parseargs-go (https://github.com/nproc/parseargs-go) - string argument parser that understands quotes and backslashes.
- parth (https://github.com/codemodus/parth) - URL path segmentation parsing.
- prattle (https://github.com/askeladdk/prattle) - Scan and parse LL(1) grammars simply and efficiently.
@@ -2580,8 +2550,7 @@
_Libraries for accessing third party APIs._
- airtable (https://github.com/mehanizm/airtable) - Go client library for the Airtable API (https://airtable.com/api).
- amazon-product-advertising-api (https://github.com/ngs/go-amazon-product-advertising-api) - Go Client Library for Amazon Product Advertising API 
(https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html).
- amazon-product-advertising-api (https://github.com/ngs/go-amazon-product-advertising-api) - Go Client Library for Amazon Product Advertising API (https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html).
- anaconda (https://github.com/ChimeraCoder/anaconda) - Go client library for the Twitter 1.1 API.
- appstore-sdk-go (https://github.com/Kachit/appstore-sdk-go) - Unofficial Golang SDK for AppStore Connect API.
- aws-sdk-go (https://github.com/aws/aws-sdk-go-v2) - The official AWS SDK for the Go programming language.
@@ -2602,14 +2571,12 @@
- gads (https://github.com/emiddleton/gads) - Google Adwords Unofficial API.
- gami (https://github.com/bit4bit/gami) - Go library for Asterisk Manager Interface.
- gcm (https://github.com/Aorioli/gcm) - Go library for Google Cloud Messaging.
- geo-golang (https://github.com/codingsince1985/geo-golang) - Go Library to access Google Maps (https://developers.google.com/maps/documentation/geocoding/intro), MapQuest 
(https://developer.mapquest.com/documentation/geocoding-api/), Nominatim (https://developer.mapquest.com/documentation/open/nominatim-search), OpenCage (https://opencagedata.com/api), Bing 
(https://msdn.microsoft.com/en-us/library/ff701715.aspx), Mapbox (https://www.mapbox.com/developers/api/geocoding/), and OpenStreetMap (https://wiki.openstreetmap.org/wiki/Nominatim) geocoding / reverse 
geocoding APIs.
- geo-golang (https://github.com/codingsince1985/geo-golang) - Go Library to access Google Maps (https://developers.google.com/maps/documentation/geocoding/intro), MapQuest (https://developer.mapquest.com/documentation/geocoding-api/), 
Nominatim (https://developer.mapquest.com/documentation/open/nominatim-search), OpenCage (https://opencagedata.com/api), Bing (https://msdn.microsoft.com/en-us/library/ff701715.aspx), Mapbox 
(https://www.mapbox.com/developers/api/geocoding/), and OpenStreetMap (https://wiki.openstreetmap.org/wiki/Nominatim) geocoding / reverse geocoding APIs.
- github (https://github.com/google/go-github) - Go library for accessing the GitHub REST API v3.
- githubql (https://github.com/shurcooL/githubql) - Go library for accessing the GitHub GraphQL API v4.
- go-atlassian (https://github.com/ctreminiom/go-atlassian) - Go library for accessing the Atlassian Cloud (https://www.atlassian.com/enterprise/cloud) services (Jira, Jira Service Management, Jira Agile, 
Confluence, Admin Cloud)
- go-atlassian (https://github.com/ctreminiom/go-atlassian) - Go library for accessing the Atlassian Cloud (https://www.atlassian.com/enterprise/cloud) services (Jira, Jira Service Management, Jira Agile, Confluence, Admin Cloud)
- go-aws-news (https://github.com/circa10a/go-aws-news) - Go application and library to fetch what's new from AWS.
- go-chronos (https://github.com/axelspringer/go-chronos) - Go library for interacting with the Chronos (https://mesos.github.io/chronos/) Job Scheduler
- go-hacknews (https://github.com/PaulRosset/go-hacknews) - Tiny Go client for HackerNews API.
@@ -2622,12 +2589,10 @@
- go-myanimelist (https://github.com/nstratos/go-myanimelist) - Go client library for accessing the MyAnimeList API (https://myanimelist.net/apiconfig/references/api/v2).
- go-openai (https://github.com/sashabaranov/go-openai) - OpenAI ChatGPT, DALL·E, Whisper API library for Go.
- go-openproject (https://github.com/manuelbcd/go-openproject) - Go client library for interacting with OpenProject (https://docs.openproject.org/api/) API.
- go-postman-collection (https://github.com/rbretecher/go-postman-collection) - Go module to work with Postman Collections (https://learning.getpostman.com/docs/postman/collections/creating-collections/) 
(compatible with Insomnia).
- go-postman-collection (https://github.com/rbretecher/go-postman-collection) - Go module to work with Postman Collections (https://learning.getpostman.com/docs/postman/collections/creating-collections/) (compatible with Insomnia).
- go-redoc (https://github.com/mvrilo/go-redoc) - Embedded OpenAPI/Swagger documentation ui for Go using ReDoc (https://redocly.com/).
- go-restcountries (https://github.com/chriscross0/go-restcountries) - Go library for the REST Countries API (https://countrylayer.com/).
- go-sophos (https://github.com/esurdam/go-sophos) - Go client library for the Sophos UTM REST API (https://www.sophos.com/en-us/medialibrary/PDFs/documentation/UTMonAWS/Sophos-UTM-RESTful-API.pdf?la=en) with 
zero dependencies.
- go-sophos (https://github.com/esurdam/go-sophos) - Go client library for the Sophos UTM REST API (https://www.sophos.com/en-us/medialibrary/PDFs/documentation/UTMonAWS/Sophos-UTM-RESTful-API.pdf?la=en) with zero dependencies.
- go-sptrans (https://github.com/sergioaugrod/go-sptrans) - Go client library for the SPTrans Olho Vivo API.
- go-swagger-ui (https://github.com/esurdam/go-swagger-ui) - Go library containing precompiled Swagger UI (https://swagger.io/tools/swagger-ui/) for serving swagger json.
- go-telegraph (https://gitlab.com/toby3d/telegraph) - Telegraph publishing platform API client.
@@ -2680,8 +2645,7 @@
- spotify (https://github.com/rapito/go-spotify) - Go Library to access Spotify WEB API.
- steam (https://github.com/sostronk/go-steam) - Go Library to interact with Steam game servers.
- stripe (https://github.com/stripe/stripe-go) - Go client for the Stripe API.
- swag (https://github.com/zc2638/swag) - No comments, simple go wrapper to create swagger 2.0 compatible APIs. Support most routing frameworks, such as built-in, gin, chi, mux, echo, httprouter, fasthttp and 
more.
- swag (https://github.com/zc2638/swag) - No comments, simple go wrapper to create swagger 2.0 compatible APIs. Support most routing frameworks, such as built-in, gin, chi, mux, echo, httprouter, fasthttp and more.
- textbelt (https://github.com/dietsche/textbelt) - Go client for the textbelt.com txt messaging API.
- translate (https://github.com/poorny/translate) - Go online translation package.
- Trello (https://github.com/adlio/trello) - Go wrapper for the Trello API.
@@ -2722,8 +2686,7 @@
- copy-pasta (https://github.com/jutkko/copy-pasta) - Universal multi-workstation clipboard that uses S3 like backend for the storage.
- countries (https://github.com/biter777/countries) - Full implementation of ISO-3166-1, ISO-4217, ITU-T E.164, Unicode CLDR and IANA ccTLD standards.
- countries (https://github.com/pioz/countries) - All you need when you are working with countries in Go.
- create-go-app (https://github.com/create-go-app/cli) - A powerful CLI for create a new production-ready project with backend (Golang), frontend (JavaScript, TypeScript) & deploy automation (Ansible, Docker) by
running one command.
- create-go-app (https://github.com/create-go-app/cli) - A powerful CLI for create a new production-ready project with backend (Golang), frontend (JavaScript, TypeScript) & deploy automation (Ansible, Docker) by running one command.
- cryptgo (https://github.com/Gituser143/cryptgo) - Crytpgo is a TUI based application written purely in Go to monitor and observe cryptocurrency prices in real time!
- ctop (https://github.com/bcicen/ctop) - Top-like (https://ctop.sh) interface (e.g. htop) for container metrics.
- ctxutil (https://github.com/posener/ctxutil) - A collection of utility functions for contexts.
@@ -2734,8 +2697,7 @@
- delve (https://github.com/derekparker/delve) - Go debugger.
- dive (https://github.com/wagoodman/dive) - A tool for exploring each layer in a Docker image.
- dlog (https://github.com/kirillDanshin/dlog) - Compile-time controlled logger to make your release smaller without removing debug calls.
- EaseProbe (https://github.com/megaease/easeprobe) - A simple, standalone, and lightWeight tool that can do health/status checking daemon, support HTTP/TCP/SSH/Shell/Client/... probes, and 
Slack/Discord/Telegram/SMS... notification.
- EaseProbe (https://github.com/megaease/easeprobe) - A simple, standalone, and lightWeight tool that can do health/status checking daemon, support HTTP/TCP/SSH/Shell/Client/... probes, and Slack/Discord/Telegram/SMS... notification.
- equalizer (https://github.com/reugn/equalizer) - Quota manager and rate limiter collection for Go.
- ergo (https://github.com/cristianoliveira/ergo) - The management of multiple local services running over different ports made easy.
- evaluator (https://github.com/nullne/evaluator) - Evaluate an expression dynamically based on s-expression. It's simple and easy to extend.
@@ -2871,8 +2833,8 @@
- toolbox (https://github.com/viant/toolbox) - Slice, map, multimap, struct, function, data conversion utilities. Service router, macro evaluator, tokenizer.
- ugo (https://github.com/alxrm/ugo) - ugo is slice toolbox with concise syntax for Go.
- UNIS (https://github.com/esemplastic/unis) - Common Architecture™ for String Utilities in Go.
- upterm (https://github.com/owenthereal/upterm) - A tool for developers to share terminal/tmux sessions securely over the web. Its perfect for remote pair programming, accessing computers behind 
NATs/firewalls, remote debugging, and more.
- upterm (https://github.com/owenthereal/upterm) - A tool for developers to share terminal/tmux sessions securely over the web. Its perfect for remote pair programming, accessing computers behind NATs/firewalls, remote debugging, and 
more.
- usql (https://github.com/knq/usql) - usql is a universal command-line interface for SQL databases.
- util (https://github.com/shomali11/util) - Collection of useful utility functions. (strings, concurrency, manipulations, ...).
- watchhttp (https://github.com/nikolaydubina/watchhttp) - Run command periodically and expose latest STDOUT or its rich delta as HTTP endpoint.
@@ -2911,8 +2873,8 @@
- govalidator (https://github.com/asaskevich/govalidator) - Validators and sanitizers for strings, numerics, slices and structs.
- govalidator (https://github.com/thedevsaddam/govalidator) - Validate Golang request data with simple rules. Highly inspired by Laravel's request validation.
- jio (https://github.com/faceair/jio) - jio is a json schema validator similar to joi (https://github.com/hapijs/joi).
- ozzo-validation (https://github.com/go-ozzo/ozzo-validation) - Supports validation of various data types (structs, strings, maps, slices, etc.) with configurable and extensible validation rules specified in 
usual code constructs instead of struct tags.
- ozzo-validation (https://github.com/go-ozzo/ozzo-validation) - Supports validation of various data types (structs, strings, maps, slices, etc.) with configurable and extensible validation rules specified in usual code constructs 
instead of struct tags.
- validate (https://github.com/gookit/validate) - Go package for data validation and filtering. support validate Map, Struct, Request(Form, JSON, url.Values, Uploaded Files) data and more features.
- validate (https://github.com/gobuffalo/validate) - This package provides a framework for writing validations for Go applications.
- validator (https://github.com/go-playground/validator) - Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving.
@@ -2944,8 +2906,7 @@
- gmf (https://github.com/3d0c/gmf) - Go bindings for FFmpeg av* libraries.
- go-astisub (https://github.com/asticode/go-astisub) - Manipulate subtitles in GO (.srt, .stl, .ttml, .webvtt, .ssa/.ass, teletext, .smi, etc.).
- go-astits (https://github.com/asticode/go-astits) - Parse and demux MPEG Transport Streams (.ts) natively in GO.
- go-m3u8 (https://github.com/etherlabsio/go-m3u8) - Parser and generator library for Apple m3u8 playlists. Actively maintained version of quangngotan95/go-m3u8 with improvements and latest HLS playlist parsing 
compatibility.
- go-m3u8 (https://github.com/etherlabsio/go-m3u8) - Parser and generator library for Apple m3u8 playlists. Actively maintained version of quangngotan95/go-m3u8 with improvements and latest HLS playlist parsing compatibility.
- go-mpd (https://github.com/unki2aut/go-mpd) - Parser and generator library for MPEG-DASH manifest files.
- goav (https://github.com/giorgisio/goav) - Comprehensive Go bindings for FFmpeg.
- gortsplib (https://github.com/aler9/gortsplib) - Pure Go RTSP server and client library.
@@ -2970,16 +2931,14 @@
- Banjo (https://github.com/nsheremet/banjo) - Very simple and fast web framework for Go.
- Beego (https://github.com/beego/beego) - beego is an open-source, high-performance web framework for the Go programming language.
- Buffalo (https://gobuffalo.io) - Bringing the productivity of Rails to Go!
- Confetti Framework (https://confetti-framework.github.io/docs/) - Confetti is a Go web application framework with an expressive, elegant syntax. Confetti combines the elegance of Laravel and the simplicity of 
Go.
- Confetti Framework (https://confetti-framework.github.io/docs/) - Confetti is a Go web application framework with an expressive, elegant syntax. Confetti combines the elegance of Laravel and the simplicity of Go.
- Don (https://github.com/abemedia/go-don) - A highly performant and simple to use API framework.
- Echo (https://github.com/labstack/echo) - High performance, minimalist Go web framework.
- Fiber (https://github.com/gofiber/fiber) - An Express.js inspired web framework build on Fasthttp.
- Fireball (https://github.com/zpatrick/fireball) - More "natural" feeling web framework.
- Flamingo (https://github.com/i-love-flamingo/flamingo) - Framework for pluggable web projects. Including a concept for modules and offering features for DI, Configareas, i18n, template engines, graphql, 
observability, security, events, routing & reverse routing etc.
- Flamingo Commerce (https://github.com/i-love-flamingo/flamingo-commerce) - Providing e-commerce features using clean architecture like DDD and ports and adapters, that you can use to build flexible e-commerce 
applications.
- Flamingo (https://github.com/i-love-flamingo/flamingo) - Framework for pluggable web projects. Including a concept for modules and offering features for DI, Configareas, i18n, template engines, graphql, observability, security, 
events, routing & reverse routing etc.
- Flamingo Commerce (https://github.com/i-love-flamingo/flamingo-commerce) - Providing e-commerce features using clean architecture like DDD and ports and adapters, that you can use to build flexible e-commerce applications.
- Gearbox (https://github.com/abahmed/gearbox) - A web framework written in Go with a focus on high performance and memory optimization.
- Gin (https://github.com/gin-gonic/gin) - Gin is a web framework written in Go! It features a martini-like API with much better performance, up to 40 times faster. If you need performance and good productivity.
- Ginrpc (https://github.com/xxjwxc/ginrpc) - Gin parameter automatic binding tool,gin rpc tools.
@@ -3007,8 +2966,8 @@
- Microservice (https://github.com/claygod/microservice) - The framework for the creation of microservices, written in Golang.
- neo (https://github.com/ivpusic/neo) - Neo is minimal and fast Go Web Framework with extremely simple API.
- patron (https://github.com/beatlabs/patron) - Patron is a microservice framework following best cloud practices with a focus on productivity.
- Pnutmux (https://gitlab.com/fruitygo/pnutmux) - Pnutmux is a powerful Go web framework that uses regex for matching and handling HTTP requests. It offers features such as CORS handling, structured logging, URL
parameters extraction, middlewares, and concurrency limiting.
- Pnutmux (https://gitlab.com/fruitygo/pnutmux) - Pnutmux is a powerful Go web framework that uses regex for matching and handling HTTP requests. It offers features such as CORS handling, structured logging, URL parameters extraction, 
middlewares, and concurrency limiting.
- Pulse (https://github.com/gopulse/pulse) - Pulse is an HTTP web framework written in Go (Golang)
- Resoursea (https://github.com/resoursea/api) - REST framework for quickly writing resource based services.
- REST Layer (https://github.com/rs/rest-layer) - Framework to build REST/GraphQL API on top of databases with mostly configuration over code.
@@ -3145,8 +3104,7 @@
- dupl (https://github.com/mibk/dupl) - Tool for code clone detection.
- errcheck (https://github.com/kisielk/errcheck) - Errcheck is a program for checking for unchecked errors in Go programs.
- gcvis (https://github.com/davecheney/gcvis) - Visualise Go program GC trace data in real time.
- go-checkstyle (https://github.com/qiniu/checkstyle) - checkstyle is a style check tool like java checkstyle. This tool inspired by java checkstyle, golint. The style referred to some points in Go Code Review 
Comments.
- go-checkstyle (https://github.com/qiniu/checkstyle) - checkstyle is a style check tool like java checkstyle. This tool inspired by java checkstyle, golint. The style referred to some points in Go Code Review Comments.
- go-cleanarch (https://github.com/roblaszczak/go-cleanarch) - go-cleanarch was created to validate Clean Architecture rules, like a The Dependency Rule and interaction between packages in your Go projects.
- go-critic (https://github.com/go-critic/go-critic) - source code linter that brings checks that are currently not implemented in other linters.
- go-mod-outdated (https://github.com/psampaz/go-mod-outdated) - An easy way to find outdated dependencies of your Go projects.
@@ -3154,8 +3112,7 @@
- goast-viewer (https://github.com/yuroyoro/goast-viewer) - Web based Golang AST visualizer.
- goimports (https://pkg.go.dev/golang.org/x/tools/cmd/goimports) - Tool to fix (add, remove) your Go imports automatically.
- golang-ifood-sdk (https://github.com/arxdsilva/golang-ifood-sdk) - iFood API SDK.
- golangci-lint (https://github.com/golangci/golangci-lint)  A fast Go linters runner. It runs linters in parallel, uses caching, supports yaml config, has integrations with all major IDE and has dozens of 
linters included.
- golangci-lint (https://github.com/golangci/golangci-lint) A fast Go linters runner. It runs linters in parallel, uses caching, supports yaml config, has integrations with all major IDE and has dozens of linters included.
- golines (https://github.com/segmentio/golines) - Formatter that automatically shortens long lines in Go code.
- GoPlantUML (https://github.com/jfeliu007/goplantuml) - Library and CLI that generates text plantump class diagram containing information about structures and interfaces with the relationship among them.
- goreturns (https://sourcegraph.com/github.com/sqs/goreturns) - Adds zero-value return statements to match the func return types.
@@ -3163,8 +3120,7 @@
- lint (https://github.com/surullabs/lint) - Run linters as part of go test.
- php-parser (https://github.com/z7zmey/php-parser) - A Parser for PHP written in Go.
- revive (https://github.com/mgechev/revive) ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint.
- staticcheck (https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) - staticcheck is go vet on steroids, applying a ton of static analysis checks you might be used to from tools like ReSharper for 
C#.
- staticcheck (https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) - staticcheck is go vet on steroids, applying a ton of static analysis checks you might be used to from tools like ReSharper for C#.
- testifylint (https://github.com/Antonboom/testifylint) A linter that checks usage of github.com/stretchr/testify (https://github.com/stretchr/testify).
- tickgit (https://github.com/augmentable-dev/tickgit) - CLI and go package for surfacing code comment TODOs (in any language) and applying a git blameto identify the author.
- todocheck (https://github.com/preslavmihaylov/todocheck) - Static code analyser which links TODO comments in code with issues in your issue tracker.
@@ -3325,17 +3281,15 @@
- s5cmd (https://github.com/peak/s5cmd) - Blazing fast S3 and local filesystem execution tool.
- Scaleway-cli (https://github.com/scaleway/scaleway-cli) - Manage BareMetal Servers from Command Line (as easily as with Docker).
- script (https://github.com/bitfield/script) - Making it easy to write shell-like scripts in Go for DevOps and system administration tasks.
- sg (https://github.com/ChristopherRabotin/sg) - Benchmarks a set of HTTP endpoints (like ab), with possibility to use the response code and data between each call for specific server stress based on its 
previous response.
- sg (https://github.com/ChristopherRabotin/sg) - Benchmarks a set of HTTP endpoints (like ab), with possibility to use the response code and data between each call for specific server stress based on its previous response.
- skm (https://github.com/TimothyYe/skm) - SKM is a simple and powerful SSH Keys Manager, it helps you to manage your multiple SSH keys easily!
- StatusOK (https://github.com/sanathp/statusok) - Monitor your Website and REST APIs.Get Notified through Slack, E-mail when your server is down or response time is more than expected.
- tau (https://github.com/taubyte/tau) - Easily build Cloud Computing Platforms with features like Serverless WebAssembly Functions, Frontend Hosting, CI/CD, Object Storage, K/V Database, and Pub-Sub Messaging.
- terraform-provider-openapi (https://github.com/dikhan/terraform-provider-openapi) - Terraform provider plugin that dynamically configures itself at runtime based on an OpenAPI document (formerly known as 
swagger file) containing the definitions of the APIs exposed.
- terraform-provider-openapi (https://github.com/dikhan/terraform-provider-openapi) - Terraform provider plugin that dynamically configures itself at runtime based on an OpenAPI document (formerly known as swagger file) containing the 
definitions of the APIs exposed.
- tf-profile (https://github.com/datarootsio/tf-profile) - Profiler for Terraform runs. Generate global stats, resource-level stats or visualizations.
- traefik (https://github.com/containous/traefik) - Reverse proxy and load balancer with support for multiple backends.
- trubka (https://github.com/xitonix/trubka) - A CLI tool to manage and troubleshoot Apache Kafka clusters with the ability of generically publishing/consuming protocol buffer and plain text events to/from 
Kafka.
- trubka (https://github.com/xitonix/trubka) - A CLI tool to manage and troubleshoot Apache Kafka clusters with the ability of generically publishing/consuming protocol buffer and plain text events to/from Kafka.
- uTask (https://github.com/ovh/utask) - Automation engine that models and executes business processes declared in yaml.
- Vegeta (https://github.com/tsenart/vegeta) - HTTP load testing tool and library. It's over 9000!
- wait-for (https://github.com/dnnrly/wait-for) - Wait for something to happen (from the command line) before continuing. Easy orchestration of Docker services and other things.
@@ -3352,8 +3306,8 @@
- borg (https://github.com/crufter/borg) - Terminal based search engine for bash snippets.
- boxed (https://github.com/tejo/boxed) - Dropbox based blog engine.
- Cherry (https://github.com/rafael-santiago/cherry) - Tiny webchat server in Go.
- Circuit (https://github.com/gocircuit/circuit) - Circuit is a programmable platform-as-a-service (PaaS) and/or Infrastructure-as-a-Service (IaaS), for management, discovery, synchronization and orchestration 
of services and hosts comprising cloud applications.
- Circuit (https://github.com/gocircuit/circuit) - Circuit is a programmable platform-as-a-service (PaaS) and/or Infrastructure-as-a-Service (IaaS), for management, discovery, synchronization and orchestration of services and hosts 
comprising cloud applications.
- Comcast (https://github.com/tylertreat/Comcast) - Simulate bad network connections.
- confd (https://github.com/kelseyhightower/confd) - Manage local application configuration files using templates and data from etcd or consul.
- crawley (https://github.com/s0rg/crawley) - Web scraper/crawler for cli.
@@ -3387,8 +3341,7 @@
- lgo (https://github.com/yunabe/lgo) - Interactive Go programming with Jupyter. It supports code completion, code inspection and 100% Go compatibility.
- limetext (https://limetext.github.io) - Lime Text is a powerful and elegant text editor primarily developed in Go that aims to be a Free and open-source software successor to Sublime Text.
- LiteIDE (https://github.com/visualfc/liteide) - LiteIDE is a simple, open source, cross-platform Go IDE.
- mockingjay (https://github.com/quii/mockingjay-server) - Fake HTTP servers and consumer driven contracts from one configuration file. You can also make the server randomly misbehave to help do more realistic 
performance tests.
- mockingjay (https://github.com/quii/mockingjay-server) - Fake HTTP servers and consumer driven contracts from one configuration file. You can also make the server randomly misbehave to help do more realistic performance tests.
- myLG (https://github.com/mehrdadrad/mylg) - Command Line Network Diagnostic tool written in Go.
- naclpipe (https://github.com/unix4fun/naclpipe) - Simple NaCL EC25519 based crypto pipe tool written in Go.
- Neo-cowsay (https://github.com/Code-Hex/Neo-cowsay) - 🐮 cowsay is reborn. for a New Era.
@@ -3422,7 +3375,7 @@
⬆ back to top (#contents)
 Resources
 Resources
_Where to discover new Go libraries._
@@ -3474,15 +3427,14 @@
- 100 Go Mistakes: How to Avoid Them (https://www.manning.com/books/100-go-mistakes-how-to-avoid-them)
- Black Hat Go (https://nostarch.com/blackhatgo) - Go programming for hackers and pentesters.
- Build an Orchestrator in Go (https://www.manning.com/books/build-an-orchestrator-in-go)
- Continuous Delivery in Go (https://www.manning.com/books/continuous-delivery-in-go) - This practical guide to continuous delivery shows you how to rapidly establish an automated pipeline that will improve your
testing, code quality, and final product.
- Creative DIY Microcontroller Project With TinyGo and WebAssembly (https://www.packtpub.com/product/creative-diy-microcontroller-projects-with-tinygo-and-webassembly/9781800560208) - An introduction into the 
TinyGo compiler with projects involving Arduino and WebAssembly.
- Effective Go: Elegant, efficient, and testable code (https://www.manning.com/books/effective-go) - Unlock Gos unique perspective on program design, and start writing simple, maintainable, and testable Go 
code.
- Continuous Delivery in Go (https://www.manning.com/books/continuous-delivery-in-go) - This practical guide to continuous delivery shows you how to rapidly establish an automated pipeline that will improve your testing, code quality, 
and final product.
- Creative DIY Microcontroller Project With TinyGo and WebAssembly (https://www.packtpub.com/product/creative-diy-microcontroller-projects-with-tinygo-and-webassembly/9781800560208) - An introduction into the TinyGo compiler with 
projects involving Arduino and WebAssembly.
- Effective Go: Elegant, efficient, and testable code (https://www.manning.com/books/effective-go) - Unlock Gos unique perspective on program design, and start writing simple, maintainable, and testable Go code.
- For the Love of Go (https://bitfieldconsulting.com/books/love) - An introductory book for Go beginners.
- Go in Practice, Second Edition (https://www.manning.com/books/go-in-practice-second-edition) - Your practical guide on the ins-and-outs of Go development, covering the standard library and the most important 
tools from Gos powerful ecosystem.
- Go in Practice, Second Edition (https://www.manning.com/books/go-in-practice-second-edition) - Your practical guide on the ins-and-outs of Go development, covering the standard library and the most important tools from Gos powerful 
ecosystem.
- Know Go: Generics (https://bitfieldconsulting.com/books/generics) - A guide to understanding and using generics in Go.
- Lets-Go (https://lets-go.alexedwards.net) - A step-by-step guide to creating fast, secure and maintanable web applications with Go.
- Lets-Go-Further (https://lets-go-further.alexedwards.net) - Advanced patterns for building APIs and web applications in Go.
@@ -3642,8 +3594,7 @@
- Code with Mukesh (https://codewithmukesh.com/blog/category/golang) - Software Engineer and Blogs @ codewithmukesh.com.
- Coding Mystery (https://codingmystery.com) - Solve exciting escape-room-inspired programming challenges using Go.
- CodinGame (https://www.codingame.com/) - Learn Go by solving interactive tasks using small games as practical examples.
- Explore Go Libraries & Projects (https://kandi.openweaver.com/explore/go) - Discover & find a curated list of popular & new Go libraries, top authors, trending project kits, discussions, tutorials & learning 
resources on kandi.
- Explore Go Libraries & Projects (https://kandi.openweaver.com/explore/go) - Discover & find a curated list of popular & new Go libraries, top authors, trending project kits, discussions, tutorials & learning resources on kandi.
- Go Blog (https://blog.golang.org) - The official Go blog.
- Go Code Club (https://www.youtube.com/watch?v=nvoIPQYdx9g&list=PLEcwzBXTPUE_YQR7R0BRtHBYJ0LN3Y0i3) - A group of Gophers read and discuss a different Go project every week.
- Go Community on Hashnode (https://hashnode.com/n/go) - Community of Gophers on Hashnode.
@@ -3678,20 +3629,19 @@
Tutorials
- 50 Shades of Go (https://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/) - Traps, Gotchas, and Common Mistakes for New Golang Devs.
- A Comprehensive Guide to Structured Logging in Go (https://betterstack.com/community/guides/logging/logging-in-go/) - Delve deep into the world of structured logging in Go with a specific focus on recently 
accepted slog proposal which aims to bring high performance structured logging with levels to the standard library.
- A Comprehensive Guide to Structured Logging in Go (https://betterstack.com/community/guides/logging/logging-in-go/) - Delve deep into the world of structured logging in Go with a specific focus on recently accepted slog proposal which
aims to bring high performance structured logging with levels to the standard library.
- A Guide to Golang E-Commerce (https://snipcart.com/blog/golang-ecommerce-ponzu-cms-demo?utm_term=golang-ecommerce-ponzu-cms-demo) - Building a Golang site for e-commerce (demo included).
- A Tour of Go (https://tour.golang.org/) - Interactive tour of Go.
- Build a Database in 1000 lines of code ( https://link.medium.com/O9YQlx89Htb) - Build a NoSQL Database From Zero in 1000 Lines of Code.
- Build web application with Golang (https://github.com/astaxie/build-web-application-with-golang) - Golang ebook intro how to build a web app with golang.
- Building and Testing a REST API in Go with Gorilla Mux and PostgreSQL (https://semaphoreci.com/community/tutorials/building-and-testing-a-rest-api-in-go-with-gorilla-mux-and-postgresql) - Well write an API 
with the help of the powerful Gorilla Mux.
- Building Go Web Applications and Microservices Using Gin (https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin) - Get familiar with Gin and find out how it can 
help you reduce boilerplate code and build a request handling pipeline.
- Building and Testing a REST API in Go with Gorilla Mux and PostgreSQL (https://semaphoreci.com/community/tutorials/building-and-testing-a-rest-api-in-go-with-gorilla-mux-and-postgresql) - Well write an API with the help of the 
powerful Gorilla Mux.
- Building Go Web Applications and Microservices Using Gin (https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin) - Get familiar with Gin and find out how it can help you reduce 
boilerplate code and build a request handling pipeline.
- Caching Slow Database Queries (https://medium.com/@rocketlaunchr.cloud/caching-slow-database-queries-1085d308a0c9) - How to cache slow database queries.
- Canceling MySQL (https://medium.com/@rocketlaunchr.cloud/canceling-mysql-in-go-827ed8f83b30) - How to cancel MySQL queries.
- CodeCrafters Golang Track (https://app.codecrafters.io/tracks/go) - Achieve mastery in advanced Go by building your own Redis, Docker, Git, and SQLite. Featuring goroutines, systems programming, file I/O, and 
more.
- CodeCrafters Golang Track (https://app.codecrafters.io/tracks/go) - Achieve mastery in advanced Go by building your own Redis, Docker, Git, and SQLite. Featuring goroutines, systems programming, file I/O, and more.
- Debugged.it Go patterns (https://github.com/haveyoudebuggedit/go-patterns) - Advanced Go patterns with ready-to-run examples.
- Design Patterns in Go (https://github.com/shubhamzanwar/design-patterns) - Collection of programming design patterns implemented in Go.
- Ethereum Development with Go (https://github.com/miguelmota/ethereum-development-with-go-book) - A little e-book on Ethereum Development with Go.
@@ -3714,12 +3664,10 @@
- Gosamples (https://gosamples.dev/) - Collection of code snippets that let you solve everyday code problems.
- Hackr.io (https://hackr.io/tutorials/learn-golang) - Learn Go from the best online golang tutorials submitted & voted by the golang programming community.
- Hex Monscape (https://github.com/Haraj-backend/hex-monscape) - Getting started guidelines in writing maintainable code using Hexagonal Architecture.
- How to Benchmark: dbq vs sqlx vs GORM (https://medium.com/@rocketlaunchr.cloud/how-to-benchmark-dbq-vs-sqlx-vs-gorm-e814caacecb5) - Learn how to benchmark in Go. As a case-study, we will benchmark dbq, sqlx 
and GORM.
- How To Deploy a Go Web Application with Docker (https://semaphoreci.com/community/tutorials/how-to-deploy-a-go-web-application-with-docker) - Learn how to use Docker for Go development and how to build 
production Docker images.
- How to Use Godog for Behavior-driven Development in Go (https://semaphoreci.com/community/tutorials/how-to-use-godog-for-behavior-driven-development-in-go) - Get started with Godog — a Behavior-driven 
development framework for building and testing Go applications.
- How to Benchmark: dbq vs sqlx vs GORM (https://medium.com/@rocketlaunchr.cloud/how-to-benchmark-dbq-vs-sqlx-vs-gorm-e814caacecb5) - Learn how to benchmark in Go. As a case-study, we will benchmark dbq, sqlx and GORM.
- How To Deploy a Go Web Application with Docker (https://semaphoreci.com/community/tutorials/how-to-deploy-a-go-web-application-with-docker) - Learn how to use Docker for Go development and how to build production Docker images.
- How to Use Godog for Behavior-driven Development in Go (https://semaphoreci.com/community/tutorials/how-to-use-godog-for-behavior-driven-development-in-go) - Get started with Godog  a Behavior-driven development framework for 
building and testing Go applications.
- Learn Go with 1000+ Exercises (https://github.com/inancgumus/learngo) - Learn Go with thousands of examples, exercises, and quizzes.
- Learn Go with TDD (https://github.com/quii/learn-go-with-tests) - Learn Go with test-driven development.
- Learning Go by examples (https://dev.to/aurelievache/learning-go-by-examples-introduction-448n) - Series of articles in order to learn Golang language by concrete applications as example.