Go 1.21 RC brings language improvements, new standard library packages, PGO GA, backward and forward compatibility in the toolchain and faster builds.
Go 1.21 RC released today.
Some really interesting new additions.
I'm pretty excited to see the map and slice package additions that contain a lot of generic methods.
Will be nice not to have to maintain my own going forward.
Yea there is some really interesting stuff in this release! Love the addition of generics in the packages. I feel like future Go releases will have a lot more of these nice generic utils in them to help clean up userland code.