Commit 98b6410f authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

api: add go1.3.txt

Update #8112

LGTM=adg
R=adg
CC=golang-codereviews
https://golang.org/cl/104790045
parent 9717e360
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -53,7 +53,7 @@ func main() { ...@@ -53,7 +53,7 @@ func main() {
} }
out, err = exec.Command("go", "tool", "api", 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"), "-next", file("next"),
"-except", file("except")).CombinedOutput() "-except", file("except")).CombinedOutput()
if err != nil { if err != nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment