Skip to content

Commit 978e26b

Browse files
smasher164bradfitz
authored andcommitted
internal/imports: update stdlib index for 1.14
$ go run mkstdlib.go Fixes golang/go#38464. Change-Id: I97cbd0abf6b9d874739d236429aba8ef271c48ee Reviewed-on: https://go-review.googlesource.com/c/tools/+/228884 Run-TryBot: Akhil Indurti <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
1 parent c07e33e commit 978e26b

File tree

2 files changed

+88
-0
lines changed

2 files changed

+88
-0
lines changed

internal/imports/mkstdlib.go

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ func main() {
6060
mustOpen(api("go1.11.txt")),
6161
mustOpen(api("go1.12.txt")),
6262
mustOpen(api("go1.13.txt")),
63+
mustOpen(api("go1.14.txt")),
6364

6465
// The API of the syscall/js package needs to be computed explicitly,
6566
// because it's not included in the GOROOT/api/go1.*.txt files at this time.

internal/imports/zstdlib.go

+87
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)