Skip to content

v1.0.0

Compare
Choose a tag to compare
@leonelquinteros leonelquinteros released this 07 Feb 19:41
· 6 commits to master since this release

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[:])