Is your feature request related to a problem?
It is really difficult to go through my code base and properly ensure that all struct fields are initialized explicitly. Possible I can look into implementing this if it is allowed.
Describe the solution you'd like
-fix adds the missing fields.
Use Case
Adding exhaustruct to an existing project is nearly impossible. It only reports a max of 50 issues and requires manual fixing of each struct which is a lot of places to change
Is your feature request related to a problem?
It is really difficult to go through my code base and properly ensure that all struct fields are initialized explicitly. Possible I can look into implementing this if it is allowed.
Describe the solution you'd like
-fixadds the missing fields.Use Case
Adding exhaustruct to an existing project is nearly impossible. It only reports a max of 50 issues and requires manual fixing of each struct which is a lot of places to change