mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00: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
3 changed files with 2054 additions and 2054 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue