all: go mod tidy
Created by: keegancsmith
Ran
find . -name go.mod -type f -exec dirname '{}' \; | while read -r d; do pushd $d; go mod tidy; popd; done
Test Plan: ci
Created by: keegancsmith
Ran
find . -name go.mod -type f -exec dirname '{}' \; | while read -r d; do pushd $d; go mod tidy; popd; done
Test Plan: ci