Skip to content

Commit

Permalink
Tries to update .bat file -- for the last time ever!
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Sep 1, 2024
1 parent 12fc297 commit baadf48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/go-mod-tidy.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:: NOTE: THIS FILE IS NOT MAINTAINED AND IS LIKELY BROKEN
:: NO WE DON'T SUPPORT WINDOWS

@echo off
setlocal

Expand All @@ -14,6 +17,7 @@ cd /d %ROOT_DIR%\examples\nameManager && go mod tidy
cd /d %ROOT_DIR%\examples\simple && go mod tidy
cd /d %ROOT_DIR%\examples\withStreaming && go mod tidy
cd /d %ROOT_DIR%\src\apps\chifra && go mod tidy
cd /d %ROOT_DIR%\src\node && go mod tidy
cd /d %ROOT_DIR%\src\dev_tools\goMaker && go mod tidy
cd /d %ROOT_DIR%\src\dev_tools\sdkFuzzer && go mod tidy
cd /d %ROOT_DIR%\src\dev_tools\testRunner && go mod tidy
Expand Down
4 changes: 4 additions & 0 deletions scripts/go-work-sync.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:: NOTE: THIS FILE IS NOT MAINTAINED AND IS LIKELY BROKEN
:: NO WE DON'T SUPPORT WINDOWS

@echo off
setlocal

Expand All @@ -19,6 +22,7 @@ cd %ROOT_DIR% && go work use .\examples\nameManager
cd %ROOT_DIR% && go work use .\examples\simple
cd %ROOT_DIR% && go work use .\examples\withStreaming
cd %ROOT_DIR% && go work use .\src\apps\chifra
cd %ROOT_DIR% && go work use .\src\node
cd %ROOT_DIR% && go work use .\src\dev_tools\goMaker
cd %ROOT_DIR% && go work use .\src\dev_tools\sdkFuzzer
cd %ROOT_DIR% && go work use .\src\dev_tools\testRunner
Expand Down

0 comments on commit baadf48

Please sign in to comment.