1
0
mirror of https://github.com/golang/go synced 2024-11-18 20:04:52 -07:00
go/imports
Dmitri Shuralyov 1cd2f21070 imports: add syscall/js API to zstdlib.go
The syscall/js API is not included in the GOROOT/api/go1.*.txt files
at this time, and so it needs to be added to mkstdlib.go explicitly.
Run the cmd/api command directly in the generator to determine the
syscall/js API.

Regenerate zstdlib.go with the updated generator, using Go 1.12.1.

Fixes golang/go#27590

Change-Id: I541588986d70f67f4917d9b34bdd57ca44f538f7
Reviewed-on: https://go-review.googlesource.com/c/tools/+/170014
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-03-30 15:02:33 +00:00
..
testdata/mod imports: stop using go/packages for modules 2019-01-22 20:29:12 +00:00
fix_test.go imports: drop anything after a non identifier rune in package names 2019-01-30 18:50:28 +00:00
fix.go imports: drop anything after a non identifier rune in package names 2019-01-30 18:50:28 +00:00
imports.go imports: remove globals, stop using build.Default 2019-01-18 19:33:59 +00:00
mkindex.go go.tools/imports: move goimports from github to go.tools. 2013-12-17 21:21:03 -05:00
mkstdlib.go imports: add syscall/js API to zstdlib.go 2019-03-30 15:02:33 +00:00
mod_112_test.go imports: handle missing main module 2019-03-15 20:09:29 +00:00
mod_test.go imports: handle missing main module 2019-03-15 20:09:29 +00:00
mod.go imports: handle missing main module 2019-03-15 20:09:29 +00:00
sortimports.go Revert "imports: support repairing import grouping/ordering" 2018-10-24 17:12:08 +00:00
zstdlib.go imports: add syscall/js API to zstdlib.go 2019-03-30 15:02:33 +00:00