Go 1.11 Released

Azareal

Paragon
Joined
Dec 18, 2010
Messages
1,680
Reaction score
353
FP$
4,498
https://blog.golang.org/go1.11
https://golang.org/doc/go1.11
Go 1.11 has been released and adds a bunch of things like experimental support for WebAssembly (a new spec for running high performance applications in the browser), modules (obsoletes the quasi-official dep dependency manager), has a bunch of performance improvements, and adds a SameSite field to the Cookie struct, so that I don't have to manually modify the text of a cookie.

It also has better profiling, better assignments in templates, a bunch of networking related features, better handling of GIFs and a bunch of other things.
 
Back
Top Bottom