Huge Go v1.27 release probably warrants some updates #4589
Unanswered
g-lok
asked this question in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
There's been some big changes in Go v1.27 that probably deserve some review. I know nothing about this codebase, so I have no idea if the improvements to generics, interfaces, embedded structs, json v2 etc will have much (if any) impact or benefit for this project, but the glaring and obvious one that stands out to me is that there is now a native stdlib for UUIDs. The external
github.com/google/uuiddependency is no longer required. I'll create an issue for this and see if I can help make a PR for it, but I don't have the time or the chops to review all the other stuff (although I thinkgo fixnow automatically does this for you). I dunno, I'll see what the diff shows and see if it changed anything scary looking. Still, something important for the maintainer to consider.All reactions