go-tools
go-tools copied to clipboard
SA1019: Fix missing deprecated fields in struct initialization
Addresses https://github.com/dominikh/go-tools/issues/607, For code like
ae.SD{
D: "used",
}
It will print
ae.SD.D is deprecated: external don't use me (SA1019)
Hey @HeinKalido, do you have any plan to try to get conflicts resolved? Otherwise, I could create a similar PR with conflicts resolved, and also add you as co-author for credits.
@dominikh any chance to get this reviewed and merged? (ofc, conflicts need to be solved, but beyond that?)
Thanks!
@dominikh any chance to get this reviewed and merged? (ofc, conflicts need to be solved, but beyond that?)
Sure, once I have time to look at it.
@joanlopez @dominikh I have applied the changes to the moved files.
Apologies for the delay.
@joanlopez @dominikh I have applied the changes to the moved files.
Apologies for the delay.
Awesome! :) Thanks!
Is there any active work on this PR right now? this is a pretty big gap in the usage of this linter right now
I'll get around to merging it eventually.