life4 / awesome-go-code-formatters
A curated list of Go code formatters (like gofmt)
☆35Updated 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
- The Golang linter that checks that sentinel errors are prefixed with the `Err` and error types are suffixed with the `Error` or `Errors`.☆25Updated last week
- Checks for a new line before return and branch statements.☆27Updated 10 months ago
- Better sync package for Go.☆22Updated 11 months ago
- Syntax-aware Go code search, based on the mvdan/gogrep☆40Updated last year
- CPU-guided performance analyzer for Go☆75Updated 2 years ago
- Linter that checks that comments end in a period☆45Updated last month
- ☆24Updated 2 years ago
- Create a heatmap index based on the profile.proto profile data☆24Updated 3 years ago
- A helper tool to work with profile.proto (pprof) files☆60Updated 2 years ago
- intrange is a program for checking for loops that could use the Go 1.22 integer range feature.☆19Updated this week
- Go linter to detect erroneous multiplication of duration values☆47Updated 9 months ago
- Run Go tests inside a Docker image☆99Updated this week
- Various implementations of a go-routine safe counter☆31Updated 3 years ago
- clear go error wrapping with caller☆47Updated last year
- Check that no init functions are present in Go code.☆41Updated 3 years ago
- Check that no globals are present in Go code.☆110Updated last week
- Source code analyzer that helps you to maintain variable/field naming conventions inside your project.☆40Updated 5 years ago
- My personal, slightly improved version of benchstat utility☆20Updated last year
- 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
- Golang linter to check the errors handling expressions☆49Updated 4 years 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
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆41Updated last month
- High performance JSON iterator & validator for Go☆92Updated last year
- Daily builds of active Go development branches☆18Updated 3 weeks ago
- A linter to ensure that slices are not initialized with non-zero length☆75Updated 3 weeks ago
- Convenience wrapper around "go test" + "benchstat".☆22Updated 5 years ago
- Golang linter to use strconv☆31Updated this week
- ☆33Updated 2 years ago
- utils for Go context☆25Updated 4 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆85Updated last year