You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 11, 2022. It is now read-only.
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