mirror of
https://github.com/golang/go
synced 2024-11-11 18:31:38 -07:00
api: add go1.3.txt
Update #8112 LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/104790045
This commit is contained in:
parent
9717e3605b
commit
98b6410f13
2053
api/go1.3.txt
Normal file
2053
api/go1.3.txt
Normal file
File diff suppressed because it is too large
Load Diff
2053
api/next.txt
2053
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", "go1.2"),
|
||||
"-c", file("go1", "go1.1", "go1.2", "go1.3"),
|
||||
"-next", file("next"),
|
||||
"-except", file("except")).CombinedOutput()
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user