Unverified Commit 4bb27a3b authored by ^_^void's avatar ^_^void Committed by GitHub

remove custom Go

parent 7a98521d
......@@ -60,16 +60,10 @@ IF "%ERRORLEVEL%" == 1 (
EXIT 1
)
WHERE go.exe
IF NOT EXIST %GOROOT% (
IF NOT EXIST %DIR%\go\bin\go.exe (
ECHO "Build the custom go"
PUSHD %DIR%\go\src
CALL make.bat
POPD
)
SET GOROOT=%DIR%\go
ECHO "GOROOT not found"
EXIT 1
)
SET GOPATH=%DIR%
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment