metal3d / goreorder

Reorder methods, constructors and structs in Go files
6 stars 1 forks source link

Multiple structs reordered, even if -reorder-structs is false #6

Open andydotxyz opened 2 years ago

andydotxyz commented 2 years ago

reordering Fyne's widget/widget.go puts DisablableWidget and methods above BaseWidget

andydotxyz commented 2 years ago

However using -reorder-structs leaves them as is (which is already the correct order)

metal3d commented 1 year ago

There are some weird behaviors I need to test. I keep this issue open and I will check how it works on widget/widget.go