Tech article
UUID package coming to Go standard library
Community description: 85 points · 35 comments on Hacker News
Hacker News | Mar 7, 2026 | soypat
Automated excerpt
I would like to suggest the addition to the standard library of a package to generate and parse UUID identifiers, specifically versions 3, 4 and 5. The main reason I see to include it is that the most popular 3rd-party package (github. com/google/uuid) is a staple import in every server/db based Go program, as confirmed by a quick Github code search. Would like to point out how Go is rather the exception than the norm with regards to including UUID support in its standard library.
Selected automatically from source text; not independently written or fact-checked. Read the original for full context.