]> Cypherpunks.ru repositories - gostls13.git/commit
build: catch API changes during build
authorBrad Fitzpatrick <bradfitz@golang.org>
Sat, 17 Mar 2012 18:20:46 +0000 (11:20 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 17 Mar 2012 18:20:46 +0000 (11:20 -0700)
commitf69132d7ad89c6507af6079bd75d2fe50f7f7fe8
tree9c90f1dfec3a57871f123faf835ff86451b9b0c8
parent883a96d9509c62fddc03fedf4b711c738dc7ac9e
build: catch API changes during build

Adds new file api/go1.txt, locking down the current API.
Any changes to the API will need to update that file.

run.bash (but not make.bash, or Windows) will check for
accidental API changes.

R=golang-dev, dsymonds, rsc
CC=golang-dev
https://golang.org/cl/5820070
api/go1.txt [new file with mode: 0644]
src/cmd/api/goapi.go
src/run.bash