From 40bc0a77096be97fb7cf55e767b22d7babcc000b Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 11 Jul 2018 21:30:09 +0000 Subject: [PATCH] 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 --- doc/go1.11.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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

-- 2.50.0