Go 1.19 released
Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before". This release includes some memory-model tweaks, a LoongArch port, improvements in the documentation-comment mechanism, and more.
Posted Aug 3, 2022 9:18 UTC (Wed)
by jamesh (guest, #1159)
[Link] (1 responses)
Posted Aug 3, 2022 12:51 UTC (Wed)
by rahulsundaram (subscriber, #21946)
[Link]
Nice to see generics being adopted in the standard library with the new atomic.Pointer[T] removing the need to use unsafe. Hopefully there'll be more of that in 1.20.
Go 1.19 released
Go 1.19 released