life4 / awesome-go-code-formatters
A curated list of Go code formatters (like gofmt)
☆38Updated 4 years ago
Alternatives and similar repositories for awesome-go-code-formatters:
Users that are interested in awesome-go-code-formatters are comparing it to the libraries listed below
- Golang linter to use strconv☆40Updated last month
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆41Updated last week
- Cache that tries to keep data local for the goroutine and reduce synchronization overhead, but keep it is safe for concurrent use.☆45Updated 4 years ago
- Simple linter to check that your code does not contain non-ASCII identifiers☆27Updated 2 weeks ago
- Better sync package for Go.☆22Updated last year
- Syntax-aware Go code search, based on the mvdan/gogrep☆39Updated 2 years ago
- ☆33Updated 2 years ago
- ☆24Updated 2 years ago
- Golang linter to check the errors handling expressions☆50Updated 4 years ago
- Collection of unusual generics usecases in Go☆55Updated 3 years ago
- A helper tool to work with profile.proto (pprof) files☆60Updated 2 years ago
- go test with colors☆11Updated 6 months ago
- Daily builds of active Go development branches☆18Updated last month
- GoDoX extract speficic comments from Go code based on keywords☆17Updated 2 months ago
- Convenience wrapper around "go test" + "benchstat".☆22Updated 5 years ago
- Check that no init functions are present in Go code.☆41Updated 4 years ago
- Run Go tests inside a Docker image☆99Updated 2 months ago
- Go linter to detect erroneous multiplication of duration values☆47Updated 11 months ago
- Checks for a new line before return and branch statements.☆28Updated last year
- detects nested contexts in loops or function literals☆34Updated last week
- Source code analyzer that helps you to maintain variable/field naming conventions inside your project.☆40Updated 5 years ago
- Create a heatmap index based on the profile.proto profile data☆24Updated 3 years ago
- The Golang linter that checks that sentinel errors are prefixed with the `Err` and error types are suffixed with the `Error` or `Errors`.☆25Updated 3 weeks ago
- Check that no globals are present in Go code.☆112Updated 2 months ago
- Gotcha 🎯 seamlessly patches go runtime to provide a convenient way to track amount of heap allocated bytes, objects, calls per goroutin…☆39Updated 2 years ago
- Linter that checks that comments end in a period☆46Updated 2 months ago
- Accept Interfaces, Return Concrete Types☆65Updated last week
- CPU-guided performance analyzer for Go☆76Updated 2 years ago
- pct is a 'sort | uniq -c' replacement that also prints percentages☆43Updated 2 years ago
- Matcher is a fast path matcher/globber supporting globstar/doublestar☆52Updated 2 years ago