Go 1.11 Release Notes
https://golang.org/doc/go1.11 [golang.org]
2018-08-25 00:28
Go 1.11 adds an experimental port to WebAssembly (js/wasm).
Go 1.11 adds preliminary support for a new concept called “modules,” an alternative to GOPATH with integrated support for versioning and package distribution.
The runtime now uses a sparse heap layout so there is no longer a limit to the size of the Go heap (previously, the limit was 512GiB).
source: HN