imports: update static stdlib index to go1.5

Fixes golang/go#12609

Change-Id: Ic7efa796d50037a3b0fbf87a748c07bd41f07e02
Reviewed-on: https://go-review.googlesource.com/14576
Reviewed-by: Dave Cheney <dave@cheney.net>
This commit is contained in:
Andrew Gerrand 2015-09-15 15:06:46 +10:00
parent 31971b7521
commit d868c356db
2 changed files with 2829 additions and 2162 deletions

View File

@ -46,6 +46,9 @@ func main() {
mustOpen(api("go1.txt")),
mustOpen(api("go1.1.txt")),
mustOpen(api("go1.2.txt")),
mustOpen(api("go1.3.txt")),
mustOpen(api("go1.4.txt")),
mustOpen(api("go1.5.txt")),
)
sc := bufio.NewScanner(f)
fullImport := map[string]string{} // "zip.NewReader" => "archive/zip"

File diff suppressed because it is too large Load Diff