<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Id on Gopher Coding</title><link>https://gophercoding.com/tags/id/</link><description>Recent content in Id on Gopher Coding</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Sun, 12 Nov 2023 16:47:48 +0000</lastBuildDate><atom:link href="https://gophercoding.com/tags/id/index.xml" rel="self" type="application/rss+xml"/><item><title>Generating UUIDs in Go</title><link>https://gophercoding.com/generate-uuids-in-go/</link><pubDate>Sun, 12 Nov 2023 15:00:00 +0000</pubDate><guid>https://gophercoding.com/generate-uuids-in-go/</guid><description>&lt;p>UUIDs (&lt;a href="https://en.wikipedia.org/wiki/Universally_unique_identifier">Universally Unique Identifiers&lt;/a>) serve as a standard for generating identifiers that are &lt;strong>unique across time and space&lt;/strong>. In this blog post, we&amp;rsquo;ll explore how to generate UUIDs in Go using the &lt;a href="https://github.com/google/uuid">google/uuid&lt;/a> package. These can be especially useful when generating IDs across different systems - where it wouldn&amp;rsquo;t be possible to track using an auto incrementing integer.&lt;/p></description></item></channel></rss>