This beta includes experimental support for modules (also known as vgo)<p>if you're interested, there's a series of articles explaining how modules work here: <a href="https://research.swtch.com/vgo" rel="nofollow">https://research.swtch.com/vgo</a>
Can we use XML with multiple namespaces now? I find it weird that 3 years later working with xml namespaces is still troublesome - <a href="https://github.com/golang/go/issues/13400#issuecomment-162459219" rel="nofollow">https://github.com/golang/go/issues/13400#issuecomment-16245...</a>
WebAssembly is a really interesting feature for me.<p>I'll be interested to find out more about interactivity with the rest of the javascript world via syscall/js.
I am disappointed every time I see a new Go release and go to check the release notes. The language is still lacking features like generics, sane concurrency primitives and even performance in some cases. Of course the WebAssembly port in 1.11 is an impressive feat of engineering, but I can't see myself replacing core components at my company with Go yet. Fingers crossed.