package
Version:
v2.1.2
Opens a new window with list of versions in this module.
Published: Jul 7, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
uuid, err := NewUUID()
if err != nil {
panic(err)
}
fmt.Println(len(uuid) == len("BE76F2EC-F918-7FE8-41D2-83CF5A321988"))
Output:
true
Source Files
¶
Click to show internal directories.
Click to hide internal directories.