mirror of
https://github.com/golang/go
synced 2024-11-22 21:50:03 -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:
parent
d87d488953
commit
dfa139aaa0
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user