Skip to content

Commit

Permalink
internal/imports: update stdlib index for 1.15
Browse files Browse the repository at this point in the history
    $ go run mkstdlib.go

Updates golang/go#38706.

Change-Id: I9d1bba54c4f9a0369b1d088c00a2f0c3e4409806
Reviewed-on: https://go-review.googlesource.com/c/tools/+/246581
Run-TryBot: Akhil Indurti <aindurti@gmail.com>
Run-TryBot: Heschi Kreinick <heschi@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
  • Loading branch information
smasher164 authored and heschi committed Aug 4, 2020
1 parent 5c72ddd commit 25c5b13
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/imports/mkstdlib.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func main() {
mustOpen(api("go1.12.txt")),
mustOpen(api("go1.13.txt")),
mustOpen(api("go1.14.txt")),
mustOpen(api("go1.15.txt")),

// The API of the syscall/js package needs to be computed explicitly,
// because it's not included in the GOROOT/api/go1.*.txt files at this time.
Expand Down
52 changes: 52 additions & 0 deletions internal/imports/zstdlib.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 25c5b13

Please sign in to comment.