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 has been 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
The text was updated successfully, but these errors were encountered:
Add the possibility to overview all
go:generate
commands 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 generate
has some flags. Also, it will be great to show allinit()
functions.The text was updated successfully, but these errors were encountered: