1
0
mirror of https://github.com/golang/go synced 2024-11-08 02:36:18 -07:00
go/src/cmd/api
Andrew Bonventre 43123903ca cmd/api: don’t rely on hardcoded go versions
Instead of requiring that cmd/api/run.go be edited upon each
release to include the next Go version number, look in $GOROOT/api
for files with the prefix go1* and use those instead to perform
API checks.

Change-Id: I5d9407f2bd368ff5e62f487cccdd245641ca9c9b
Reviewed-on: https://go-review.googlesource.com/83355
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-12-11 22:28:37 +00:00
..
testdata/src/pkg
goapi_test.go
goapi.go
run.go cmd/api: don’t rely on hardcoded go versions 2017-12-11 22:28:37 +00:00