]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/api: add api/next.txt
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 23 May 2012 01:41:20 +0000 (18:41 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 23 May 2012 01:41:20 +0000 (18:41 -0700)
commit71c1a7b77700ea8e549368c8606d74d7a7b5104f
treefa6ff20008539c733e4b1d11aaf7faa2ddf53014
parent33a89b5fdad1917e292b7a8aea5f164c1460177d
cmd/api: add api/next.txt

This quiets all.bash noise for upcoming features we know about.

The all.bash warnings will now only print for things not in next.txt
(or in next.txt but not in the API).

Once an API is frozen, we rename next.txt to a new frozen file
(like go1.txt)

Fixes #3651

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6218069
api/README [new file with mode: 0644]
api/next.txt [new file with mode: 0644]
src/cmd/api/goapi.go
src/run.bash
src/run.bat