mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Go 1.11 has been released; it's time to update zstdlib so imports knows about API additions that went into Go 1.11. Unfortunately, this does not include the syscall/js package that was added in Go 1.11 for WebAssembly. This is because it's not included in the GOROOT/api/go1.11.txt file. Getting it into imports can/will be done in a future CL (after some discussion of the best way to do it). Previously: - https://golang.org/cl/93195 (Go 1.10) - https://golang.org/cl/49150 (Go 1.9) Updates golang/go#27590. Change-Id: I229d7c0a658b0d8090b58cfe844c95b4cb0b2212 Reviewed-on: https://go-review.googlesource.com/134176 Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com> Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org>