]> Cypherpunks repositories - gostls13.git/commit
cmd/api: update the API checker to Go 1.4 and git
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 12 Dec 2014 04:54:24 +0000 (15:54 +1100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 12 Dec 2014 04:59:51 +0000 (04:59 +0000)
commit082a2374fbe0d41e500158270e1ddc321c09a9e4
tree21688e05987a485f071451b0f2411286c39936a1
parentd3072127ccac58f39df12a217f1fa9bb46d36a3b
cmd/api: update the API checker to Go 1.4 and git

Still using the ancient go/types API. Updating that to the modern API
should be a separate effort in a separate change.

Change-Id: Ic1c5ae3c13711d34fe757507ecfc00ee883810bf
Reviewed-on: https://go-review.googlesource.com/1404
Reviewed-by: David Symonds <dsymonds@golang.org>
src/cmd/api/run.go