4 lines
77 B
Batchfile
4 lines
77 B
Batchfile
|
cd /d %~dp0
|
||
|
cd ..
|
||
|
go-bindata -debug -verbose -o bindata.go ./web/...
|
||
|
pause
|