maligned icon indicating copy to clipboard operation
maligned copied to clipboard

Tool to detect Go structs that would take less memory if their fields were sorted.

Deprecated: Use https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/fieldalignment instead.

Install:

go get github.com/mdempsky/maligned

Usage:

maligned cmd/compile/internal/gc cmd/link/internal/ld