4 lines
49 B
Batchfile
4 lines
49 B
Batchfile
|
cd /d %~dp0
|
||
|
cd ..
|
||
|
go build -o gowiki.exe
|
||
|
pause
|