feat: update.

This commit is contained in:
tx7do
2023-10-25 16:55:53 +08:00
parent 1c225465de
commit 498bc3ea18
7 changed files with 105 additions and 22 deletions

View File

@@ -3,9 +3,17 @@ echo off
::指定起始文件夹
set DIR="%cd%"
for /R %DIR% /d %%i in (*) do (
echo %%i
cd %%i
go get all
go mod tidy
)
go get all
go mod tidy
cd %DIR%/bank_card
go get all
go mod tidy
cd %DIR%/entgo
go get all
go mod tidy
cd %DIR%/geoip
go get all
go mod tidy