Analyzer: CommentMap utilities for static analysis in Go
☆12Nov 15, 2024Updated last year
Alternatives and similar repositories for comment
Users that are interested in comment are comparing it to the libraries listed below
Sorting:
- A linter that handle directives into `go.mod`.☆16Dec 4, 2025Updated 2 months ago
- naming convention library for CamelCase, snake_case and friends☆11Mar 25, 2023Updated 2 years ago
- goimportx is a tool to help you manage your go imports.☆10Jun 3, 2024Updated last year
- Period is a type that represents ISO-8601 periods of time.☆16Feb 13, 2026Updated 2 weeks ago
- A linter that checks for duplicate words in the source code (usually miswritten)☆15Feb 10, 2026Updated 3 weeks ago
- Find declarations in Go source code that shadow predeclared identifiers☆31Mar 31, 2025Updated 11 months ago
- Go library for truncating strings☆13Dec 11, 2024Updated last year
- Salesforce SOAP API Client for golang☆14Sep 25, 2020Updated 5 years ago
- A linter for logr,klog,zap that can also works with golangci-lint as a plugin☆17Apr 10, 2025Updated 10 months ago
- Faster camelcase implementation☆17Jan 21, 2023Updated 3 years ago
- linter to enforce consistent import aliases☆17Dec 26, 2024Updated last year
- Analyzer: checks whether err of sql.Rows is checked.☆18Oct 14, 2023Updated 2 years ago
- ☆21Jan 16, 2026Updated last month
- A Go library for parsing and verifying versions and version constraints.☆45May 5, 2025Updated 9 months ago
- 🧠 Golang Memoizer - Extremely fast, 0 allocation, concurrency safe, 0 Dependencies. guaranteed duplicate function call suppression☆18Nov 19, 2024Updated last year
- 🌀 A simple Go package for (un-)marshalling null-able JSON types☆21Sep 2, 2025Updated 6 months ago
- Sorting algorithms implemented in Go☆22Feb 6, 2026Updated 3 weeks ago
- a slog handler for testing that code logs expected results☆23Aug 8, 2024Updated last year
- Opinionated code organization linter for Go projects.☆21Mar 27, 2023Updated 2 years ago
- tenv detects environment variable not using t.Setenv☆24Jan 6, 2025Updated last year
- containedctx is a linter that detects struct contained context.Context field☆21Apr 2, 2025Updated 11 months ago
- Analyzer: fourcetypeassert finds type assertions which did forcely☆48Feb 13, 2025Updated last year
- Linter checks that printf-like functions are named with `f` at the end.☆26Sep 2, 2025Updated 6 months ago
- ☆18Sep 17, 2025Updated 5 months ago
- The tool to pretty print JSON log stream right from running process in human readable format☆24Dec 7, 2025Updated 2 months ago
- copyloopvar is a linter detects places where loop variables are copied.☆23Oct 28, 2025Updated 4 months ago
- Go linter for finding defer statements inside for loops☆26Nov 27, 2023Updated 2 years ago
- Golang IBAN validation☆22Mar 24, 2022Updated 3 years ago
- tparallel finds inappropriate usage of `t.Parallel()` method in your Go test codes☆28Jun 26, 2024Updated last year
- Go linter that checks for required fields in structs.