life4 / awesome-go-code-formattersLinks
A curated list of Go code formatters (like gofmt)
☆39Updated 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
Sorting:
- Checks for a new line before return and branch statements.☆28Updated last year
- Check that no init functions are present in Go code.☆42Updated 4 years ago
- Golang linter to use strconv☆40Updated 2 months 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 this week
- Source code analyzer that helps you to maintain variable/field naming conventions inside your project.☆40Updated 6 years ago
- A linter to ensure that slices are not initialized with non-zero length☆75Updated 4 months ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated last year
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆41Updated 3 weeks ago
- Run Go tests inside a Docker image☆99Updated 3 months ago
- A helper tool to work with profile.proto (pprof) files☆60Updated 3 years ago
- 🚔 Enforce field tags in (un)marshaled structs☆38Updated 3 weeks ago
- Syntax-aware Go code search, based on the mvdan/gogrep☆39Updated 2 years ago
- Golang linter to check the errors handling expressions☆52Updated 4 years ago
- Better sync package for Go.☆22Updated last year
- 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
- Golang linter that encourages you to use a separate _test package☆51Updated 3 weeks ago
- Linter that checks that comments end in a period☆47Updated last month
- Go linter to detect erroneous multiplication of duration values☆47Updated 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
- Easily build SQL queries in Go.☆93Updated last year
- High performance JSON iterator & validator for Go☆94Updated last year
- My personal, slightly improved version of benchstat utility☆20Updated last year
- Go linter that checks if package imports are in a list of acceptable packages.☆164Updated 2 months ago
- Simple linter to check that your code does not contain non-ASCII identifiers☆27Updated 3 weeks ago
- Embedded Swagger UI for Go☆75Updated 3 weeks ago
- Collection of unusual generics usecases in Go☆55Updated 3 years ago
- intrange is a program for checking for loops that could use the Go 1.22 integer range feature.☆30Updated 2 weeks ago
- ☆33Updated 2 years ago
- Linter that confirms DB rows and statements are closed properly.☆89Updated 2 weeks ago
- a slog handler for testing that code logs expected results☆18Updated 9 months ago