package
Version:
v0.0.0-...-e90a610
Opens a new window with list of versions in this module.
Published: Jul 20, 2022
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
uuid
UUID generator based on https://github.com/sony/sonyflake
Usage
err := uuid.Init()
if err != nil {
// error handling
}
id, err := uuid.Generate()
if err != nil {
// error handling
}
fmt.Println(id)
Documentation
¶
Generate generates an UUID
GetIPListHash16 GetIPListHash16
Init initialize generator
Source Files
¶
Click to show internal directories.
Click to hide internal directories.