Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mdempsky/maligned
- Owner: mdempsky
- License: bsd-3-clause
- Created: 2015-10-09T05:13:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T13:42:16.000Z (over 1 year ago)
- Last Synced: 2024-10-14T11:52:57.000Z (28 days ago)
- Language: Go
- Size: 15.6 KB
- Stars: 530
- Watchers: 18
- Forks: 42
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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