This commit is contained in:
2026-08-09 16:20:13 +08:00
parent 4bbed3156c
commit 4fe24d9770
65 changed files with 3 additions and 5585 deletions

View File

@@ -47,12 +47,7 @@ while IFS= read -r -d '' go_mod; do
module_path="$(awk '$1 == "module" { print $2; exit }' "${go_mod}")"
module_path="${module_path//$'\r'/}"
if [[ "$(basename -- "${module_dir}")" == "delivery" ]]; then
output_dir="${module_dir}/external/pb/delivery"
else
output_dir="${module_dir}/pb"
fi
output_dir="${module_dir}/pb"
mkdir -p "${output_dir}"
find "${output_dir}" -maxdepth 1 -type f \