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
This allows to run the same command on all Go modules in the repository.
For example, to update a single dependency in all modules, one can run:
> make for-all CMD='go get github.com/[email protected]'
0 commit comments