feat: scripts.
This commit is contained in:
11
upgrade.bat
Normal file
11
upgrade.bat
Normal file
@@ -0,0 +1,11 @@
|
||||
echo off
|
||||
|
||||
::指定起始文件夹
|
||||
set DIR="%cd%"
|
||||
|
||||
for /R %DIR% /d %%i in (*) do (
|
||||
echo %%i
|
||||
cd %%i
|
||||
go get all
|
||||
go mod tidy
|
||||
)
|
||||
Reference in New Issue
Block a user