]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.4] cmd/api: make API check fail for undeclared API in release...
authorRuss Cox <rsc@golang.org>
Fri, 5 Dec 2014 19:04:17 +0000 (14:04 -0500)
committerDavid Symonds <dsymonds@golang.org>
Fri, 12 Dec 2014 04:37:58 +0000 (15:37 +1100)
commitbd8077116e2fe04306fc75ed1bd1eb3586b9cd1d
tree3494764478fb3b999bb91d5781e631426056c792
parent77e96c9208d037157c31012c4db192c8b56c6c43
[release-branch.go1.4] cmd/api: make API check fail for undeclared API in release branch

We forgot to do the usual API review.
Make that not possible in the future.
I'll pull this change over to the main
branch too, but it's more important
(and only testable) here.

LGTM=bradfitz
R=bradfitz
CC=golang-codereviews
https://golang.org/cl/185050043
src/cmd/api/goapi.go