quasilyte / go-parsefix
Fixes simple parse errors automatically. Works great in combination with goimports.
☆86Updated 5 years ago
Alternatives and similar repositories for go-parsefix:
Users that are interested in go-parsefix are comparing it to the libraries listed below
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆85Updated 2 months ago
- ☆78Updated 4 years ago
- ☆91Updated last month
- Support for Unix domain sockets in Go HTTP clients☆79Updated 11 months ago
- 👻 Locate and fix overly complex lines of code in Go.☆52Updated 6 years ago
- dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.☆73Updated 10 months ago
- Backwards compatibility linter for Go.☆68Updated 5 years ago
- Package bad idea contains no good ideas☆29Updated 5 years ago
- Run Go tests inside a Docker image☆99Updated last week
- Format Go's benchmarking output☆88Updated 2 years ago
- Linter for errors.Is and errors.As☆46Updated 5 years ago
- identypo is a Go static analysis tool to find typos in identifiers (functions, function calls, variables, constants, type declarations, p…☆28Updated 6 years ago
- Linter for finding defer statements in Go loops☆32Updated 5 years ago
- A library of some of the utility functions provided by (but not exported) by cmd/go☆62Updated 6 years ago
- nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.☆129Updated 3 months ago
- A tool to compare different versions of an API and find incompatibilities.☆40Updated 5 years ago
- ☆24Updated 2 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 7 months ago
- Tool to detect range statements iterating over addressable arrays☆27Updated 7 years ago
- ☆41Updated 4 years ago
- An example linter written with go/analysis for tutorial purposes☆57Updated 5 years ago
- Benchmark the init cost of Go packages☆76Updated last week
- pct is a 'sort | uniq -c' replacement that also prints percentages☆43Updated last year
- Source code analyzer that helps you to maintain variable/field naming conventions inside your project.☆40Updated 5 years ago
- unindent stuff☆35Updated 4 years ago
- Gosh is an interpreted language for Go ecosystem written in Go☆62Updated 6 years ago
- Visualization of Golang benchmark output using Google charts