package
Version:
v0.0.0-...-d0d07a5
Opens a new window with list of versions in this module.
Published: Nov 4, 2017
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package uuidv1 exports functions for creating version 1 UUIDs, based on the current or a fixed time.
New creates a UUID using a given time.
Now creates a UUID using the now time.
package main
import (
"4d63.com/uuid/uuidv1"
)
func main() {
_ = uuidv1.Now()
// Returns a UUID. e.g. 08827178-0ad4-11e7-b5df-b3f54921aa61
}
Output:
Source Files
¶
Click to show internal directories.
Click to hide internal directories.