1
0
mirror of https://github.com/golang/go synced 2024-10-06 09:21:21 -06:00
go/src/cmd/api
Brad Fitzpatrick f69132d7ad 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
2012-03-17 11:20:46 -07:00
..
testdata/src/pkg cmd/api: work on Windows again, and make gccgo files work a bit more 2012-03-11 17:55:15 -07:00
goapi_test.go go/build: replace FindTree, ScanDir, Tree, DirInfo with Import, Package 2012-03-01 12:12:09 -05:00
goapi.go build: catch API changes during build 2012-03-17 11:20:46 -07:00