From: Brad Fitzpatrick Date: Wed, 11 Jul 2018 21:30:09 +0000 (+0000) Subject: doc: mention that *_js.go files are now ignored and treated like a GOOS X-Git-Tag: go1.11beta2~139 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=40bc0a77096be97fb7cf55e767b22d7babcc000b;p=gostls13.git doc: mention that *_js.go files are now ignored and treated like a GOOS Fixes #26329 Change-Id: Id87fd106e69d3d9682653eb753b1de616adeed2b Reviewed-on: https://go-review.googlesource.com/123416 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.11.html b/doc/go1.11.html index ede22a5a9a..57a667c406 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -57,6 +57,14 @@ Do not send CLs removing the interior tags from such phrases.

Go 1.11 adds an experimental port to WebAssembly (js/wasm).

+

+ As a result of the addition of the new GOOS value + "js" and GOARCH value "wasm", + Go files named *_js.go or *_wasm.go will + now be ignored by Go + tools except when those GOOS/GOARCH values are being used. + If you have existing filenames matching those patterns, you will have to rename them. +

Tools