mirror of
https://github.com/golang/go
synced 2025-04-07 23:54:28 +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:
32484
api/go1.2.txt
Normal file
32484
api/go1.2.txt
Normal file
File diff suppressed because it is too large
Load Diff
32479
api/next.txt
32479
api/next.txt
File diff suppressed because it is too large
Load Diff
@ -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 {
|
||||
|
Reference in New Issue
Block a user