golang analyzer that finds structures with uninitialized fields
β188Jan 9, 2026Updated 2 months ago
Alternatives and similar repositories for go-exhaustruct
Users that are interested in go-exhaustruct are comparing it to the libraries listed below
Sorting:
- π Enforce field tags in (un)marshaled structsβ40Jan 19, 2026Updated last month
- golang linter to detect named returnsβ29Feb 23, 2026Updated 2 weeks ago
- Golang linter to use strconvβ43Nov 19, 2025Updated 3 months ago
- Go linter that checks if package imports are in a list of acceptable packages.β197Mar 6, 2025Updated last year
- Analyzer: check whether a function uses a non-inherited contextβ49Feb 28, 2025Updated last year
- Check exhaustiveness of switch statements of enum-like constants in Go source code.β337Dec 5, 2024Updated last year
- The Golang linter that checks that there is no simultaneous return of `nil` error and an invalid value.β82Mar 1, 2026Updated last week
- intrange is a program for checking for loops that could use the Go 1.22 integer range feature.β38Oct 30, 2025Updated 4 months ago
- The Golang linter that checks that sentinel errors are prefixed with the `Err` and error types are suffixed with the `Error` or `Errors`.β26Feb 1, 2026Updated last month
- Analyzer: fourcetypeassert finds type assertions which did forcelyβ48Feb 13, 2025Updated last year
- tparallel finds inappropriate usage of `t.Parallel()` method in your Go test codesβ28Jun 26, 2024Updated last year
- Go Linter: finds wasted assignment statements πβ39Feb 23, 2026Updated 2 weeks ago
- Package evdev provides input and uinput handling on Linux.β15Mar 25, 2019Updated 6 years ago
- A linter to ensure that slices are not initialized with non-zero lengthβ79Oct 25, 2025Updated 4 months ago
- Magic number detector for Go.β208Dec 21, 2023Updated 2 years ago
- Π‘hecks that the Structes are created by the Factoryβ15Mar 1, 2026Updated last week
- Golang linter that encourages you to use a separate _test packageβ51Updated this week
- linter for copyright headersβ30Feb 10, 2026Updated last month
- Accept Interfaces, Return Concrete Typesβ80Feb 23, 2026Updated 2 weeks ago
- Go linter to detect erroneous multiplication of duration valuesβ49Oct 24, 2025Updated 4 months ago
- Go analyzer checking that the length of a variable's name matches its usage scopeβ22Aug 8, 2023Updated 2 years ago
- A Go linter to check that errors from external packages are wrappedβ360Nov 24, 2025Updated 3 months ago
- Go linter for forbidding identifiersβ160Oct 25, 2025Updated 4 months ago
- β43Dec 16, 2024Updated last year
- Moved to https://codeberg.org/polyfloyd/go-errorlintβ314Nov 1, 2025Updated 4 months ago
- containedctx is a linter that detects struct contained context.Context fieldβ21Apr 2, 2025Updated 11 months ago
- Checks for a new line before return and branch statements.β27Apr 4, 2024Updated last year
- Linter to check if your tests have been marked as parallel correctlyβ61Oct 14, 2025Updated 4 months ago
- Check that no globals are present in Go code.β129Feb 15, 2026Updated 3 weeks ago
- detects nested contexts in loops or function literalsβ72Mar 2, 2026Updated last week
- β55Oct 16, 2024Updated last year
- β121Dec 26, 2025Updated 2 months ago
- noctx finds function calls without context.Context.β219Feb 27, 2026Updated last week
- Safe number conversion in Go: address gosec G115 and cwe-190 Integer Overflow or Wraparoundβ84Mar 2, 2026Updated last week
- GoLang architecture linter (checker) tool. Will check all project import path and compare with arch rules defined in yml file. Useful forβ¦β452Nov 13, 2025Updated 3 months ago
- Analyzer: checks whether err of sql.Rows is checked.β18Oct 14, 2023Updated 2 years ago
- Find unused parameters in Goβ568Oct 27, 2025Updated 4 months ago
- A linter that handles struct tags.β56Dec 4, 2025Updated 3 months ago
- nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.β132Feb 1, 2026Updated last month