Add the possibility to overview all go:generate commands to prevent their execution by go generate ./... method.
See https://go.dev/blog/supply-chain. Make research: if it's a problem, then publish the issue to go. Try to figure out how go fixes it. Maybe go generate has some flags. Also, it will be great to show all init() functions.
$ egg scan
# scan go code and find
# - all go:generate directives for review
# - all init function
Add the possibility to overview all
go:generatecommands to prevent their execution bygo generate ./...method.See https://go.dev/blog/supply-chain. Make research: if it's a problem, then publish the issue to go. Try to figure out how go fixes it. Maybe
go generatehas some flags. Also, it will be great to show allinit()functions.