We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07ee41 commit 40bc0a7Copy full SHA for 40bc0a7
doc/go1.11.html
@@ -57,6 +57,14 @@ <h3 id="wasm">WebAssembly</h3>
57
<p>
58
Go 1.11 adds an experimental port to WebAssembly (<code>js/wasm</code>).
59
</p>
60
+<p>
61
+ As a result of the addition of the new <code>GOOS</code> value
62
+ "<code>js</code>" and <code>GOARCH</code> value "<code>wasm</code>",
63
+ Go files named <code>*_js.go</code> or <code>*_wasm.go</code> will
64
+ now be <a href="/pkg/go/build/#hdr-Build_Constraints">ignored by Go
65
+ tools</a> except when those GOOS/GOARCH values are being used.
66
+ If you have existing filenames matching those patterns, you will have to rename them.
67
+</p>
68
69
<h2 id="tools">Tools</h2>
70
0 commit comments