mvdan / unparamLinks
Find unused parameters in Go
☆568Updated 3 months ago
Alternatives and similar repositories for unparam
Users that are interested in unparam are comparing it to the libraries listed below
Sorting:
- a fake clock for golang☆723Updated 2 months ago
- Converts 'go mod graph' output into Graphviz's DOT language☆490Updated 2 years ago
- Easy way to unit test projects using redigo library (Redis client in go)☆199Updated 7 months ago
- Detect ineffectual assignments in Go code.☆449Updated 5 months ago
- Fast lossless data compression in Go☆618Updated last week
- Tool to detect Go structs that would take less memory if their fields were sorted.☆535Updated 2 years ago
- Find in Go repeated strings that could be replaced by a constant☆314Updated 8 months ago
- ☆429Updated this week
- Code generation tools for Go.☆432Updated 7 months ago
- Source code analyzer that helps you to make your Go programs more consistent.☆362Updated 7 months ago
- Package renameio provides a way to atomically create or replace a file or symbolic link.☆672Updated 2 weeks ago
- Package treeprint provides a simple ASCII tree composing tool.☆418Updated 7 months ago
- Remove unnecessary type conversions from Go source☆388Updated 11 months ago
- prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.☆662Updated 2 weeks ago
- Shotizam analyzes the size of Go binaries☆614Updated last year
- Package stack implements utilities to capture, manipulate, and format call stacks.☆404Updated 4 years ago
- Quick helpers for testing Go applications