docs: project docs, scripts, deployment configs, and evidence
This commit is contained in:
14
test_go.bat
Normal file
14
test_go.bat
Normal file
@@ -0,0 +1,14 @@
|
||||
@echo off
|
||||
echo Testing Go installation...
|
||||
echo.
|
||||
echo Checking Go version...
|
||||
"C:\Program Files\Go\bin\go.exe" version
|
||||
if %errorlevel% == 0 (
|
||||
echo.
|
||||
echo SUCCESS: Go is working!
|
||||
) else (
|
||||
echo.
|
||||
echo ERROR: Go is not working
|
||||
)
|
||||
echo.
|
||||
pause
|
||||
Reference in New Issue
Block a user