|
|
Subscribe / Log in / New account

Go 1.19 released

Version 1.19 of the Go programming language has been 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.

to post comments

Go 1.19 released

Posted Aug 3, 2022 9:18 UTC (Wed) by jamesh (guest, #1159) [Link] (1 responses)

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

Posted Aug 3, 2022 12:51 UTC (Wed) by rahulsundaram (subscriber, #21946) [Link]

Looks like this change will drop the need for https://github.com/uber-go/atomic


Copyright © 2022, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds