@echo off
go build
if %errorlevel% neq 0 (
pause
exit /b %errorlevel%
)
go build ./install
echo Gosora was successfully built