Skip to content

v1.3.0 — Parallelism and architecture docs

Choose a tag to compare

@gopherust-io gopherust-io released this 01 Aug 15:04
· 5 commits to master since this release
ea46f67

Highlights

  • --jobs / -j to control parallel file analyzes (default: min(GOMAXPROCS, 8))
  • goalign fix reuses analyze source bytes via FixContent (avoids a second disk read)
  • Faster // goalign:ignore handling with a per-file line index
  • New ARCHITECTURE.md documenting CLI layers and packages

Install

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

Notes

  • Latest stable release. Use this tag for new installs and CI pins.