mirror of
https://github.com/golang/go.git
synced 2025-10-19 11:03:18 +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
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue