life4 / awesome-go-code-formattersLinks
A curated list of Go code formatters (like gofmt)
☆41Updated 5 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☆42Updated 3 weeks ago
- Golang linter to check the errors handling expressions☆67Updated 4 months ago
- Syntax-aware Go code search, based on the mvdan/gogrep☆46Updated 2 years 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 5 years ago
- Check that no globals are present in Go code.☆128Updated 8 months ago
- Linter that confirms DB rows and statements are closed properly.☆91Updated 8 months ago
- Intern Go strings☆97Updated 2 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 last week
- CPU-guided performance analyzer for Go☆78Updated 3 years ago
- Check that no init functions are present in Go code.☆43Updated 4 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- A helper tool to work with profile.proto (pprof) files☆61Updated 3 years ago
- go test with colors☆11Updated last year
- Better sync package for Go.☆22Updated last year
- 🚔 Enforce field tags in (un)marshaled structs☆39Updated 3 weeks ago
- Go linter to detect erroneous multiplication of duration values☆49Updated 3 months ago
- Gotcha 🎯 seamlessly patches go runtime to provide a convenient way to track amount of heap allocated bytes, objects, calls per goroutin…☆39Updated 3 years ago
- High performance JSON iterator & validator for Go☆99Updated 2 years ago
- Collection of unusual generics usecases in Go☆55Updated 3 years ago
- Easily build SQL queries in Go.☆97Updated last year
- ☆33Updated 3 years ago
- Run Go tests inside a Docker image☆100Updated last week
- ☆55Updated last year
- A linter to ensure that slices are not initialized with non-zero length☆79Updated 3 months ago
- Linter to detects the overuse or misuse of interfaces in Go code AKA "Interface Pollution"☆17Updated 6 months ago
- Collection of dirty hacks in Go☆67Updated 2 years ago
- Fixes simple parse errors automatically. Works great in combination with goimports.☆86Updated 6 years ago
- ☆121Updated last month
- A tool for design-by-contract in Go☆114Updated 7 years ago