Go Module Mirror and Checksum Database Launched
https://blog.golang.org/module-mirror-launch [blog.golang.org]
2019-08-30 18:19
tags:
development
go
library
release
We are excited to share that our module mirror, index, and checksum database are now production ready! The go command will use the module mirror and checksum database by default for Go 1.13 module users.
source: HN
Getting to Go
https://blog.golang.org/ismmkeynote [blog.golang.org]
2018-07-18 00:02
tags:
concurrency
garbage-collection
go
paper
perf
programming
systems
This is the transcript from the keynote I gave at the International Symposium on Memory Management (ISMM) on June 18, 2018. For the past 25 years ISMM has been the premier venue for publishing memory management and garbage collection papers and it was an honor to have been invited to give the keynote.
Go 1.9 is released
https://blog.golang.org/go1.9 [blog.golang.org]
2017-08-24 23:19
tags:
go
programming
release
There are many changes to the language, standard library, runtime, and tooling. This post covers the most significant visible ones.
Toward Go 2
https://blog.golang.org/toward-go2 [blog.golang.org]
2017-07-13 20:12
tags:
development
go
programming
update
We did what we always do when there’s a problem without a clear solution: we waited. Waiting gives us more time to add experience and understanding of the problem and also more time to find a good solution.
Go 1.8 is released
https://blog.golang.org/go1.8 [blog.golang.org]
2017-02-17 18:58
tags:
development
garbage-collection
go
networking
perf
release
Sorting and garbage collection and contexts and faster.