Reduce Go programs
☆215Mar 19, 2024Updated last year
Alternatives and similar repositories for goreduce
Users that are interested in goreduce are comparing it to the libraries listed below
Sorting:
- Remove implicit field traversals from Go source☆37Mar 25, 2022Updated 3 years ago
- Search for Go code using syntax trees☆476Jun 9, 2021Updated 4 years ago
- ☆393Sep 15, 2017Updated 8 years ago
- Find unused parameters in Go☆568Oct 27, 2025Updated 4 months ago
- prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.☆664Feb 26, 2026Updated last week
- unimport is a Go static analysis tool to find unnecessary import aliases.☆70Nov 6, 2017Updated 8 years ago
- A simple library that diffs things☆15Jan 17, 2020Updated 6 years ago
- like gofmt except for go templates☆173Nov 4, 2017Updated 8 years ago
- ☆341Sep 15, 2017Updated 8 years ago
- A tool to show Go package's API changes between two (git) revisions☆173May 19, 2017Updated 8 years ago
- ddmin test case minimization algorithm☆31Sep 4, 2021Updated 4 years ago
- Automatically exported from code.google.com/p/gosmith☆53Nov 16, 2015Updated 10 years ago
- Run linters from Go code -☆66Oct 28, 2018Updated 7 years ago
- Httpfake – A Golang httptest wrapper for easily setting up a fake server☆116Jan 18, 2024Updated 2 years ago
- Benchstat computes and compares statistics about benchmarks.☆142Feb 18, 2018Updated 8 years ago
- A Go implementation of Git functions☆346Jan 16, 2018Updated 8 years ago
- A C11 positional lexer with error reporting written in Go☆22Aug 28, 2017Updated 8 years ago
- Statictemplate is a code generator for Go's text/template and html/template.