1
0
mirror of https://github.com/golang/go synced 2024-11-22 22:30:02 -07:00

src/run.bat: add new flag for api tool

Fixes build.
Makes me annoyed.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/6591074
This commit is contained in:
Rob Pike 2012-10-04 11:49:33 +10:00
parent d87d488953
commit dfa139aaa0

View File

@ -97,7 +97,7 @@ echo.
if %FAIL%==1 goto fail
echo # Checking API compatibility.
go tool api -c ..\api\go1.txt -next ..\api\next.txt
go tool api -c ..\api\go1.txt -next ..\api\next.txt -except ..\api\except.txt
if errorlevel 1 goto fail
echo.