Documentation ¶
Overview ¶
Package UniqueID_Go Description
Package UniqueID_Go is the home of a data type we call "UniqueID".
Unique ID → UniqueID ¶
As the name implies, a Unique ID instance is a unique (lowercase-only) alphanumeric ID.
These IDs can be used to identify database records, customer accounts, and so on.
These IDs are meant for simple use-cases only. Look elsewhere if you need something that is also crypto-safe.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UniqueID_Go__Intlz ¶
Initializer UniqueID_Go__Intlz creates and initializes a new Unique ID.
This initializer guarantees a unique ID as long as two or more threads (goroutines) do not call it at the exact same time.
This initializer never generates less than 12-char IDs.
Types ¶
This section is empty.