quasilyte / go-consistent
Source code analyzer that helps you to make your Go programs more consistent.
☆347Updated 3 months ago
Alternatives and similar repositories for go-consistent
Users that are interested in go-consistent are comparing it to the libraries listed below
Sorting:
- Search for Go code using syntax trees☆476Updated 3 years ago
- A CLI to turn Go's benchmark output into pictures☆341Updated 5 years ago
- Find in Go repeated strings that could be replaced by a constant☆306Updated last week
- Find outdated dependencies of your Go projects. go-mod-outdated provides a table view of the go list -u -m -json all command which lists …☆660Updated 2 years ago
- Tool to detect Go structs that would take less memory if their fields were sorted.☆537Updated 2 years ago
- Continuous Benchmark for Go Project☆387Updated last week
- Pprof made easy at development time for Go☆757Updated 4 years ago
- Code generation tools for Go.☆431Updated 7 months ago
- prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.☆655Updated last year
- Analyzer: checks whether HTTP response body is closed and a re-use of TCP connection is not blocked.☆316Updated last week
- View annotated files based on line-spec☆226Updated last year
- experimental new HTTP client API for #golang (WIP)☆586Updated 6 years ago
- ♻️ The most advanced interruptible mechanism to perform actions repetitively until successful.☆344Updated 11 months ago
- Remove unnecessary type conversions from Go source☆383Updated 3 months ago
- Debugging helper utilities for Go☆356Updated 2 years ago
- A simple assertion library that you probably shouldn't use.☆132Updated 5 years ago
- Quick helpers for testing Go applications☆529Updated last year
- Using brotli compression to embed static files in Go.☆530Updated 3 years ago
- GoThanks automatically stars Go's official repository and your go.mod github dependencies, providing a simple way to say thanks to the m…☆127Updated 2 years ago
- Convert Go values to their AST☆309Updated 3 months ago
- Package treeprint provides a simple ASCII tree composing tool.☆406Updated 2 years ago
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 years ago
- Unified diff parser and printer for Go☆439Updated last year
- https://the-zen-of-go.netlify.com☆246Updated 5 years ago
- A refactoring tool for Go☆675Updated 2 months ago
- Handle Go recover, panic, and errors in a graceful way. Multiple errors support, basic filters and custom handlers.☆235Updated 7 years ago
- Reduce debugging time. Use static & stack-trace analysis to identify the error immediately.☆459Updated last year
- fault injection library in go using standard http middleware☆510Updated last month
- A sql driver that will wrap any other driver and log/trace all its calls☆262Updated 5 years ago
- A Go library for validating structs, maps and slices.☆229Updated 6 months ago