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:
- Syntax-aware Go code search, based on the mvdan/gogrep☆46Updated 2 years ago
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆42Updated last week
- Golang linter to check the errors handling expressions☆67Updated 4 months ago
- Run Go tests inside a Docker image☆100Updated 11 months ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- CPU-guided performance analyzer for Go☆78Updated 3 years ago
- A tool for design-by-contract in Go☆114Updated 7 years ago
- Linter that confirms DB rows and statements are closed properly.☆91Updated 8 months ago
- Better sync package for Go.☆22Updated last year
- 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
- 🚔 Enforce field tags in (un)marshaled structs☆39Updated last week
- 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☆99Updated last year
- Linter to detects the overuse or misuse of interfaces in Go code AKA "Interface Pollution"☆17Updated 6 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 last month
- Check that no globals are present in Go code.☆128Updated 8 months ago
- Go linter to detect erroneous multiplication of duration values☆49Updated 3 months ago
- Intern Go strings☆97Updated 2 years ago
- ☆26Updated 3 years ago
- Support for Unix domain sockets in Go HTTP clients☆84Updated 4 months ago
- ☆121Updated last month
- A helper tool to work with profile.proto (pprof) files☆61Updated 3 years ago
- A corpus of popular Go modules☆109Updated last year
- Easily build SQL queries in Go.☆97Updated last year
- Checks for a new line before return and branch statements.☆27Updated last year
- Golang linter to use strconv☆43Updated 2 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
- Accept Interfaces, Return Concrete Types☆78Updated last month
- Linter that checks that comments end in a period☆48Updated 3 months ago
- Check that no init functions are present in Go code.☆43Updated 4 years ago