mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
api: add go1.2.txt, use in tests
R=golang-dev, iant CC=golang-dev https://golang.org/cl/14860043
This commit is contained in:
parent
73d7d12ea6
commit
04e95a1a56
3 changed files with 32485 additions and 32480 deletions
|
|
@ -53,7 +53,7 @@ func main() {
|
|||
}
|
||||
|
||||
out, err = exec.Command("go", "tool", "api",
|
||||
"-c", file("go1", "go1.1"),
|
||||
"-c", file("go1", "go1.1", "go1.2"),
|
||||
"-next", file("next"),
|
||||
"-except", file("except")).CombinedOutput()
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue