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:
- Syntax-aware Go code search, based on the mvdan/gogrep☆46Updated 2 years ago
- Check that no globals are present in Go code.☆122Updated 5 months ago
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆41Updated 3 weeks ago
- Golang linter to check the errors handling expressions☆57Updated last month
- 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 5 years ago
- CPU-guided performance analyzer for Go☆79Updated 3 years 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
- Create a heatmap index based on the profile.proto profile data☆24Updated 3 years ago
- ☆121Updated last year
- Check that no init functions are present in Go code.☆42Updated 4 years ago
- Better sync package for Go.☆22Updated last year
- The code used to serve gocorpus application☆52Updated last year
- A helper tool to work with profile.proto (pprof) files☆60Updated 3 years ago
- Source code analyzer that helps you to maintain variable/field naming conventions inside your project.☆40Updated 6 years ago
- High performance JSON iterator & validator for Go☆95Updated last year
- Go linter to detect erroneous multiplication of duration values☆48Updated 2 weeks ago
- Golang linter to use strconv☆42Updated 2 weeks ago
- A linter to ensure that slices are not initialized with non-zero length☆78Updated last week
- Collection of unusual generics usecases in Go☆55Updated 3 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
- Golang linter that encourages you to use a separate _test package☆51Updated this week
- My personal, slightly improved version of benchstat utility☆20Updated 2 years ago
- Convenience wrapper around "go test" + "benchstat".☆22Updated 5 years ago
- go test with colors☆11Updated last year
- Collection of dirty hacks in Go☆67Updated 2 years ago
- Intern Go strings☆96Updated last year
- Run Go tests inside a Docker image☆100Updated 8 months ago
- A tool for design-by-contract in Go☆114Updated 6 years ago
- golang's present tool but with code syntax highlighting☆40Updated 2 years ago