life4 / awesome-go-code-formattersLinks
A curated list of Go code formatters (like gofmt)
☆40Updated 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:
- Checks for a new line before return and branch statements.☆28Updated last year
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆41Updated 2 weeks ago
- Check that no init functions are present in Go code.☆42Updated 4 years ago
- Golang linter to check the errors handling expressions☆53Updated 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`.☆25Updated 3 weeks ago
- CPU-guided performance analyzer for Go☆79Updated 2 years ago
- Linter that checks that comments end in a period☆48Updated last month
- Golang linter to use strconv☆40Updated 3 months ago
- ☆24Updated 2 years ago
- Go linter to detect erroneous multiplication of duration values☆47Updated last year
- High performance JSON iterator & validator for Go☆95Updated last year
- Source code analyzer that helps you to maintain variable/field naming conventions inside your project.☆40Updated 6 years ago
- Better sync package for Go.☆22Updated last year
- ☆53Updated 8 months ago
- Tiny wrapper around SQLX for Generic SQL queries☆48Updated 8 months ago
- Simple linter to check that your code does not contain non-ASCII identifiers☆27Updated 2 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 4 years ago
- Create a heatmap index based on the profile.proto profile data☆24Updated 3 years ago
- Go linter that checks if package imports are in a list of acceptable packages.☆165Updated 3 months ago
- A helper tool to work with profile.proto (pprof) files☆60Updated 3 years ago
- Check that no globals are present in Go code.☆115Updated last month
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated last year
- A linter to ensure that slices are not initialized with non-zero length☆76Updated 5 months ago
- Run Go tests inside a Docker image☆99Updated 4 months ago
- My personal, slightly improved version of benchstat utility☆20Updated last year
- Provides primitives to perform ordered GRAceful TERmination for Golang applications☆28Updated 4 months ago
- nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.☆130Updated 3 weeks ago
- go test with colors☆11Updated 8 months ago
- Daily builds of active Go development branches☆18Updated 2 weeks ago
- Accept Interfaces, Return Concrete Types☆69Updated last month