fatih / semgroup
Like errgroup/waitgroup, but only runs a maximum of tasks at any time.
☆315Updated 6 months ago
Alternatives and similar repositories for semgroup:
Users that are interested in semgroup are comparing it to the libraries listed below
- Report unwanted import path and declaration usages☆238Updated 3 weeks ago
- Gohalt 👮♀🛑: Fast; Simple; Powerful; Go Throttler library☆347Updated 10 months ago
- Convert Go values to their AST☆310Updated last month
- Go tool to wrap and fix errors with the new %w verb directive☆373Updated 9 months ago
- SlowJam: latency profiler for Go programs☆249Updated last week
- Go library for printing human readable, relative time differences 🕰️☆405Updated 8 months ago
- Automatically update your Go tests☆290Updated last month
- gta: do transitive analysis to find packages whose dependencies have changed☆204Updated 7 months ago
- A source code linter that can be used to find code that will cause problems with Go's error wrapping scheme☆280Updated last week
- Interceptors for database/sql☆499Updated last year
- Create Go contexts that cancel on signals.☆257Updated 2 years ago
- In-process request tracing☆97Updated last year
- Selected Go-internal packages factored out from the standard library☆905Updated 2 weeks ago
- Allow and block list linter for direct Go module dependencies.☆74Updated 3 weeks ago
- Go test with tracing.☆388Updated last year
- fault injection library in go using standard http middleware☆509Updated this week
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆239Updated 4 months ago
- A Go library for validating structs, maps and slices.☆227Updated 4 months ago
- A Go linter to check that errors from external packages are wrapped☆329Updated last week
- 🪵 Ensure consistent code style when using log/slog☆166Updated 3 weeks ago
- A refactoring tool for Go☆674Updated 2 weeks ago
- ☆226Updated 2 weeks ago
- mango is a man-page generator for the Go flag, pflag, cobra, coral, and kong packages☆259Updated last year
- Unified text diffing in Go (copy of the internal diffing packages the officlal Go language server uses)☆140Updated last year
- A Go time testing library for writing deterministic unit tests☆253Updated 3 months ago
- Quick helpers for testing Go applications☆529Updated last year
- Generic resource pool for Go