daixiang0 / gci
GCI, a tool that control golang package import order and make it always deterministic.
☆480Updated last month
Alternatives and similar repositories for gci:
Users that are interested in gci are comparing it to the libraries listed below
- A Go tool to auto generate methods for your enums☆473Updated 2 months ago
- A Go linter to check that errors from external packages are wrapped☆331Updated last month
- A source code linter that can be used to find code that will cause problems with Go's error wrapping scheme☆288Updated last week
- 🎄 Go code coverage to SVG treemap☆557Updated last week
- Experimental implementation of a proposed v2 encoding/json package☆492Updated 3 weeks ago
- A collection of packages to augment the go testing package and support common patterns.☆556Updated 3 months ago
- Refactoring and code transformation tool for Go.☆989Updated 2 months ago
- An enum generator for go☆823Updated last month
- 🚨 Design workflows of slog handlers: pipeline, middleware, fanout, routing, failover, load balancing...☆470Updated last week
- Go library for decoding generic map values into native Go structures and vice versa.☆285Updated this week
- Combine one or more Go errors together☆1,130Updated last year
- Calculates cognitive complexities of functions (and methods) in Go source code. (Golang cognitive complexity)☆400Updated 4 months ago
- Make your Go programs use less memory (maybe)☆808Updated last month
- 🪵 Ensure consistent code style when using log/slog☆194Updated 3 weeks ago
- Golang rate limiters for distributed applications☆549Updated last week
- Generate type-safe Go converters by defining function signatures.☆675Updated last month
- The Golang linter that checks usage of github.com/stretchr/testify.☆134Updated this week
- GoWrap is a command line tool for generating decorators for Go interfaces