life4 / awesome-go-code-formattersLinks
A curated list of Go code formatters (like gofmt)
☆41Updated 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:
- Golang linter to check the errors handling expressions☆55Updated 4 years ago
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆41Updated 3 weeks ago
- CPU-guided performance analyzer for Go☆80Updated 2 years ago
- Linter that confirms DB rows and statements are closed properly.☆88Updated 2 months ago
- Convenience wrapper around "go test" + "benchstat".☆22Updated 5 years ago
- Check that no globals are present in Go code.☆118Updated 2 months ago
- Better sync package for Go.☆22Updated last year
- Run Go tests inside a Docker image☆99Updated 5 months ago
- Source code analyzer that helps you to maintain variable/field naming conventions inside your project.☆40Updated 6 years ago
- 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
- The Golang linter that checks that sentinel errors are prefixed with the `Err` and error types are suffixed with the `Error` or `Errors`.☆26Updated this week
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- Golang linter to use strconv☆40Updated 4 months ago
- High performance JSON iterator & validator for Go☆95Updated last year
- Collection of dirty hacks in Go☆68Updated 2 years ago
- Go linter that checks if package imports are in a list of acceptable packages.☆167Updated 5 months ago
- Syntax-aware Go code search, based on the mvdan/gogrep☆41Updated 2 years ago
- Collection of unusual generics usecases in Go☆55Updated 3 years ago
- Linter that checks that comments end in a period☆48Updated 3 months ago
- go test with colors☆11Updated 10 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
- Daily builds of active Go development branches☆18Updated 3 weeks 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
- A tool for design-by-contract in Go☆114Updated 6 years ago
- The Golang linter that checks that there is no simultaneous return of `nil` error and an invalid value.☆69Updated this week
- ☆121Updated last year
- Check that no init functions are present in Go code.☆42Updated 4 years ago
- Accept Interfaces, Return Concrete Types☆74Updated 3 months ago
- ☆54Updated 9 months ago