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:
parent
31971b7521
commit
d868c356db
|
@ -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"
|
||||
|
|
4988
imports/zstdlib.go
4988
imports/zstdlib.go
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue