Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 562 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 562 Bytes

universally unique identifier

Go Report Card

Algorithm generate 128bit UUID with node and time based randomness in RFC4122 format.

Usage

import "github.com/jancajthaml-go/uuidv1"

uuidv1.Generate()

Performance

  • 328 B/op
  • 17 allocs/op

verify your performance by running make benchmark

Resources