dkorunic / betteralign

Make your Go programs use less memory (maybe)
BSD 3-Clause "New" or "Revised" License
671 stars 14 forks source link

Use stable sorting function #9

Closed anuramat closed 1 year ago

anuramat commented 1 year ago

Why not use stable sort for struct fields?

The fix is like five keystrokes, but I'll attach a PR.

Thanks for your work btw, great tool!