Lots of good things in Go 1.24, including weak pointers (finally) and a utility function for generating cryptographically secure random strings (good for IDs). This new os.Root, which acts a bit like chroot, looks interesting too.
Oh,
omitzerosupport in the Json marshaller! 🙌I do wish they added generic support on struct methods. I guess I’ll need to wait a little longer for that.