mdempsky / maligned
Tool to detect Go structs that would take less memory if their fields were sorted.
☆536Updated last year
Related projects ⓘ
Alternatives and complementary repositories for maligned
- prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.☆638Updated 7 months ago
- Selected Go-internal packages factored out from the standard library☆876Updated last month
- Quick helpers for testing Go applications☆529Updated 8 months ago
- Code generation tools for Go.☆423Updated last month
- A collection of packages to augment the go testing package and support common patterns.☆518Updated 2 months ago
- Golang deep variable equality test that returns human-readable differences☆759Updated 4 months ago
- A refactoring tool for Go☆670Updated 5 months ago
- ☆373Updated this week
- experimental new HTTP client API for #golang (WIP)☆584Updated 5 years ago
- Clock is a small library for mocking time in Go.☆680Updated last year
- A CLI to turn Go's benchmark output into pictures☆341Updated 5 years ago
- 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 …☆651Updated last year
- Shotizam analyzes the size of Go binaries☆606Updated 4 months ago
- a fake clock for golang☆667Updated last month
- Make temporary edits to your Go module dependencies☆897Updated 3 years ago
- structslop is a static analyzer for Go that recommends struct field rearrangements to provide for maximum space/allocation efficiency.☆816Updated 9 months ago
- Get hash values for arbitrary values in Go (golang).☆754Updated last year
- Attach hooks to any database/sql driver☆651Updated 4 months ago
- Source code analyzer that helps you to make your Go programs more consistent.☆336Updated 7 months ago
- Pprof made easy at development time for Go☆751Updated 4 years ago
- Package stack implements utilities to capture, manipulate, and format call stacks.☆397Updated 3 years ago
- Detect ineffectual assignments in Go code.☆402Updated 11 months ago
- A Go tool to auto generate methods for your enums☆480Updated 3 months ago
- Analyzer: checks whether HTTP response body is closed and a re-use of TCP connection is not blocked.☆309Updated last month
- Automated Semantic Import Versioning Upgrades☆370Updated 8 months ago
- fault injection library in go using standard http middleware☆506Updated 3 weeks ago
- Arbitrary-precision decimals for Go☆689Updated 3 months ago
- Parse and modify Go struct field tags☆633Updated last year
- Package httpsnoop provides an easy way to capture http related metrics (i.e. response time, bytes written, and http status code) from you…☆1,039Updated last month
- Diodes are ring buffers manipulated via atomics.☆463Updated 2 weeks ago