sanposhiho / wastedassignLinks
Go Linter: finds wasted assignment statements 🗑
☆38Updated last year
Alternatives and similar repositories for wastedassign
Users that are interested in wastedassign are comparing it to the libraries listed below
Sorting:
- tenv detects environment variable not using t.Setenv☆24Updated 11 months ago
- Analyzer: fourcetypeassert finds type assertions which did forcely☆47Updated 10 months ago
- Analyzer: nilerr checks returning nil when err is not nil☆63Updated 2 months ago
- Data Dumper library dumps any data as valid syntax in Go☆191Updated 3 years ago
- Library: Utilities for x/tools/go/analysis package☆29Updated 2 years ago
- copyloopvar is a linter detects places where loop variables are copied.☆23Updated last month
- alias goimports='gosimports'☆94Updated last week
- containedctx is a linter that detects struct contained context.Context field☆21Updated 8 months ago
- tparallel finds inappropriate usage of `t.Parallel()` method in your Go test codes☆26Updated last year
- Error handling for Golang☆34Updated 2 years ago
- Type-safe, DRY, flexible test fixture factory based on Go 1.18+ Generics☆102Updated last year
- Tiny Shell☆65Updated 4 years ago
- Tools: knife lists type information of the package☆46Updated 5 months ago
- A command-line tool to generate a constructor for the struct.☆93Updated last week
- An efficient JSON to YAML converter written in Go language☆69Updated 3 years ago
- gqlanalysis makes easy to develop static analysis tools for GraphQL in Go.☆44Updated last year
- backoff utility for cron☆32Updated last year
- A golang http router based on trie tree.☆81Updated 11 months ago
- SQL Builder to prevent SQL mistakes using the Golang generics☆48Updated this week
- basic web site serving framework☆154Updated 3 years ago
- Go implementation of Regexp::Assemble☆77Updated last year
- ctxtime provides testable time.Now