UUID in Go: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 3: Line 3:
=Internal=
=Internal=
* [[Go Code Examples#g4LY|Go Code Examples]]
* [[Go Code Examples#g4LY|Go Code Examples]]
* [[UUID#Overview|UUID]]


=Overview=
=Overview=

Revision as of 18:16, 1 February 2024

External

Internal

Overview

go.mod:

require (
	github.com/google/uuid v1.5.0
)
uuid := uuid.New()