v1.0.0
Version 1.0.0 breaks backwards compatibility with the v0.x branch. Introducing improved UUID generation and a new interface for ID() that now returns the raw [64]byte
value.
A string representation for the ID() response value can be obtained using hex.EncodeToString(idValue[:])