]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1] cmd/api: add api/next.txt
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 13 Jun 2012 20:24:10 +0000 (16:24 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 13 Jun 2012 20:24:10 +0000 (16:24 -0400)
commit40960a55c3fd7091dd174486bb6cdf998e148194
tree9ef59d5a7ff842e5d3663a94a1cbd13faa8b9aba
parentcee42ca53b1ceb9035bd7cc87ed772ff7e7eeda1
[release-branch.go1] cmd/api: add api/next.txt

««« backport 1098c239b9ad
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