docs: project docs, scripts, deployment configs, and evidence
This commit is contained in:
18
verify_go.bat
Normal file
18
verify_go.bat
Normal file
@@ -0,0 +1,18 @@
|
||||
@echo off
|
||||
echo Verifying Go installation...
|
||||
echo.
|
||||
"C:\Program Files\Go\bin\go.exe" version
|
||||
echo.
|
||||
if %errorlevel% == 0 (
|
||||
echo [SUCCESS] Go is working!
|
||||
echo.
|
||||
echo Please tell WorkBuddy: "Go验证成功"
|
||||
) else (
|
||||
echo [ERROR] Go is not working
|
||||
echo.
|
||||
echo Please try:
|
||||
echo 1. Close all command windows
|
||||
echo 2. Open new PowerShell
|
||||
echo 3. Run: go version
|
||||
)
|
||||
pause
|
||||
Reference in New Issue
Block a user