1
0
mirror of https://github.com/golang/go synced 2024-07-05 18:00:52 +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:
Brad Fitzpatrick 2014-06-02 11:45:00 +09:00
parent 9717e3605b
commit 98b6410f13
3 changed files with 2054 additions and 2054 deletions

2053
api/go1.3.txt Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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 {