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☆42Updated 3 weeks ago
- CPU-guided performance analyzer for Go☆79Updated 3 years ago
- Golang linter to check the errors handling expressions☆63Updated 3 months ago
- Syntax-aware Go code search, based on the mvdan/gogrep☆46Updated 2 years ago
- 🚔 Enforce field tags in (un)marshaled structs☆39Updated 3 weeks 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
- Source code analyzer that helps you to maintain variable/field naming conventions inside your project.☆40Updated 6 years ago
- Check that no globals are present in Go code.☆124Updated 7 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
- Run Go tests inside a Docker image☆100Updated 10 months ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- Better sync package for Go.☆22Updated last year
- Collection of unusual generics usecases in Go☆55Updated 3 years ago
- A helper tool to work with profile.proto (pprof) files☆61Updated 3 years ago
- Go linter to detect erroneous multiplication of duration values☆49Updated 2 months ago
- Check that no init functions are present in Go code.☆42Updated 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 last week
- Intern Go strings☆97Updated 2 years ago
- A tool for design-by-contract in Go☆114Updated 6 years ago
- go test with colors☆11Updated last year
- Convenience wrapper around "go test" + "benchstat".☆22Updated 6 years ago
- Create a heatmap index based on the profile.proto profile data☆24Updated 3 years ago
- 🔍 Load environment variables into a config struct☆80Updated last year
- Linter that confirms DB rows and statements are closed properly.☆90Updated 7 months ago
- Linter to detects the overuse or misuse of interfaces in Go code AKA "Interface Pollution"☆17Updated 5 months ago
- Helper tool for manual Go code optimization.☆137Updated 9 months ago
- Collection of dirty hacks in Go☆67Updated 2 years ago
- ☆121Updated last week
- iterator library for go using a rangefunc experiment☆26Updated last year
- ☆26Updated 3 years ago