]> 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)
committerRuss Cox <rsc@golang.org>
Fri, 5 Dec 2014 19:04:17 +0000 (14:04 -0500)
commit75c8a78e61617f845c95abb01d7680aae60069ad
tree1d88f80c9caecc295672d5ce5cff77d8920a796c
parentf42f5263adf97d226dbe7d993928522e392eb349
[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