- cross-posted to:
- golang@programming.dev
- golang@programming.dev
- programming@beehaw.org
- cross-posted to:
- golang@programming.dev
- golang@programming.dev
- programming@beehaw.org
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.