v1.0.0 — Initial release
Highlights
- Struct alignment analysis for Go sources (padding waste and field layout)
- Output formats: text, JSON, and table
- Support for
// goalign:ignoreon types - Recursive directory scanning with severity levels
Install
go install github.com/gopherust-io/goalign@v1.0.0Notes
- First public CLI release.
- Historical: early builds used a pre-
gopherust-iomodule path; install via the path above on this and later tags.