Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdempsky/maligned

Tool to detect Go structs that would take less memory if their fields were sorted.
https://github.com/mdempsky/maligned

Last synced: 10 days ago
JSON representation

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

Awesome Lists containing this project

README

        

**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