Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] Add for-all make target (#10522)
Same as we have in contrib. Sometimes it's helpful to run a specific command in all modules not just a make target. For example, `CMD="go mod edit -replace go.opentelemetry.io/otel/sdk/metric=../opentelemetry-go/sdk/metric" make for-all` to debug go library issues.
- Loading branch information