Source code analyzer that helps you to make your Go programs more consistent.
☆363May 29, 2025Updated 9 months ago
Alternatives and similar repositories for go-consistent
Users that are interested in go-consistent are comparing it to the libraries listed below
Sorting:
- Source code analyzer that helps you to maintain variable/field naming conventions inside your project.☆40May 30, 2019Updated 6 years ago
- Define and run pattern-based custom linting rules.☆862Sep 25, 2025Updated 5 months ago
- Careful implementation of Jaro and Jaro-Winkler text difference algorithms☆17Jan 23, 2017Updated 9 years ago
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆70Apr 12, 2023Updated 2 years ago
- prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.☆664Updated this week
- The most opinionated Go source code linter for code audit.☆2,035Jan 18, 2026Updated last month
- Pprof made easy at development time for Go☆758Oct 23, 2020Updated 5 years ago
- A curated list of awesome Go linters. More than 60 linters and tools!☆1,088Sep 11, 2021Updated 4 years ago
- Remove unnecessary type conversions from Go source☆388Feb 16, 2025Updated last year
- Flags-first package for configuration☆1,446Aug 10, 2025Updated 6 months ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆86May 15, 2025Updated 9 months ago
- unimport is a Go static analysis tool to find unnecessary import aliases.☆70Nov 6, 2017Updated 8 years ago
- A CLI to turn Go's benchmark output into pictures☆339Sep 21, 2019Updated 6 years ago
- Staticcheck - The advanced Go linter☆6,721Updated this week
- Spaghetti: a dependency analysis tool for Go packages☆765May 19, 2023Updated 2 years ago
- A helper tool to work with profile.proto (pprof) files☆61May 11, 2022Updated 3 years ago
- Find outdated dependencies of your Go projects. go-mod-outdated provides a table view of the go list -u -m -json all command which lists …☆664Feb 19, 2023Updated 3 years ago
- A tool to analyze and troubleshoot a Go binary size.☆1,710Apr 10, 2024Updated last year
- Scan and analyze OSS dependencies and licenses from compiled Go binaries☆664Mar 23, 2021Updated 4 years ago
- Golang errors with stack trace and source fragments.☆1,107May 29, 2024Updated last year
- Package renameio provides a way to atomically create or replace a file or symbolic link.☆672Jan 10, 2026Updated last month
- dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.☆73Mar 29, 2024Updated last year
- Make temporary edits to your Go module dependencies☆914Jun 3, 2025Updated 9 months ago
- Alice is a Go package providing helpers for developing skills for Alice virtual assistant via Yandex.Dialogs platform.☆16May 22, 2023Updated 2 years ago
- Super low overhead application level metrics☆24Oct 12, 2021Updated 4 years ago
- Find unused parameters in Go☆568Oct 27, 2025Updated 4 months ago
- Quick and dirty debugging output for tired Go programmers☆1,553Feb 22, 2026Updated last week
- Analyzer: helps uncover bugs by reporting a diagnostic for mistakes of *sql.Rows usage.☆91Nov 16, 2023Updated 2 years ago
- Shotizam analyzes the size of Go binaries☆614Jul 14, 2024Updated last year
- 👻 Locate and fix overly complex lines of code in Go.☆52Oct 15, 2018Updated 7 years ago
- Find in Go repeated strings that could be replaced by a constant☆314May 22, 2025Updated 9 months ago
- Zero-width character detection and removal for Go☆109Aug 6, 2020Updated 5 years ago
- Analyzer: checks whether HTTP response body is closed and a re-use of TCP connection is not blocked.