From fbddfb39321dbab054e92c31fe0c1182c5573f73 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Wed, 17 Oct 2018 21:26:02 -0400 Subject: [PATCH] Remove an uncommon troubleshooting note; InstallTroubleshooting page covers that topic. --- WebAssembly.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/WebAssembly.md b/WebAssembly.md index 7adc665a..98faa246 100644 --- a/WebAssembly.md +++ b/WebAssembly.md @@ -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: @@ -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. -**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 To compile a basic Go package for the web: