Skip to content

v1.0.0 — Initial release

Choose a tag to compare

@gopherust-io gopherust-io released this 01 Aug 15:03
· 27 commits to master since this release

Highlights

  • Struct alignment analysis for Go sources (padding waste and field layout)
  • Output formats: text, JSON, and table
  • Support for // goalign:ignore on types
  • Recursive directory scanning with severity levels

Install

go install github.com/gopherust-io/goalign@v1.0.0

Notes

  • First public CLI release.
  • Historical: early builds used a pre-gopherust-io module path; install via the path above on this and later tags.