Remove an uncommon troubleshooting note; InstallTroubleshooting page covers that topic.

Dmitri Shuralyov 2018-10-17 21:26:02 -04:00
parent cee7e738a4
commit fbddfb3932

@ -1,4 +1,4 @@
Go 1.11 adds an experimental port to WebAssembly. Go 1.11 added an experimental port to WebAssembly.
WebAssembly is described on its [home page](https://webassembly.org) as: WebAssembly is described on its [home page](https://webassembly.org) as:
@ -6,8 +6,6 @@ WebAssembly is described on its [home page](https://webassembly.org) as:
This page will be updated over time with more information relevant to Go's support for WebAssembly. This page will be updated over time with more information relevant to Go's support for WebAssembly.
**NOTE:** if you ever set the `GOROOT` environment variable to the path of an earlier Go SDK version other than the version of the `go` command, please unset this environment variable to avoid problems in the following tutorial.
# Example # Example
To compile a basic Go package for the web: To compile a basic Go package for the web: