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:
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆41Updated 2 weeks ago
- CPU-guided performance analyzer for Go☆80Updated 2 years ago
- Golang linter to check the errors handling expressions☆55Updated 4 years ago
- Syntax-aware Go code search, based on the mvdan/gogrep☆41Updated 2 years ago
- Run Go tests inside a Docker image☆100Updated 6 months ago
- Check that no globals are present in Go code.☆119Updated 3 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`.☆26Updated 3 weeks ago
- Better sync package for Go.☆22Updated last year
- Linter that confirms DB rows and statements are closed properly.☆89Updated 3 months ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 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
- A tool for design-by-contract in Go☆114Updated 6 years ago
- 🚔 Enforce field tags in (un)marshaled structs☆38Updated last week
- The Golang linter that checks that there is no simultaneous return of `nil` error and an invalid value.☆74Updated 3 weeks ago
- Golang linter to use strconv☆41Updated 5 months ago
- High performance JSON iterator & validator for Go☆96Updated last year
- A helper tool to work with profile.proto (pprof) files☆60Updated 3 years ago
- Go linter to detect erroneous multiplication of duration values☆48Updated 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
- Accept Interfaces, Return Concrete Types☆74Updated last week
- Golang linter that encourages you to use a separate _test package☆51Updated last week
- Create a heatmap index based on the profile.proto profile data☆24Updated 3 years ago
- Check that no init functions are present in Go code.☆42Updated 4 years ago
- The code used to serve gocorpus application☆52Updated last year
- ☆54Updated 10 months ago
- My personal, slightly improved version of benchstat utility☆20Updated 2 years ago
- Easily build SQL queries in Go.☆94Updated last year
- 👩⚕️👨⚕️ Mission-critical concurrent health checks synchronization☆31Updated 3 months ago
- Source code analyzer that helps you to maintain variable/field naming conventions inside your project.☆40Updated 6 years ago
- Go linter that checks if package imports are in a list of acceptable packages.☆171Updated 5 months ago