Skip to content

Commit

Permalink
internal/imports: update stdlib index for 1.18
Browse files Browse the repository at this point in the history
Updates golang/go#38706.

Change-Id: I3e99e4dbe731b51a24e84c4381f440d3bc4cd4e4
Reviewed-on: https://go-review.googlesource.com/c/tools/+/393379
Trust: Heschi Kreinick <heschi@google.com>
Run-TryBot: Heschi Kreinick <heschi@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Auto-Submit: Heschi Kreinick <heschi@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
  • Loading branch information
heschi authored and rinchsan committed Aug 14, 2022
1 parent 2a18d25 commit c478b4f
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 1 deletion.
1 change: 1 addition & 0 deletions internal/imports/mkstdlib.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ func main() {
mustOpen(api("go1.15.txt")),
mustOpen(api("go1.16.txt")),
mustOpen(api("go1.17.txt")),
mustOpen(api("go1.18.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
61 changes: 60 additions & 1 deletion 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 c478b4f

Please sign in to comment.