Skip to content

A possible RC 1 - one more time

Pre-release
Pre-release
Compare
Choose a tag to compare
@metal3d metal3d released this 26 Jun 23:18
· 31 commits to main since this release
0.2.0-alpha2
6cbfdc3

This release proposes more fixes and configuration

  • allow the use of .goreorder file to configure the ordering (see README file)
  • a lot of fixes and factorization
  • more tests to ensure that everything is cover (sometimes not well tested, that's right)
  • allow to change the order, you can for example tell goreorder to put var before const, interface after types...
  • it now works with any types, not only structs
  • and there are many others fixes...