A possible RC 1 - one more time
Pre-release
Pre-release
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...